From 3cf2ef068b9fa9e7fcf947d2f9ef9aa005e5d543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 19:32:31 +0000 Subject: [PATCH] chore(deps): bump securego/gosec from 2.27.1 to 2.29.0 Bumps [securego/gosec](https://github.com/securego/gosec) from 2.27.1 to 2.29.0. - [Release notes](https://github.com/securego/gosec/releases) - [Commits](https://github.com/securego/gosec/compare/v2.27.1...v2.29.0) --- updated-dependencies: - dependency-name: securego/gosec dependency-version: 2.29.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 2e4ae6d97..1cc2ebe90 100644 --- a/.github/workflows/secscan.yaml +++ b/.github/workflows/secscan.yaml @@ -31,7 +31,7 @@ jobs: if: ${{ !github.repository.fork && github.actor != 'dependabot[bot]' }} - name: Run Gosec Security Scanner if: ${{ !github.repository.fork && github.actor != 'dependabot[bot]' }} - uses: securego/gosec@v2.27.1 + uses: securego/gosec@v2.29.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