From ec64985d6b6abf5ff7cb77b66b382520ddc7306b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 04:37:15 +0000 Subject: [PATCH] build(deps): bump securego/gosec from 2.25.0 to 2.26.1 Bumps [securego/gosec](https://github.com/securego/gosec) from 2.25.0 to 2.26.1. - [Release notes](https://github.com/securego/gosec/releases) - [Commits](https://github.com/securego/gosec/compare/223e19b8856e00f02cc67804499a83f77e208f3c...4a3bd8af174872c778439083ded7adbf3747e770) --- updated-dependencies: - dependency-name: securego/gosec dependency-version: 2.26.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/gosec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index e6674c11..9eb67604 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout Source uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Run Gosec Security Scanner - uses: securego/gosec@223e19b8856e00f02cc67804499a83f77e208f3c # v2.25.0 + uses: securego/gosec@4a3bd8af174872c778439083ded7adbf3747e770 # v2.26.1 with: # we let the report trigger content trigger a failure using the GitHub Security features. args: '-exclude=G104,G307 -no-fail -fmt sarif -out results.sarif ./...'