Skip to content

Commit 072354e

Browse files
[github-actions]: Bump slackapi/slack-github-action (#345)
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](slackapi/slack-github-action@af78098...03ea543) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aab40d8 commit 072354e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/notify_slack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: '24.x'
1919
- name: Send issue notification to Slack
2020
if: github.event_name == 'issues'
21-
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
21+
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3.0.2
2222
with:
2323
webhook: ${{ secrets.SLACK_WEBHOOK_URL_ISSUE }}
2424
webhook-type: incoming-webhook
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Send pull request notification to Slack
3333
if: github.event_name == 'pull_request_target'
34-
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
34+
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3.0.2
3535
with:
3636
webhook: ${{ secrets.SLACK_WEBHOOK_URL_PR }}
3737
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)