From 05079b9124fb9e77171e6e971ce25bd37851657b Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Sat, 17 Feb 2024 14:21:05 -0500 Subject: [PATCH] Update Zulip send message action (#265) --- .github/workflows/breakage-against-linux-ponyc-latest.yml | 2 +- .../breakage-against-macOS-arm64-ponyc-latest.yml | 2 +- .../workflows/breakage-against-macOS-x86-ponyc-latest.yml | 2 +- .../workflows/breakage-against-windows-ponyc-latest.yml | 2 +- .github/workflows/changelog-bot.yml | 2 +- .github/workflows/latest-docker-image.yml | 4 ++-- .github/workflows/nightlies.yml | 8 ++++---- .github/workflows/release-notes.yml | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/breakage-against-linux-ponyc-latest.yml b/.github/workflows/breakage-against-linux-ponyc-latest.yml index b6e59b2f..c7fa1b09 100644 --- a/.github/workflows/breakage-against-linux-ponyc-latest.yml +++ b/.github/workflows/breakage-against-linux-ponyc-latest.yml @@ -16,7 +16,7 @@ jobs: run: make unit-tests config=debug - 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/breakage-against-macOS-arm64-ponyc-latest.yml b/.github/workflows/breakage-against-macOS-arm64-ponyc-latest.yml index ad996f31..97e37a62 100644 --- a/.github/workflows/breakage-against-macOS-arm64-ponyc-latest.yml +++ b/.github/workflows/breakage-against-macOS-arm64-ponyc-latest.yml @@ -20,7 +20,7 @@ jobs: make unit-tests config=debug - 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/breakage-against-macOS-x86-ponyc-latest.yml b/.github/workflows/breakage-against-macOS-x86-ponyc-latest.yml index 1f29b427..604bb68b 100644 --- a/.github/workflows/breakage-against-macOS-x86-ponyc-latest.yml +++ b/.github/workflows/breakage-against-macOS-x86-ponyc-latest.yml @@ -20,7 +20,7 @@ jobs: make unit-tests config=debug - 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/breakage-against-windows-ponyc-latest.yml b/.github/workflows/breakage-against-windows-ponyc-latest.yml index 56aa8ee4..9506222c 100644 --- a/.github/workflows/breakage-against-windows-ponyc-latest.yml +++ b/.github/workflows/breakage-against-windows-ponyc-latest.yml @@ -18,7 +18,7 @@ jobs: .\make.ps1 -Command unit-tests 2>&1 - 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 81121feb..42fce765 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 02c00606..52cded3b 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/nightlies.yml b/.github/workflows/nightlies.yml index 6f615823..4c593463 100644 --- a/.github/workflows/nightlies.yml +++ b/.github/workflows/nightlies.yml @@ -18,7 +18,7 @@ jobs: CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }} - 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 }} @@ -47,7 +47,7 @@ jobs: CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }} - 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 }} @@ -76,7 +76,7 @@ jobs: CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }} - 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 }} @@ -105,7 +105,7 @@ jobs: CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }} - 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 bba86101..d26cf81f 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 }}