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 49a5484 commit 7d862f1Copy full SHA for 7d862f1
.github/workflows/security.yml
@@ -52,7 +52,7 @@ jobs:
52
continue-on-error: true
53
54
- name: Upload Gosec Results to GitHub Security Tab
55
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
56
if: always() && hashFiles('go-results.sarif') != ''
57
with:
58
sarif_file: go-results.sarif
@@ -78,7 +78,7 @@ jobs:
78
79
80
- name: Upload Trivy Results to GitHub Security Tab
81
82
if: always() && hashFiles('trivy-results.sarif') != ''
83
84
sarif_file: 'trivy-results.sarif'
0 commit comments