Skip to content

Commit 8424eed

Browse files
committed
Update CodeQL action from v2 to v3
1 parent 63bd065 commit 8424eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Upload Trivy scan results to GitHub Security tab
105105
if: github.event_name != 'pull_request'
106-
uses: github/codeql-action/upload-sarif@v2
106+
uses: github/codeql-action/upload-sarif@v3
107107
with:
108108
sarif_file: "trivy-results.sarif"
109109

0 commit comments

Comments
 (0)