From b959332382f542f3bb7513dcc64eea831e9d0a66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 02:17:55 +0000 Subject: [PATCH] chore(deps): Update securego/gosec action to v2.25.0 --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 531516e..c76e89d 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -111,7 +111,7 @@ jobs: # Pinned to v2.23.0 (not @master) to ensure stable SARIF output # Update when new stable versions are released: https://github.com/securego/gosec/releases - name: Run Gosec Security Scanner - uses: securego/gosec@v2.24.7 + uses: securego/gosec@v2.25.0 with: args: '-fmt sarif -out gosec-results.sarif ./...'