From e3765e3b13027594a56b321d5e113848e14c15de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:38:01 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 834a144 --- .github/workflows/reusable-build-iso.yml | 2 +- .github/workflows/reusable-build.yml | 2 +- .github/workflows/reusable-image-scan.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-build-iso.yml b/.github/workflows/reusable-build-iso.yml index 8870c82f7de..0bb8b30a42f 100644 --- a/.github/workflows/reusable-build-iso.yml +++ b/.github/workflows/reusable-build-iso.yml @@ -177,7 +177,7 @@ jobs: - name: Upload ISOs and Checksum to Job Artifacts if: github.ref_name == 'testing' #if: github.event_name == 'pull_request' - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4 with: name: ${{ steps.build.outputs.iso_name }} path: ${{ steps.upload-directory.outputs.iso-upload-dir }} diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index fed01abb625..b442d03f3cc 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -425,7 +425,7 @@ jobs: - name: Upload artifact if: github.event_name != 'pull_request' - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4 with: name: image-${{ env.IMAGE_NAME }}-${{ env.image_flavor }}-${{ matrix.fedora_version }} retention-days: 1 diff --git a/.github/workflows/reusable-image-scan.yml b/.github/workflows/reusable-image-scan.yml index e91cf9133a5..d03ad05bf54 100644 --- a/.github/workflows/reusable-image-scan.yml +++ b/.github/workflows/reusable-image-scan.yml @@ -71,7 +71,7 @@ jobs: echo "name=$(echo ${IMAGE} | awk -F'/' '{print $NF}' | sed 's/:/-/g')" >> $GITHUB_OUTPUT - name: Upload scan results - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4 with: name: security-${{ steps.artifact-name.outputs.name }} if-no-files-found: error