Skip to content

Commit 489da91

Browse files
⬆️ Update Update slackapi/slack-github-action action to v2
1 parent 0413844 commit 489da91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/image-arm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
run: echo "COMMIT_MSG=$(git log -1 --pretty=format:%s)" >> $GITHUB_ENV
251251
- name: notify if failure
252252
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} && failure()
253-
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
253+
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
254254
env:
255255
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
256256
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

.github/workflows/image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ jobs:
462462
run: echo "COMMIT_MSG=$(git log -1 --pretty=format:%s)" >> $GITHUB_ENV
463463
- name: notify if failure
464464
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} && failure()
465-
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
465+
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
466466
env:
467467
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
468468
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

0 commit comments

Comments
 (0)