From 0e01abbe07cf7fd8db031c79d69457ca23f3d286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 02:14:51 +0000 Subject: [PATCH] deps(deps): bump securego/gosec in /.github/workflows Bumps [securego/gosec](https://github.com/securego/gosec) from 2.22.8 to 2.22.10. - [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.10) --- updated-dependencies: - dependency-name: securego/gosec dependency-version: 2.22.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 9a47a74..bd2e5b4 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -69,7 +69,7 @@ jobs: check-latest: true - name: Run Gosec Security Scanner - uses: securego/gosec@v2.22.8 + uses: securego/gosec@v2.22.10 with: args: "-fmt=sarif -out=gosec.sarif ./..."