From 068947408f78fd235445ee47793963ab0dbfebf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 18:52:58 +0000 Subject: [PATCH] build(deps): 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/v2.22.11...v2.23.0) --- 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/gosec-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gosec-analysis.yml b/.github/workflows/gosec-analysis.yml index a035cf3..4251337 100644 --- a/.github/workflows/gosec-analysis.yml +++ b/.github/workflows/gosec-analysis.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v6 - name: Run Gosec Security Scanner - uses: securego/gosec@v2.22.11 #master + uses: securego/gosec@v2.23.0 #master with: # we let the report trigger content trigger a failure using the GitHub Security features. args: '-no-fail -fmt sarif -out results.sarif ./...'