From 8aa527f1c3824dcb519d05d29a19c7125e34f164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:21:18 +0000 Subject: [PATCH] ci: bump securego/gosec from 2.18.1 to 2.18.2 Bumps [securego/gosec](https://github.com/securego/gosec) from 2.18.1 to 2.18.2. - [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/0ec6cd95d7bf02aef4ec2786e884868e0044875b...55d79496019a560e16e73e1948dee20a1fad631a) --- updated-dependencies: - dependency-name: securego/gosec dependency-type: direct:production update-type: version-update:semver-patch ... 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 3d70bd79..fff3a474 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -19,6 +19,6 @@ jobs: - name: Checkout Source uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Run Gosec Security Scanner - uses: securego/gosec@0ec6cd95d7bf02aef4ec2786e884868e0044875b # v2.18.1 + uses: securego/gosec@55d79496019a560e16e73e1948dee20a1fad631a # v2.18.2 with: args: ./...