Skip to content

Commit 12d8b0e

Browse files
authored
Update gosec.yml
1 parent f07e804 commit 12d8b0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gosec.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Check out code
2121
uses: actions/checkout@v3
2222
- name: Run Gosec Security Scanner
23-
uses: securego/gosec@master
23+
uses: securego/gosec@v2.14.0
2424
with:
25-
args: ./...
25+
args: ./...

0 commit comments

Comments
 (0)