Skip to content

Commit 42b4e6f

Browse files
Update github/codeql-action action to v4
1 parent dd77f43 commit 42b4e6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
output: 'trivy-results.sarif'
3333

3434
- name: Upload Trivy scan results to GitHub Security tab
35-
uses: github/codeql-action/upload-sarif@v3
35+
uses: github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
3636
if: always()
3737
with:
3838
sarif_file: 'trivy-results.sarif'
@@ -53,7 +53,7 @@ jobs:
5353
output: 'trivy-config-results.sarif'
5454

5555
- name: Upload Trivy config scan results to GitHub Security tab
56-
uses: github/codeql-action/upload-sarif@v3
56+
uses: github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
5757
if: always()
5858
with:
5959
sarif_file: 'trivy-config-results.sarif'

0 commit comments

Comments
 (0)