Skip to content

Commit 84a07a3

Browse files
⬆️ Update Update slackapi/slack-github-action action to v2
1 parent ab7b23f commit 84a07a3

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@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
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@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
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)