From 9d85ca3b61c99d364194bf8a571ae2e08df87eb2 Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Sat, 17 Feb 2024 14:33:26 -0500 Subject: [PATCH] Update Zulip send message action (#28) --- .github/workflows/breakage-against-ponyc-latest.yml | 2 +- .github/workflows/changelog-bot.yml | 2 +- .github/workflows/latest-docker-image.yml | 4 ++-- .github/workflows/release-notes.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/breakage-against-ponyc-latest.yml b/.github/workflows/breakage-against-ponyc-latest.yml index 5981131..bb25321 100644 --- a/.github/workflows/breakage-against-ponyc-latest.yml +++ b/.github/workflows/breakage-against-ponyc-latest.yml @@ -16,7 +16,7 @@ jobs: run: make test - name: Send alert on failure if: ${{ failure() }} - uses: zulip/github-actions-zulip/send-message@b62d5a0e48a4d984ea4fce5dd65ba691963d4db4 + uses: zulip/github-actions-zulip/send-message@08b6fbd07f5834e5b930a85bc7740e9fd44ab2e7 with: api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }} email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }} diff --git a/.github/workflows/changelog-bot.yml b/.github/workflows/changelog-bot.yml index 81121fe..42fce76 100644 --- a/.github/workflows/changelog-bot.yml +++ b/.github/workflows/changelog-bot.yml @@ -23,7 +23,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Send alert on failure if: ${{ failure() }} - uses: zulip/github-actions-zulip/send-message@b62d5a0e48a4d984ea4fce5dd65ba691963d4db4 + uses: zulip/github-actions-zulip/send-message@08b6fbd07f5834e5b930a85bc7740e9fd44ab2e7 with: api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }} email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }} diff --git a/.github/workflows/latest-docker-image.yml b/.github/workflows/latest-docker-image.yml index c6a7a13..b111f1b 100644 --- a/.github/workflows/latest-docker-image.yml +++ b/.github/workflows/latest-docker-image.yml @@ -26,7 +26,7 @@ jobs: run: bash .ci-scripts/release/build-latest-docker-images.bash - name: Send alert on failure if: ${{ failure() }} - uses: zulip/github-actions-zulip/send-message@b62d5a0e48a4d984ea4fce5dd65ba691963d4db4 + uses: zulip/github-actions-zulip/send-message@08b6fbd07f5834e5b930a85bc7740e9fd44ab2e7 with: api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }} email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }} @@ -53,7 +53,7 @@ jobs: delete-only-untagged-versions: 'true' - name: Send alert on failure if: ${{ failure() }} - uses: zulip/github-actions-zulip/send-message@b62d5a0e48a4d984ea4fce5dd65ba691963d4db4 + uses: zulip/github-actions-zulip/send-message@08b6fbd07f5834e5b930a85bc7740e9fd44ab2e7 with: api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }} email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }} diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index bf08db5..fd748f5 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -24,7 +24,7 @@ jobs: API_CREDENTIALS: ${{ secrets.GITHUB_TOKEN }} - name: Send alert on failure if: ${{ failure() }} - uses: zulip/github-actions-zulip/send-message@b62d5a0e48a4d984ea4fce5dd65ba691963d4db4 + uses: zulip/github-actions-zulip/send-message@08b6fbd07f5834e5b930a85bc7740e9fd44ab2e7 with: api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }} email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }}