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..0b0d2869 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@719c55c4a5a93233ce33aa9366dc90396d60e0ee + uses: docker/setup-qemu-action@8b562efa09ec1557a9e26f25a7c6292838acea94 - 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 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: |