Skip to content

Commit f9f7e89

Browse files
chore(deps): update github/codeql-action digest to e46ed2c (#600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 19ba1e8 commit f9f7e89

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ jobs:
548548
output-format: "sarif"
549549

550550
- name: Upload Grype results to GitHub Security
551-
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
551+
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4
552552
if: always()
553553
with:
554554
sarif_file: ${{ steps.grype-scan.outputs.sarif }}

.github/workflows/periodic-security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
output-format: "sarif"
9797

9898
- name: Upload SARIF to GitHub Security
99-
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
99+
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4
100100
if: always()
101101
with:
102102
sarif_file: ${{ steps.grype-scan.outputs.sarif }}

0 commit comments

Comments
 (0)