From a829d338f9f2d5510f56ca6d2bb55385ee58d944 Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Fri, 29 Nov 2024 02:04:54 +0000 Subject: [PATCH 1/2] chore(deps): update github actions Signed-off-by: redhat-renovate-bot --- .github/workflows/ci.yaml | 2 +- .github/workflows/pushimge-next.yaml | 4 ++-- .github/workflows/validate-stacks.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c38afc2b..a2b58de2 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@719c55c4a5a93233ce33aa9366dc90396d60e0ee + uses: docker/setup-qemu-action@8b562efa09ec1557a9e26f25a7c6292838acea94 - 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 1174d09b..07d13a9d 100644 --- a/.github/workflows/pushimge-next.yaml +++ b/.github/workflows/pushimge-next.yaml @@ -43,9 +43,9 @@ jobs: with: go-version: 1.21 - name: Set up QEMU # Enables arm64 image building - uses: docker/setup-qemu-action@719c55c4a5a93233ce33aa9366dc90396d60e0ee + uses: docker/setup-qemu-action@8b562efa09ec1557a9e26f25a7c6292838acea94 - name: Login to Quay - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 with: registry: quay.io username: ${{ secrets.QUAY_USERNAME }} diff --git a/.github/workflows/validate-stacks.yaml b/.github/workflows/validate-stacks.yaml index 0cf451e4..26b91273 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@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0 + uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1 with: channel-id: ${{ secrets.SLACK_CHANNEL_ID }} payload: | From 3aa0506e4093f0f07c21c1d6e27d6cc2c4ba9bf7 Mon Sep 17 00:00:00 2001 From: thepetk Date: Fri, 29 Nov 2024 12:50:51 -0500 Subject: [PATCH 2/2] Revert login-action update Signed-off-by: thepetk --- .github/workflows/pushimge-next.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pushimge-next.yaml b/.github/workflows/pushimge-next.yaml index 07d13a9d..0b0d2869 100644 --- a/.github/workflows/pushimge-next.yaml +++ b/.github/workflows/pushimge-next.yaml @@ -45,7 +45,7 @@ jobs: - name: Set up QEMU # Enables arm64 image building uses: docker/setup-qemu-action@8b562efa09ec1557a9e26f25a7c6292838acea94 - name: Login to Quay - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 with: registry: quay.io username: ${{ secrets.QUAY_USERNAME }}