From ea731eb99f82f6b4588f4fde5a649247f6d74314 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Fri, 20 Sep 2024 17:48:23 +0200 Subject: [PATCH] Revert "chore(deps): update securego/gosec action to v2.21.3 (#551)" (#553) --- .github/workflows/secscan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/secscan.yaml b/.github/workflows/secscan.yaml index 0393683..7ddd308 100644 --- a/.github/workflows/secscan.yaml +++ b/.github/workflows/secscan.yaml @@ -19,7 +19,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v4 - name: Run Gosec Security Scanner - uses: securego/gosec@v2.21.3 + uses: securego/gosec@v2.21.2 with: # we let the report trigger content trigger a failure using the GitHub Security features. args: '-no-fail -fmt sarif -out results.sarif ./...'