Skip to content

Commit c610fcd

Browse files
authored
Update Gosec action to use version 2
1 parent c1cd27e commit c610fcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: go test -bench=. -coverprofile=coverage.out ./...
3434

3535
- name: Run Gosec Security Scanner
36-
uses: securego/gosec@latest
36+
uses: securego/gosec@v2
3737
with:
3838
args: ./...
3939

0 commit comments

Comments
 (0)