We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90b6d6f + 24429a5 commit fcbcff3Copy full SHA for fcbcff3
.github/workflows/security.yml
@@ -42,7 +42,7 @@ jobs:
42
runs-on: ubuntu-latest
43
steps:
44
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
45
- - uses: securego/gosec@6be2b51fd78feca86af91f5186b7964d76cb1256 # v2.22.10
+ - uses: securego/gosec@424fc4cd9c82ea0fd6bee9cd49c2db2c3cc0c93f # v2.22.11
46
with:
47
# we let the report trigger content trigger a failure using the GitHub Security features.
48
args: '-no-fail -fmt sarif -out results.sarif ./...'
0 commit comments