Skip to content

Commit c6a86e3

Browse files
⬆️ Update Update slackapi/slack-github-action action to v2
1 parent 6a91d29 commit c6a86e3

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
@@ -340,7 +340,7 @@ jobs:
340340
run: echo "COMMIT_MSG=$(git log -1 --pretty=format:%s)" >> $GITHUB_ENV
341341
- name: notify if failure
342342
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} && failure()
343-
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
343+
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
344344
env:
345345
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
346346
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)