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 0e0bf66 commit 5cd1710Copy full SHA for 5cd1710
.github/actions/gosec/action.yml
@@ -11,6 +11,6 @@ runs:
11
with:
12
args: "-no-fail -fmt sarif -out results.sarif -tests ./..."
13
- name: Upload SARIF file
14
- uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3
+ uses: github/codeql-action/upload-sarif@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3
15
16
sarif_file: results.sarif
.github/actions/govulncheck/action.yml
@@ -17,6 +17,6 @@ runs:
17
output-file: results.sarif
18
go-version-input: ${{ inputs.go-version }}
19
20
21
22
0 commit comments