From ad36e914c7bc98a9073334bfac4224fd36bf7d1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 18:38:50 +0000 Subject: [PATCH 1/2] chore(deps): update slackapi/slack-github-action action to v2 | datasource | package | from | to | | ----------- | ---------------------------- | ------- | ------ | | github-tags | slackapi/slack-github-action | v1.27.0 | v2.0.0 | --- .github/actions/report-failure-on-slack/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/report-failure-on-slack/action.yml b/.github/actions/report-failure-on-slack/action.yml index 88604aa..6e6c39f 100644 --- a/.github/actions/report-failure-on-slack/action.yml +++ b/.github/actions/report-failure-on-slack/action.yml @@ -85,7 +85,7 @@ runs: - name: Notify in Slack in case of failure id: slack-notification if: ${{ steps.silence-check.outcome != 'success' }} # in case of success it means that a silence issue exists - uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0 + uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 with: channel-id: ${{ inputs.slack_channel_id }} payload: | From 571485643fc4906212a6ae904a91203dc00dd630 Mon Sep 17 00:00:00 2001 From: Leo J <153937047+leiicamundi@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:52:33 +0100 Subject: [PATCH 2/2] chore add posting method for slack --- .github/actions/report-failure-on-slack/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/report-failure-on-slack/action.yml b/.github/actions/report-failure-on-slack/action.yml index 6e6c39f..e9a92b5 100644 --- a/.github/actions/report-failure-on-slack/action.yml +++ b/.github/actions/report-failure-on-slack/action.yml @@ -88,6 +88,7 @@ runs: uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 with: channel-id: ${{ inputs.slack_channel_id }} + method: chat.postMessage payload: | { "unfurl_links": false,