From 130ada77b2a6e7a4de026789a4af76560be397ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 17:38:19 +0000 Subject: [PATCH] Bump anchore/scan-action from 3.2.5 to 3.3.0 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/anchore/scan-action/compare/v3.2.5...v3.3.0) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcc5e4e17..0156fea9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -364,7 +364,7 @@ jobs: - name: Anchore container scan id: anchore-scan - uses: anchore/scan-action@v3.2.5 + uses: anchore/scan-action@v3.3.0 if: ${{ (matrix.os == 'ubuntu-latest') }} with: image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}