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 836e6cc commit 396ad65Copy full SHA for 396ad65
.github/workflows/security.yaml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
args: "-no-fail -fmt sarif -out results.sarif -tests ./..."
37
- name: Upload SARIF file
38
- uses: github/codeql-action/upload-sarif@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3
+ uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3
39
40
# Path to SARIF file relative to the root of the repository
41
sarif_file: results.sarif
@@ -52,6 +52,6 @@ jobs:
52
go-version-input: ${{ env.GO_VERSION }}
53
54
55
56
57
sarif_file: ${{ env.OUTPUT_FILE }}
0 commit comments