Skip to content

Commit 9df3e29

Browse files
authored
Merge pull request #6 from pangerlkr/copilot/update-codeql-action-to-v4
Update CodeQL Action to v4
2 parents 9523125 + b64cbeb commit 9df3e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

132132
- name: Upload Trivy results to GitHub Security
133-
uses: github/codeql-action/upload-sarif@v3
133+
uses: github/codeql-action/upload-sarif@v4
134134
if: always()
135135
with:
136136
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)