Skip to content

Commit ab72a60

Browse files
Update github actions (main) (#8746)
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> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 49fe6d6 commit ab72a60

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
@@ -442,7 +442,7 @@ jobs:
442442
overwrite: true
443443

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

@@ -558,7 +558,7 @@ jobs:
558558
overwrite: true
559559

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

@@ -681,7 +681,7 @@ jobs:
681681
overwrite: true
682682

683683
- name: Upload Scan results to GitHub Security tab
684-
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
684+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
685685
with:
686686
sarif_file: "${{ steps.directory.outputs.directory }}/"
687687
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)