We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f060d41 commit 6d835a3Copy full SHA for 6d835a3
1 file changed
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
output: "trivy-results.sarif"
92
93
- name: Upload Trivy results to GitHub Security tab
94
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
95
if: always()
96
with:
97
sarif_file: "trivy-results.sarif"
0 commit comments