From 5a645726c88bd320b8128af7b6955876c0ce010e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 04:22:22 +0000 Subject: [PATCH] build(deps): bump securego/gosec from 2.27.1 to 2.28.0 Bumps [securego/gosec](https://github.com/securego/gosec) from 2.27.1 to 2.28.0. - [Release notes](https://github.com/securego/gosec/releases) - [Commits](https://github.com/securego/gosec/compare/9e6a9843d7a4a6e3e9a8539b02612c8a4aa3f889...9e75c0576c9878035d4221392108d458abe10fc3) --- updated-dependencies: - dependency-name: securego/gosec dependency-version: 2.28.0 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 941b9b37..0c7cc072 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout Source uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Run Gosec Security Scanner - uses: securego/gosec@9e6a9843d7a4a6e3e9a8539b02612c8a4aa3f889 # v2.27.1 + uses: securego/gosec@9e75c0576c9878035d4221392108d458abe10fc3 # v2.28.0 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 ./...'