From 3be2facf7f8a3fd732b50741f60836ac233c43aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 04:54:59 +0000 Subject: [PATCH] Bump slackapi/slack-github-action from 3.0.2 to 3.0.3 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.2 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/03ea5433c137af7c0495bc0cad1af10403fc800c...45a88b9581bfab2566dc881e2cd66d334e621e2c) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/after_commit.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/pr_create.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/after_commit.yml b/.github/workflows/after_commit.yml index 37d5d5f..66fb823 100644 --- a/.github/workflows/after_commit.yml +++ b/.github/workflows/after_commit.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post text to a Slack channel - uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3.0.2 + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 with: method: chat.postMessage token: ${{ secrets.SLACK_OAUTH_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 705a708..50f8879 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post text to a Slack channel - uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3.0.2 + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 with: method: chat.postMessage token: ${{ secrets.SLACK_OAUTH_TOKEN }} diff --git a/.github/workflows/pr_create.yml b/.github/workflows/pr_create.yml index 8db8a10..3d229b8 100644 --- a/.github/workflows/pr_create.yml +++ b/.github/workflows/pr_create.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post text to a Slack channel - uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3.0.2 + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 with: method: chat.postMessage token: ${{ secrets.SLACK_OAUTH_TOKEN }}