We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9907e commit 3ca2041Copy full SHA for 3ca2041
.github/workflows/security.yaml
@@ -34,7 +34,7 @@ jobs:
34
output: 'trivy-results.sarif'
35
36
- name: Upload Trivy scan results to GitHub Security tab
37
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
38
if: ${{ github.event.schedule }} # Upload sarif when running periodically
39
with:
40
sarif_file: 'trivy-results.sarif'
0 commit comments