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 3576824 commit c67ef90Copy full SHA for c67ef90
.github/workflows/security.yml
@@ -42,6 +42,6 @@ jobs:
42
43
- name: Upload Trivy scan results to GitHub Security
44
if: github.ref == 'refs/heads/master'
45
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
46
with:
47
sarif_file: 'build/trivy/output/trivy.sarif'
0 commit comments