From 82586fee0774417aa53c93828dfcfceaf506b675 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Mon, 7 Oct 2024 01:28:35 +0000 Subject: [PATCH] Update Zulip 'send message' action to latest version --- .github/workflows/breakage-against-linux-ponyc-latest.yml | 6 +++--- .github/workflows/breakage-against-windows-ponyc-latest.yml | 2 +- .github/workflows/changelog-bot.yml | 2 +- .github/workflows/release-notes.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/breakage-against-linux-ponyc-latest.yml b/.github/workflows/breakage-against-linux-ponyc-latest.yml index fcd85da..307b56a 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 test ssl=0.9.0 config=debug - name: Send alert on failure if: ${{ failure() }} - uses: zulip/github-actions-zulip/send-message@08b6fbd07f5834e5b930a85bc7740e9fd44ab2e7 + uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 with: api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }} email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }} @@ -37,7 +37,7 @@ jobs: run: make test config=debug ssl=1.1.x - name: Send alert on failure if: ${{ failure() }} - uses: zulip/github-actions-zulip/send-message@08b6fbd07f5834e5b930a85bc7740e9fd44ab2e7 + uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 with: api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }} email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }} @@ -58,7 +58,7 @@ jobs: run: make test config=debug ssl=3.0.x - name: Send alert on failure if: ${{ failure() }} - uses: zulip/github-actions-zulip/send-message@08b6fbd07f5834e5b930a85bc7740e9fd44ab2e7 + uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 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 c11aa00..ca01a49 100644 --- a/.github/workflows/breakage-against-windows-ponyc-latest.yml +++ b/.github/workflows/breakage-against-windows-ponyc-latest.yml @@ -20,7 +20,7 @@ jobs: .\make.ps1 -Command test 2>&1; - name: Send alert on failure if: ${{ failure() }} - uses: zulip/github-actions-zulip/send-message@08b6fbd07f5834e5b930a85bc7740e9fd44ab2e7 + uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 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 42fce76..1eeb60b 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@08b6fbd07f5834e5b930a85bc7740e9fd44ab2e7 + uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 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 d26cf81..b4e3885 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@08b6fbd07f5834e5b930a85bc7740e9fd44ab2e7 + uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 with: api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }} email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }}