We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c970a13 commit 2b3913dCopy full SHA for 2b3913d
2 files changed
.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@223e19b8856e00f02cc67804499a83f77e208f3c # v2.25.0
+ uses: securego/gosec@4a3bd8af174872c778439083ded7adbf3747e770 # v2.26.1
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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
+ uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
41
42
sarif_file: results.sarif
0 commit comments