Skip to content

Commit d71b747

Browse files
chore(deps): bump slackapi/slack-github-action from 2.1.1 to 3.0.1 (#4684)
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.1.1 to 3.0.1. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@91efab1...af78098) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 58a8a95 commit d71b747

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
artifact-name: sbom.spdx.json
194194

195195
- name: Notify Slack of new release
196-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a #v2.1.1
196+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 #v3.0.1
197197
continue-on-error: true
198198
with:
199199
webhook: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }}

.github/workflows/update-cpe-dictionary-index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
token: ${{ steps.generate-token.outputs.token }}
6666

6767
- name: Notify Slack on failure
68-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a #v2.1.1
68+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 #v3.0.1
6969
with:
7070
webhook: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }}
7171
webhook-type: incoming-webhook

.github/workflows/update-spdx-license-list.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
token: ${{ steps.generate-token.outputs.token }}
4646

4747
- name: Notify Slack on failure
48-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a #v2.1.1
48+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 #v3.0.1
4949
with:
5050
webhook: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }}
5151
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)