Skip to content

Commit

Permalink
chore(deps): bump securego/gosec
Browse files Browse the repository at this point in the history
Bumps [securego/gosec](https://github.com/securego/gosec) from 09d62bd630fbf484860addc88871a0dd755e8b56 to d3b2359ae29fe344f4df5bf3a8c6491fb7c46c02.
- [Release notes](https://github.com/securego/gosec/releases)
- [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml)
- [Commits](securego/gosec@09d62bd...d3b2359)

---
updated-dependencies:
- dependency-name: securego/gosec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 28e9d27 commit 4078deb
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 @@ -23,7 +23,7 @@ jobs:
with:
persist-credentials: false
- name: Run Gosec Security Scanner
uses: securego/gosec@09d62bd630fbf484860addc88871a0dd755e8b56 # master (since go 1.22.2 is not supported yet)
uses: securego/gosec@d3b2359ae29fe344f4df5bf3a8c6491fb7c46c02 # master (since go 1.22.2 is not supported yet)
env:
# fix: 1.22.2 is not supported yet
GOTOOLCHAIN: "go1.22.0"
Expand Down

0 comments on commit 4078deb

Please sign in to comment.