Skip to content

Commit 23cfaf1

Browse files
chore(deps): update github/codeql-action action to v4 (#211)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3af7fd8 commit 23cfaf1

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
@@ -468,7 +468,7 @@ jobs:
468468
severity: 'CRITICAL,HIGH,MEDIUM'
469469

470470
- name: Upload Trivy results to GitHub Security
471-
uses: github/codeql-action/upload-sarif@d3ced5c96c16c4332e2a61eb6f3649d6f1b20bb8 # v3
471+
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4
472472
if: always()
473473
with:
474474
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@d3ced5c96c16c4332e2a61eb6f3649d6f1b20bb8 # v3
95+
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4
9696
if: always()
9797
with:
9898
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)