From 5943921ace9b1626481629ea19817e6fba7a3bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:09:14 +0000 Subject: [PATCH] build(deps): bump securego/gosec Bumps the github-actions group with 1 update in the / directory: [securego/gosec](https://github.com/securego/gosec). Updates `securego/gosec` from 2.20.0 to 2.21.3 - [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/6fbd381238e97e1d1f3358f0d6d65de78dcf9245...be8bd6e40be105333f2bc783ba8d688154441559) --- updated-dependencies: - dependency-name: securego/gosec dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/gosec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index cb441aaa08..45836c68ff 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Run Gosec Security Scanner - uses: securego/gosec@6fbd381238e97e1d1f3358f0d6d65de78dcf9245 # v2.20.0 + uses: securego/gosec@be8bd6e40be105333f2bc783ba8d688154441559 # v2.21.3 with: # Arguments for gosec, -no-fail to not fail the workflow based on findings args: -no-fail -fmt sarif -out gosec-results.sarif ./...