Skip to content

Commit b841a49

Browse files
authored
Revert "chore(deps): bump securego/gosec from 2.22.9 to 2.22.11" (#7602)
Revert "chore(deps): bump securego/gosec from 2.22.9 to 2.22.11 (#7588)" This reverts commit 648dfc0.
1 parent f75903d commit b841a49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/secscan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: ${{ github.actor != 'dependabot[bot]' }}
1919
- name: Run Gosec Security Scanner
2020
if: ${{ github.actor != 'dependabot[bot]' }}
21-
uses: securego/gosec@v2.22.11
21+
uses: securego/gosec@v2.22.9
2222
with:
2323
# we let the report trigger content trigger a failure using the GitHub Security features.
2424
args: '-no-fail -fmt sarif -out results.sarif ./...'

0 commit comments

Comments
 (0)