From 5fdaed65bc01dfb07ee211b95073b42b09a65c7f Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Wed, 4 Sep 2024 23:48:51 -0400 Subject: [PATCH] Revert "security(actions): bump securego/gosec from 2.20.0 to 2.21.1" This reverts commit ffdfcb092eb7d50bdd235b8bf6d00b8fb01c3031. --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 3726318e..9543d796 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -114,7 +114,7 @@ jobs: fetch-depth: 0 fetch-tags: true - name: Run Gosec Security Scanner - uses: securego/gosec@0ce4453ddd8cca1291d2056cf903b545baad95a0 # v2.21.1 + uses: securego/gosec@6fbd381238e97e1d1f3358f0d6d65de78dcf9245 # v2.20.0 with: args: '-no-fail -exclude=G504 -fmt sarif -out results.sarif ./...' - name: Upload SARIF file