Skip to content

Commit 5746b06

Browse files
Update github actions
| datasource | package | from | to | | ----------- | ------------------------------------ | ------- | ------- | | github-tags | github/codeql-action | v4.31.8 | v4.31.9 | | github-tags | stefanzweifel/git-auto-commit-action | v7.0.0 | v7.1.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 987befc commit 5746b06

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/image-promotion.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
fi
162162
163163
- name: Upload SARIF file
164-
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
164+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
165165
if: steps.check-sarif.outputs.sarif_has_results == 'true'
166166
with:
167167
sarif_file: govulncheck.sarif
@@ -441,7 +441,7 @@ jobs:
441441
overwrite: true
442442

443443
- name: Upload Scan results to GitHub Security tab
444-
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
444+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
445445
with:
446446
sarif_file: "${{ steps.directory.outputs.directory }}/"
447447

@@ -557,7 +557,7 @@ jobs:
557557
overwrite: true
558558

559559
- name: Upload Scan results to GitHub Security tab
560-
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
560+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
561561
with:
562562
sarif_file: "${{ steps.directory.outputs.directory }}/"
563563

@@ -680,7 +680,7 @@ jobs:
680680
overwrite: true
681681

682682
- name: Upload Scan results to GitHub Security tab
683-
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
683+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
684684
with:
685685
sarif_file: "${{ steps.directory.outputs.directory }}/"
686686
continue-on-error: true

.github/workflows/renovate-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Commit changes
7474
id: commit
75-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0
75+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
7676
with:
7777
commit_message: "Update files for renovate"
7878
commit_author: "renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757

5858
# Upload the results to GitHub's code scanning dashboard.
5959
- name: "Upload to code-scanning"
60-
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
60+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
6161
with:
6262
sarif_file: results.sarif

0 commit comments

Comments
 (0)