From de4fd8a4b16096b03615ac93b45bdd3f9ff6fd1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 11:53:50 +0000 Subject: [PATCH] chore(deps): update securego/gosec action to v2.22.1 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e2d500a..27e46b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: security-events: write steps: - uses: actions/checkout@v4.2.2 - - uses: securego/gosec@v2.21.4 + - uses: securego/gosec@v2.22.1 with: args: "-no-fail -fmt sarif -out results.sarif ./..." - uses: github/codeql-action/upload-sarif@v3.28.0