Skip to content

Commit ad4cbd9

Browse files
⬆️ Update Update slackapi/slack-github-action action to v2
1 parent 3ebb2b8 commit ad4cbd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/image-master-arm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
run: echo "COMMIT_MSG=$(git log -1 --pretty=format:%s)" >> $GITHUB_ENV
190190
- name: notify if failure
191191
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} && failure()
192-
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
192+
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
193193
env:
194194
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
195195
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

.github/workflows/image-master.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)