From dd8599aa6e71977d08e18f5e586d42c7c6cb6dae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 23:27:09 +0000 Subject: [PATCH] Bump anchore/scan-action from 3 to 4 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3 to 4. - [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...v4) --- 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..0d40d142d 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@v4 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..b889a4f94 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@v4 with: image: buildpacksio/lifecycle:${{ steps.read-versions.outputs.latest-release-version }} fail-build: true