From 5072b016fd8e1b3c53e3d95e7e77855fbf57cebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 23:46:01 +0000 Subject: [PATCH] Bump anchore/scan-action from 3 to 5 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3 to 5. - [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...v5) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/check-latest-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 06763f68b..f094551d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -252,7 +252,7 @@ jobs: buildpacksio/lifecycle:${LIFECYCLE_IMAGE_TAG} - name: Scan image if: github.event_name == 'push' - uses: anchore/scan-action@v3 + uses: anchore/scan-action@v5 with: image: buildpacksio/lifecycle:${{ env.LIFECYCLE_IMAGE_TAG }} pack-acceptance-linux: diff --git a/.github/workflows/check-latest-release.yml b/.github/workflows/check-latest-release.yml index dbceac3a3..300564caa 100644 --- a/.github/workflows/check-latest-release.yml +++ b/.github/workflows/check-latest-release.yml @@ -86,7 +86,7 @@ jobs: fi - name: Scan latest release image id: scan-image - uses: anchore/scan-action@v3 + uses: anchore/scan-action@v5 with: image: buildpacksio/lifecycle:${{ steps.read-versions.outputs.latest-release-version }} fail-build: true