From ed7b79f940082b6f0512abdf699ce8c4fdc338e4 Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Wed, 18 Sep 2024 11:49:30 +0200 Subject: [PATCH] chore(deps): update github actions (#482) * chore(deps): update github actions Signed-off-by: redhat-renovate-bot * Revert login-action update Signed-off-by: thepetk --------- Signed-off-by: redhat-renovate-bot Signed-off-by: thepetk Co-authored-by: thepetk --- .github/workflows/check-architectures.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/pushimge-next.yaml | 2 +- .github/workflows/validate-stacks.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-architectures.yaml b/.github/workflows/check-architectures.yaml index 42c6feb7b..251228246 100644 --- a/.github/workflows/check-architectures.yaml +++ b/.github/workflows/check-architectures.yaml @@ -62,7 +62,7 @@ jobs: - name: Save Comment ID if: ${{ steps.find.outputs.comment-id != '' }} run: echo ${{ steps.find.outputs.comment-id }} > ./pr/commentid - - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: pr path: pr/ diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eadc825c4..4bc0a283e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: with: go-version: 1.21 - name: Set up QEMU # Enables arm64 image building - uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf + uses: docker/setup-qemu-action@719c55c4a5a93233ce33aa9366dc90396d60e0ee - name: Check if devfile registry build is working run: bash registry-repo/.ci/build.sh && bash registry-repo/.ci/build.sh linux/arm64 diff --git a/.github/workflows/pushimge-next.yaml b/.github/workflows/pushimge-next.yaml index fd59f535f..cb0df9ffc 100644 --- a/.github/workflows/pushimge-next.yaml +++ b/.github/workflows/pushimge-next.yaml @@ -43,7 +43,7 @@ jobs: with: go-version: 1.21 - name: Set up QEMU # Enables arm64 image building - uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf + uses: docker/setup-qemu-action@719c55c4a5a93233ce33aa9366dc90396d60e0ee - name: Login to Quay uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 with: diff --git a/.github/workflows/validate-stacks.yaml b/.github/workflows/validate-stacks.yaml index 61a74d2b2..2f0afb716 100644 --- a/.github/workflows/validate-stacks.yaml +++ b/.github/workflows/validate-stacks.yaml @@ -188,7 +188,7 @@ jobs: needs: [validate-devfile-schema, non-terminating, odov2, odov3] steps: - name: Send slack notification - uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0 + uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0 with: channel-id: ${{ secrets.SLACK_CHANNEL_ID }} payload: |