From b7eaef790fcae7c0167a81ec9c9f87ba6bb27b5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 03:03:32 +0000 Subject: [PATCH] Bump securego/gosec from 2.23.0 to 2.24.7 Bumps [securego/gosec](https://github.com/securego/gosec) from 2.23.0 to 2.24.7. - [Release notes](https://github.com/securego/gosec/releases) - [Commits](https://github.com/securego/gosec/compare/v2.23.0...v2.24.7) --- updated-dependencies: - dependency-name: securego/gosec dependency-version: 2.24.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 c407862..3900957 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v6 - name: Run Gosec Security Scanner - uses: securego/gosec@v2.23.0 + uses: securego/gosec@v2.24.7 with: args: '-no-fail -fmt sarif -out results.sarif -tests ./...' - name: Upload SARIF file