Skip to content

Commit c0ca6bc

Browse files
Bump archive/github-actions-slack from 2.10.1 to 3.1.0 (#604)
Bumps [archive/github-actions-slack](https://github.com/archive/github-actions-slack) from 2.10.1 to 3.1.0. - [Release notes](https://github.com/archive/github-actions-slack/releases) - [Commits](archive/github-actions-slack@c643e50...433fef9) --- updated-dependencies: - dependency-name: archive/github-actions-slack dependency-version: 3.1.0 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 609977d commit c0ca6bc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Send message to helm_dev slack channel
7979
id: notify_dev
8080
if: ${{ always() && github.event_name == 'schedule' && steps.codeql-analysis.conclusion != 'success' }}
81-
uses: archive/github-actions-slack@c643e5093620d65506466f2c9b317d5d29a5e517 # v2.10.1
81+
uses: archive/github-actions-slack@433fef9978d3adae73168bfc9c5a7ce722780231 # v3.1.0
8282
with:
8383
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }}
8484
slack-channel: C02979BDUPL
@@ -93,7 +93,7 @@ jobs:
9393
- name: Send message to helm_notify slack channel
9494
id: notify
9595
if: ${{ always() && github.event_name == 'schedule' && steps.codeql-analysis.conclusion == 'success' }}
96-
uses: archive/github-actions-slack@c643e5093620d65506466f2c9b317d5d29a5e517 # v2.10.1
96+
uses: archive/github-actions-slack@433fef9978d3adae73168bfc9c5a7ce722780231 # v3.1.0
9797
with:
9898
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }}
9999
slack-channel: C04K1ARMH8A

.github/workflows/scan-branch-sbom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Send message on scan failure
5050
id: notify
5151
if: ${{ steps.scan.outcome == 'failure' && inputs.notify-on-failure }}
52-
uses: archive/github-actions-slack@c643e5093620d65506466f2c9b317d5d29a5e517 # v2.10.1
52+
uses: archive/github-actions-slack@433fef9978d3adae73168bfc9c5a7ce722780231 # v3.1.0
5353
with:
5454
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }}
5555
slack-channel: C02979BDUPL

0 commit comments

Comments
 (0)