Skip to content

Commit 2bdc76a

Browse files
replace latest with master gosec action (#1621)
1 parent 10e1fee commit 2bdc76a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gosec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run Gosec
2525
id: gosec-run
2626
continue-on-error: true
27-
uses: securego/gosec@latest # zizmor: ignore[unpinned-uses]
27+
uses: securego/gosec@master # zizmor: ignore[unpinned-uses]
2828
with:
2929
args: '-exclude=G104,G115,G304,G406,G507 -exclude-dir=builtin/gen ./...'
3030

0 commit comments

Comments
 (0)