Skip to content

Commit 12ea4c0

Browse files
chore(deps): update github/codeql-action digest to d3ced5c (#209)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2713292 commit 12ea4c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ jobs:
456456
severity: 'CRITICAL,HIGH,MEDIUM'
457457

458458
- name: Upload Trivy results to GitHub Security
459-
uses: github/codeql-action/upload-sarif@4d9e1a6c3d9e0e8f7d1c2f3a4e5d6c7b8a9c0d1e # v3
459+
uses: github/codeql-action/upload-sarif@d3ced5c96c16c4332e2a61eb6f3649d6f1b20bb8 # v3
460460
if: always()
461461
with:
462462
sarif_file: 'trivy-results.sarif'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
timeout: '15m'
9393

9494
- name: Upload SARIF to GitHub Security
95-
uses: github/codeql-action/upload-sarif@4d9e1a6c3d9e0e8f7d1c2f3a4e5d6c7b8a9c0d1e # v3
95+
uses: github/codeql-action/upload-sarif@d3ced5c96c16c4332e2a61eb6f3649d6f1b20bb8 # v3
9696
if: always()
9797
with:
9898
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)