Skip to content

Commit 0dd29b9

Browse files
committed
Updates slackapi/slack-github-action and pins to af78098f536edbc4de71162a307590698245be95
Updates slackapi/slack-github-action from v1.26.0 to v3.0.1 and pins to a specific commit hash instead of the tag.
1 parent 21463d6 commit 0dd29b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/overcloud-host-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ jobs:
502502
if: inputs.create_skc_pr
503503

504504
- name: Send message to Slack via Workflow Builder
505-
uses: slackapi/slack-github-action@v1.26.0
505+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
506506
with:
507507
payload: |
508508
{

.github/workflows/stackhpc-build-kayobe-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
labels: ${{ steps.meta.outputs.labels }}
102102

103103
- name: Send message to Slack via Workflow Builder
104-
uses: slackapi/slack-github-action@v1.26.0
104+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
105105
with:
106106
payload: |
107107
{

.github/workflows/stackhpc-ci-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
122122

123123
- name: Send message to Slack via Workflow Builder
124-
uses: slackapi/slack-github-action@v1.26.0
124+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
125125
with:
126126
payload: |
127127
{

.github/workflows/stackhpc-promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "::notice Overcloud host image promote workflow: https://github.com/stackhpc/stackhpc-kayobe-config/actions/workflows/overcloud-host-image-promote.yml"
6161
6262
- name: Send message to Slack via Workflow Builder
63-
uses: slackapi/slack-github-action@v1.26.0
63+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
6464
with:
6565
payload: |
6666
{

0 commit comments

Comments
 (0)