From 19014accbd94443f986d21fe2560b69d5697ab5a Mon Sep 17 00:00:00 2001 From: Maksym Arutyunyan <103510076+maksymar@users.noreply.github.com> Date: Fri, 15 Aug 2025 10:56:10 +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.1=20(=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 54d4d42beb074ebc743e906c6e9b88b6ba3a0639. --- .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 359f63df..6746111c 100644 --- a/.github/workflows/ci-notify-slack.yml +++ b/.github/workflows/ci-notify-slack.yml @@ -24,7 +24,7 @@ jobs: echo "safe_title=$ESCAPED_TITLE" >> "$GITHUB_OUTPUT" - name: Post to a Slack channel - uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1 + 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 }}|${{ steps.sanitize.outputs.safe_title }}>"