Skip to content

Commit f1b24ac

Browse files
authored
[SEC-6431] bumped gosec action version (#8)
This should pick up the [go version detection](https://github.com/securego/gosec?tab=readme-ov-file#go-version) to avoid the version mismatch issue described [here](https://launchdarkly.atlassian.net/browse/SEC-6431?focusedCommentId=306318).
1 parent eda5376 commit f1b24ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
- name: Checkout Source
2929
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # pin@v3
3030
- name: Run Gosec Security Scanner
31-
uses: securego/gosec@6fbd381238e97e1d1f3358f0d6d65de78dcf9245 # pin@v2.20.0
31+
uses: securego/gosec@e0cca6fe95306b7e7790d6f1bf6a7bec6d622459 # pin@v2.22.0
3232
with:
3333
args: ${{ inputs.gosec-args }}
3434
- name: Configure AWS Credentials

0 commit comments

Comments
 (0)