Skip to content

Commit

Permalink
fix: update actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Jan 8, 2024
1 parent 1aefab5 commit 165cbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v3

- name: Run Gosec Security Scanner
uses: securego/gosec@2.18.2
uses: securego/gosec@v2.18.2
with:
# excluding G104: Audit errors not checked
args: --exclude=G104 ./...

0 comments on commit 165cbae

Please sign in to comment.