From 5cc1b1f1ad138342984e08c9e4869e4636c593eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 06:39:45 +0000 Subject: [PATCH] chore(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/v2.27.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/secscan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/secscan.yaml b/.github/workflows/secscan.yaml index b5bf8e2bed6a..e46d299037b2 100644 --- a/.github/workflows/secscan.yaml +++ b/.github/workflows/secscan.yaml @@ -18,7 +18,7 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' }} - name: Run Gosec Security Scanner if: ${{ github.actor != 'dependabot[bot]' }} - uses: securego/gosec@v2.27.1 + uses: securego/gosec@v2.28.0 with: # we let the report trigger content trigger a failure using the GitHub Security features. # backend/go/supertonic is excluded: it vendors upstream supertone-inc/supertonic