From aad62c033a2ca7a1dbe903af7b6b9eaca8b1a5b0 Mon Sep 17 00:00:00 2001 From: Dimitris Sarlis Date: Wed, 28 May 2025 15:47:39 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"chore(deps):=20bump=20slackapi/slack-?= =?UTF-8?q?github-action=20from=201.25.0=20to=202.1.0=20(=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 3288225fbb65933e2d83487dd79819cfb80e7632. --- .github/workflows/ci-notify-slack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-notify-slack.yml b/.github/workflows/ci-notify-slack.yml index 3378b33d..eb0d466e 100644 --- a/.github/workflows/ci-notify-slack.yml +++ b/.github/workflows/ci-notify-slack.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Post to a Slack channel - uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0 + uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0 with: channel-id: eng-execution-mrs slack-message: ":github: `${{ github.repository }}` <${{ github.event.pull_request.html_url }}|${{ github.event.pull_request.title }}>"