From 0330f67fd4a1f18b8315163bcaacf18202a1c41b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 06:56:51 +0000 Subject: [PATCH] chore(deps): update slackapi/slack-github-action action to v3 --- backend/go-vulncheck/action.yml | 4 ++-- frontend/pull-request/notify/action.yml | 4 ++-- frontend/slack/deploy-failure/action.yml | 2 +- frontend/slack/deploy-start/action.yml | 2 +- frontend/slack/deploy-success/action.yml | 2 +- frontend/slack/job-failure/action.yml | 2 +- frontend/slack/job-message/action.yml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/backend/go-vulncheck/action.yml b/backend/go-vulncheck/action.yml index 382ab84..1db34a7 100644 --- a/backend/go-vulncheck/action.yml +++ b/backend/go-vulncheck/action.yml @@ -42,7 +42,7 @@ runs: shell: bash - name: Send data to Slack If Failure if: inputs.slack_webhook_url != '' && failure() - uses: slackapi/slack-github-action@v2.1.1 + uses: slackapi/slack-github-action@v3.0.1 id: slack-failure with: webhook: ${{ inputs.slack_webhook_url }} @@ -71,7 +71,7 @@ runs: } - name: Send data to Slack If Success if: inputs.slack_webhook_url != '' && !failure() && inputs.show_success_slack_msg == 'true' - uses: slackapi/slack-github-action@v2.1.1 + uses: slackapi/slack-github-action@v3.0.1 id: slack-success with: webhook: ${{ inputs.slack_webhook_url }} diff --git a/frontend/pull-request/notify/action.yml b/frontend/pull-request/notify/action.yml index 73601bf..50abc78 100644 --- a/frontend/pull-request/notify/action.yml +++ b/frontend/pull-request/notify/action.yml @@ -86,7 +86,7 @@ runs: - name: Send message to Slack id: send_slack_message - uses: slackapi/slack-github-action@v2.1.1 + uses: slackapi/slack-github-action@v3.0.1 with: method: 'chat.postMessage' token: ${{ inputs.slack-bot-token }} @@ -132,7 +132,7 @@ runs: - name: Add reaction to the message id: add_reaction - uses: slackapi/slack-github-action@v2.1.1 + uses: slackapi/slack-github-action@v3.0.1 with: method: 'reactions.add' token: ${{ inputs.slack-bot-token }} diff --git a/frontend/slack/deploy-failure/action.yml b/frontend/slack/deploy-failure/action.yml index 54afcfb..d2daaf8 100644 --- a/frontend/slack/deploy-failure/action.yml +++ b/frontend/slack/deploy-failure/action.yml @@ -34,7 +34,7 @@ runs: [[ "${{ inputs.bot-token }}" ]] || { echo "bot-token input is empty"; exit 1; } - name: Notify Slack - uses: 'slackapi/slack-github-action@v2.1.1' + uses: 'slackapi/slack-github-action@v3.0.1' with: errors: true method: 'chat.update' diff --git a/frontend/slack/deploy-start/action.yml b/frontend/slack/deploy-start/action.yml index 3473ce3..ea2c545 100644 --- a/frontend/slack/deploy-start/action.yml +++ b/frontend/slack/deploy-start/action.yml @@ -36,7 +36,7 @@ runs: - name: Notify Slack id: notify-slack - uses: slackapi/slack-github-action@v2.1.1 + uses: slackapi/slack-github-action@v3.0.1 with: errors: true method: chat.postMessage diff --git a/frontend/slack/deploy-success/action.yml b/frontend/slack/deploy-success/action.yml index dde5af5..63cd797 100644 --- a/frontend/slack/deploy-success/action.yml +++ b/frontend/slack/deploy-success/action.yml @@ -34,7 +34,7 @@ runs: [[ "${{ inputs.bot-token }}" ]] || { echo "bot-token input is empty"; exit 1; } - name: Notify Slack - uses: 'slackapi/slack-github-action@v2.1.1' + uses: 'slackapi/slack-github-action@v3.0.1' with: errors: true method: 'chat.update' diff --git a/frontend/slack/job-failure/action.yml b/frontend/slack/job-failure/action.yml index 858a60c..63749e6 100644 --- a/frontend/slack/job-failure/action.yml +++ b/frontend/slack/job-failure/action.yml @@ -43,7 +43,7 @@ runs: [[ "${{ inputs.bot-token }}" ]] || { echo "bot-token input is empty"; exit 1; } - name: Notify Slack - uses: 'slackapi/slack-github-action@v2.1.1' + uses: 'slackapi/slack-github-action@v3.0.1' with: errors: true method: 'chat.postMessage' diff --git a/frontend/slack/job-message/action.yml b/frontend/slack/job-message/action.yml index 302a66d..2516e5c 100644 --- a/frontend/slack/job-message/action.yml +++ b/frontend/slack/job-message/action.yml @@ -43,7 +43,7 @@ runs: [[ "${{ inputs.bot-token }}" ]] || { echo "bot-token input is empty"; exit 1; } - name: Notify Slack - uses: 'slackapi/slack-github-action@v2.1.1' + uses: 'slackapi/slack-github-action@v3.0.1' with: errors: true method: 'chat.postMessage'