From 9c2d53e76048e15a493042ae96718ecb77fc055b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 21:04:32 +0000 Subject: [PATCH] Bump securego/gosec from 2.26.1 to 2.28.0 Bumps [securego/gosec](https://github.com/securego/gosec) from 2.26.1 to 2.28.0. - [Release notes](https://github.com/securego/gosec/releases) - [Commits](https://github.com/securego/gosec/compare/v2.26.1...v2.28.0) --- 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/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 3b36fd9..536432b 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -48,7 +48,7 @@ jobs: file: coverage.out - name: Run Gosec Security Scanner - uses: securego/gosec@v2.26.1 + uses: securego/gosec@v2.28.0 with: # we let the report trigger content trigger a failure using the GitHub Security features. args: '-no-fail -fmt sarif -out results.sarif ./...'