chore(deps): update securego/gosec action to v2.22.5 (#1508)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-06-17 10:07:22 +03:00
committed by GitHub
co-authored by lnx01
parent c7d8fc555d
commit e8e9c8b6ad
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
with:
go-version-file: 'go.mod'
- name: Run Gosec Security Scanner
uses: securego/gosec@6decf96c3d272d5a8bbdcf9fddb5789d0be16a8d # v2.22.4
uses: securego/gosec@d2d3ae66bd8d340b78b5142b6fe610691783c2fe # v2.22.5
with:
args: '-no-fail -fmt sarif -out gosec.sarif ./...'
- name: Upload SARIF file