From 563f4f66edd2122db7486604cf46a88b0a488091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 12:34:51 +0800 Subject: [PATCH] chore(deps): bump securego/gosec from 2.22.8 to 2.22.9 (#2073) Bumps [securego/gosec](https://github.com/securego/gosec) from 2.22.8 to 2.22.9. - [Release notes](https://github.com/securego/gosec/releases) - [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml) - [Commits](https://github.com/securego/gosec/compare/v2.22.8...v2.22.9) --- updated-dependencies: - dependency-name: securego/gosec dependency-version: 2.22.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 44b21ef..ae80134 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -16,6 +16,6 @@ jobs: steps: - uses: actions/checkout@v5 - name: Run Gosec Security Scanner - uses: securego/gosec@v2.22.8 + uses: securego/gosec@v2.22.9 with: args: '-exclude=G103,G104,G304,G402 ./...'