diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31ce82965..096c62cc7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -188,7 +188,7 @@ jobs: buildpacksio/lifecycle:${LIFECYCLE_IMAGE_TAG} - name: Scan image if: github.event_name == 'push' - uses: anchore/scan-action@v6 + uses: anchore/scan-action@v7 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 9f9403586..dc4c9ab47 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@v6 + uses: anchore/scan-action@v7 with: image: buildpacksio/lifecycle:${{ steps.read-versions.outputs.latest-release-version }} fail-build: true