Skip to content

Commit 773d5e3

Browse files
chore(deps): update github/codeql-action action to v4
1 parent 5d5e5ce commit 773d5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
output: 'trivy-results.sarif'
3535

3636
- name: Upload Trivy scan results to GitHub Security tab
37-
uses: github/codeql-action/upload-sarif@v3
37+
uses: github/codeql-action/upload-sarif@v4
3838
if: ${{ github.event.schedule }} # Upload sarif when running periodically
3939
with:
4040
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)