From 3983f30bfd60cf8a83660c8b7c064d8d4f7109f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 22:01:48 -0400 Subject: [PATCH] (chore) Bump securego/gosec from 2.21.1 to 2.21.4 (#168) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 2b8fe44..c736e40 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -51,7 +51,7 @@ jobs: # |____/ \___|\___|\__,_|_| |_|\__|\__, | # |___/ - name: Run Gosec Security Scanner - uses: securego/gosec@v2.21.1 + uses: securego/gosec@v2.21.4 with: args: "-no-fail -fmt sarif -out results.sarif ./..."