Skip to content

Commit 1c0b6e1

Browse files
authored
Update gosec.yml
update the gosec action
1 parent 17f3de3 commit 1c0b6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gosec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Checkout Source
1616
uses: actions/checkout@v2
1717
- name: Run Gosec Security Scanner
18-
uses: securego/gosec@master
18+
uses: informalsystems/gosec@master
1919
with:
2020
args: ./...

0 commit comments

Comments
 (0)