From 74a9e3cbd3f28326c792923e1933b35d61b34ea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:14:41 +0000 Subject: [PATCH] deps(deps): bump securego/gosec in the github-actions group Bumps the github-actions group with 1 update: [securego/gosec](https://github.com/securego/gosec). Updates `securego/gosec` from 2.28.0 to 2.29.0 - [Release notes](https://github.com/securego/gosec/releases) - [Commits](https://github.com/securego/gosec/compare/v2.28.0...v2.29.0) --- updated-dependencies: - dependency-name: securego/gosec dependency-version: 2.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... 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 5a5e349..86e6647 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -75,7 +75,7 @@ jobs: # -no-fail keeps the job green so the SARIF report is always uploaded; # findings show up as code scanning alerts instead. - name: Run Gosec Security Scanner - uses: securego/gosec@v2.28.0 + uses: securego/gosec@v2.29.0 with: args: "-no-fail -fmt=sarif -out=gosec.sarif ./..."