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