Skip to content

Commit ce6e434

Browse files
committed
Try different gosec action
1 parent 6f39d11 commit ce6e434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
file: coverage.out
4949

5050
- name: Run Gosec Security Scanner
51-
uses: securego/gosec@master
51+
uses: securego/gosec@11d69032b0856c96afd4c493967ab7a30e20ff5e
5252
with:
5353
# we let the report trigger content trigger a failure using the GitHub Security features.
5454
args: '-no-fail -fmt sarif -out results.sarif ./...'

0 commit comments

Comments
 (0)