From 44b9f962a64a4f34a36656926dce61c81d6ac472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:25:32 -0800 Subject: [PATCH] gha: bump anchore/scan-action from 3.6.2 to 3.6.3 (#2930) Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.6.2 to 3.6.3. - [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/a9603d052605bc41f74b0f27ffd0b6d20a8c8efe...1c57367e29d11f99ae56571e49f95f1a1991945e) --- updated-dependencies: - dependency-name: anchore/scan-action 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/scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 89de0535b03c..beb4bb5d425c 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -79,7 +79,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v2.4.0 - name: Run Anchore to check ${{ matrix.image }} Docker image for vulnerabilities - uses: anchore/scan-action@a9603d052605bc41f74b0f27ffd0b6d20a8c8efe # v3.6.2 + uses: anchore/scan-action@1c57367e29d11f99ae56571e49f95f1a1991945e # v3.6.3 id: anchore-scan with: #image: 'docker.io/${{ github.actor }}/${{ matrix.image }}:latest'