Skip to content

Commit c96abb7

Browse files
Bump securego/gosec from 2.22.10 to 2.22.11 (#486)
1 parent 2426096 commit c96abb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout Source
2121
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5
2222
- name: Run gosec security scanner
23-
uses: securego/gosec@6be2b51fd78feca86af91f5186b7964d76cb1256 # v2.22.10
23+
uses: securego/gosec@424fc4cd9c82ea0fd6bee9cd49c2db2c3cc0c93f # v2.22.11
2424
with:
2525
# with '-no-fail' we let the report trigger content trigger a failure using the GitHub Security features.
2626
args: "-no-fail -fmt sarif -out gosec.sarif ./..."

0 commit comments

Comments
 (0)