From fd12050e39cc19e5b9d5110c32180096080b90d6 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 21 Feb 2024 11:38:09 -0500 Subject: [PATCH] Upgrade version of someimportantcompany/github-actions-slack-message (#49305) --- .github/actions/slack-alert/action.yml | 2 +- .github/workflows/confirm-internal-staff-work-in-docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/slack-alert/action.yml b/.github/actions/slack-alert/action.yml index a8ea96baff..72365ef51f 100644 --- a/.github/actions/slack-alert/action.yml +++ b/.github/actions/slack-alert/action.yml @@ -13,7 +13,7 @@ runs: using: composite steps: - name: Send Slack notification if workflow fails - uses: someimportantcompany/github-actions-slack-message@1d367080235edfa53df415bd8e0bbab480f29bad + uses: someimportantcompany/github-actions-slack-message@a975b440de2bcef178d451cc70d4c1161b5a30cd with: channel: ${{ inputs.slack_channel_id }} bot-token: ${{ inputs.slack_token }} diff --git a/.github/workflows/confirm-internal-staff-work-in-docs.yml b/.github/workflows/confirm-internal-staff-work-in-docs.yml index ca3ede0e84..26f923600a 100644 --- a/.github/workflows/confirm-internal-staff-work-in-docs.yml +++ b/.github/workflows/confirm-internal-staff-work-in-docs.yml @@ -75,7 +75,7 @@ jobs: - name: Send Slack notification if a GitHub employee who isn't on the docs team opens an issue in public if: ${{ steps.membership_check.outputs.did_warn && github.repository == 'github/docs' }} - uses: someimportantcompany/github-actions-slack-message@1d367080235edfa53df415bd8e0bbab480f29bad + uses: someimportantcompany/github-actions-slack-message@a975b440de2bcef178d451cc70d4c1161b5a30cd with: channel: ${{ secrets.DOCS_OPEN_SOURCE_SLACK_CHANNEL_ID }} bot-token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}