From 1e19ae1f535933b510ac341709cbb8f77034c88b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 11:22:27 +0000 Subject: [PATCH] Bump securego/gosec from 2.22.11 to 2.23.0 Bumps [securego/gosec](https://github.com/securego/gosec) from 2.22.11 to 2.23.0. - [Release notes](https://github.com/securego/gosec/releases) - [Commits](https://github.com/securego/gosec/compare/424fc4cd9c82ea0fd6bee9cd49c2db2c3cc0c93f...398ad549bbf1a51dc978fd966169f660c59774de) --- updated-dependencies: - dependency-name: securego/gosec dependency-version: 2.23.0 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 355ca4de..612a8e58 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Source uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 - name: Run gosec security scanner - uses: securego/gosec@424fc4cd9c82ea0fd6bee9cd49c2db2c3cc0c93f # v2.22.11 + uses: securego/gosec@398ad549bbf1a51dc978fd966169f660c59774de # v2.23.0 with: # with '-no-fail' we let the report trigger content trigger a failure using the GitHub Security features. args: "-no-fail -fmt sarif -out gosec.sarif ./..."