From 033b3a26fc64d789daff444f77e0b689266c22ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:07:12 +0100 Subject: [PATCH] chore(deps): update slackapi/slack-github-action action to v2 (#116) * 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 | * chore add posting method for slack --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Leo J <153937047+leiicamundi@users.noreply.github.com> --- .github/actions/report-failure-on-slack/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/report-failure-on-slack/action.yml b/.github/actions/report-failure-on-slack/action.yml index 88604aa..e9a92b5 100644 --- a/.github/actions/report-failure-on-slack/action.yml +++ b/.github/actions/report-failure-on-slack/action.yml @@ -85,9 +85,10 @@ 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 }} + method: chat.postMessage payload: | { "unfurl_links": false,