From e19e55238236a234a769724ad7173e13c3140c49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 16:36:00 +0000 Subject: [PATCH] Bump slackapi/slack-github-action from 1.16.0 to 3.0.3 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.16.0 to 3.0.3. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1.16...45a88b9581bfab2566dc881e2cd66d334e621e2c) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/create_release.yml | 4 ++-- .github/workflows/feature_flag_cleanup.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 72be69a99..5545a5667 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -1607,7 +1607,7 @@ jobs: fi - name: Send Slack notification if unsuccessful - uses: slackapi/slack-github-action@410ae57cff5c6b682b106440be0e6c7eb8c98c9d # v1.16.0 + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 if: ${{ steps.failed_releases.outputs.failed != '' }} with: channel-id: "#oncall-client" @@ -1782,7 +1782,7 @@ jobs: - name: Post to a Slack channel id: slack - uses: slackapi/slack-github-action@410ae57cff5c6b682b106440be0e6c7eb8c98c9d # v1.16.0 + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 if: ${{ steps.build_slack_payload.outputs.has_content == 'true' }} # Continue on with the rest of the workflow, even if we fail to send the # changelog info to Slack. (We still want to stick the changelog JSON diff --git a/.github/workflows/feature_flag_cleanup.yml b/.github/workflows/feature_flag_cleanup.yml index 280dc66cd..b733c0336 100644 --- a/.github/workflows/feature_flag_cleanup.yml +++ b/.github/workflows/feature_flag_cleanup.yml @@ -256,7 +256,7 @@ jobs: echo "Pull request created: ${{ steps.create_pr.outputs.pull-request-url }}" - name: Send Slack notification - uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1 + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 if: ${{ steps.create_pr.outputs.pull-request-operation == 'created' }} with: method: chat.postMessage