Skip to content

Commit 6bc6387

Browse files
Update github actions (main) (#8444)
Update github actions | datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | anchore/sbom-action | v0.20.6 | v0.20.8 | | github-tags | github/codeql-action | v3.30.8 | v3.30.9 | | github-tags | sigstore/cosign-installer | v3.10.0 | v3.10.1 | 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 4acf57f commit 6bc6387

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/image-promotion.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
fi
142142
143143
- name: Upload SARIF file
144-
uses: github/codeql-action/upload-sarif@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
144+
uses: github/codeql-action/upload-sarif@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3.30.9
145145
if: steps.check-sarif.outputs.sarif_has_results == 'true'
146146
with:
147147
sarif_file: govulncheck.sarif
@@ -363,7 +363,7 @@ jobs:
363363
overwrite: true
364364

365365
- name: Upload Scan results to GitHub Security tab
366-
uses: github/codeql-action/upload-sarif@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
366+
uses: github/codeql-action/upload-sarif@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3.30.9
367367
with:
368368
sarif_file: "${{ steps.directory.outputs.directory }}/"
369369

@@ -443,7 +443,7 @@ jobs:
443443
overwrite: true
444444

445445
- name: Upload Scan results to GitHub Security tab
446-
uses: github/codeql-action/upload-sarif@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
446+
uses: github/codeql-action/upload-sarif@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3.30.9
447447
with:
448448
sarif_file: "${{ steps.directory.outputs.directory }}/"
449449

@@ -530,7 +530,7 @@ jobs:
530530
overwrite: true
531531

532532
- name: Upload Scan results to GitHub Security tab
533-
uses: github/codeql-action/upload-sarif@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
533+
uses: github/codeql-action/upload-sarif@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3.30.9
534534
with:
535535
sarif_file: "${{ steps.directory.outputs.directory }}/"
536536
continue-on-error: true

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,10 +480,10 @@ jobs:
480480

481481
- name: Download Syft
482482
id: syft
483-
uses: anchore/sbom-action/download-syft@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
483+
uses: anchore/sbom-action/download-syft@aa0e114b2e19480f157109b9922bda359bd98b90 # v0.20.8
484484

485485
- name: Install Cosign
486-
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
486+
uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1
487487

488488
- name: Create Tarballs
489489
run: |

.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@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
60+
uses: github/codeql-action/upload-sarif@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3.30.9
6161
with:
6262
sarif_file: results.sarif

0 commit comments

Comments
 (0)