Skip to content

Commit ee706e3

Browse files
committed
Fix Github action
1 parent 52415d0 commit ee706e3

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
@@ -49,7 +49,7 @@ jobs:
4949
file: coverage.out
5050

5151
- name: Run Gosec Security Scanner
52-
uses: securego/gosec@master
52+
uses: securego/gosec@v2.20.0
5353
with:
5454
# we let the report trigger content trigger a failure using the GitHub Security features.
5555
args: '-no-fail -fmt sarif -out results.sarif ./...'

0 commit comments

Comments
 (0)