We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494448a commit 7c23b85Copy full SHA for 7c23b85
1 file changed
.github/workflows/nightvision.yml
@@ -52,7 +52,7 @@ jobs:
52
nightvision export sarif -s "$(head -n 1 scan-results.txt)" --swagger-file openapi-spec.yml
53
54
- name: (6) Upload SARIF file to GitHub Security Alerts if vulnerabilities are found
55
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
56
if: success()
57
with:
58
sarif_file: results.sarif
0 commit comments