Skip to content

Commit

Permalink
deps: Pin the version of the GoSec action.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Dec 18, 2023
1 parent 27b9e60 commit bc39137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Run Gosec Security Scanner
uses: securego/gosec@5567ac4cfe9acae14f516b500e2cf229b6a8d16f # master
uses: securego/gosec@v2.18.2
with:
args: ./...

0 comments on commit bc39137

Please sign in to comment.