From 5905ae0f8dc68c7775b3cbc4eeacd75acc7e884b Mon Sep 17 00:00:00 2001 From: "isle-buildkit-renovate[bot]" <193913961+isle-buildkit-renovate[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 11:00:10 +0000 Subject: [PATCH] Update actions/upload-artifact digest to 4cec3d8 --- .github/workflows/grype.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/grype.yml b/.github/workflows/grype.yml index 8e162d2d..d1817c5f 100644 --- a/.github/workflows/grype.yml +++ b/.github/workflows/grype.yml @@ -34,7 +34,7 @@ jobs: with: cache-read-only: false arguments: ${{ inputs.image }}:grype ${{ inputs.digest }} --info - - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4 + - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 if: always() with: name: ${{ inputs.image }} Grype Reports diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 719b4723..fa866df0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: with: cache-read-only: false arguments: ${{ inputs.image }}:test -Pisle.test.pull=true ${{ inputs.digests }} --info - - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4 + - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 if: always() with: name: ${{ inputs.image }} Test Logs