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 a783bd6 commit 819bb69Copy full SHA for 819bb69
.github/workflows/coverage.yml
@@ -52,7 +52,7 @@ jobs:
52
with:
53
go-version-file: 'go.mod'
54
- name: Run Gosec Security Scanner
55
- uses: securego/gosec@43fee884f668c23601e0bec7a8c095fba226f889 # v2.22.1
+ uses: securego/gosec@136f6c00402b11775d4f4a45d5a21e2f6dd99db2 # v2.22.2
56
57
args: '-no-fail -fmt sarif -out gosec.sarif ./...'
58
- name: Upload SARIF file
.github/workflows/scorecard.yml
@@ -37,6 +37,6 @@ jobs:
37
path: results.sarif
38
retention-days: 5
39
- name: Upload to code-scanning
40
- uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
+ uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
41
42
sarif_file: results.sarif
0 commit comments