Skip to content

Commit 687a1f4

Browse files
Bump slackapi/slack-github-action from v3.0.3 to v3.0.5 in /.github/workflows (#309)
1 parent 78b4495 commit 687a1f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,15 @@ jobs:
166166
steps:
167167
- name: Notify Success
168168
if: needs.build.result == 'success' && needs.publish.result == 'success' && needs.sbom.result == 'success'
169-
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
169+
uses: slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc # v3.0.5
170170
with:
171171
webhook-type: incoming-webhook
172172
webhook: ${{ secrets.SLACK_WEBHOOK_URL_YOLO }}
173173
payload: |
174174
text: "<!subteam^S082BPCRAJ3> *${{ github.workflow }}* ✅ `${{ github.repository }}` ${{ needs.check.outputs.current_tag }} <https://github.com/${{ github.repository }}/releases/tag/${{ needs.check.outputs.current_tag }}|*Release*> · <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|*Run*>"
175175
- name: Notify Failure
176176
if: needs.build.result != 'success' || needs.publish.result != 'success' || needs.sbom.result != 'success'
177-
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
177+
uses: slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc # v3.0.5
178178
with:
179179
webhook-type: incoming-webhook
180180
webhook: ${{ secrets.SLACK_WEBHOOK_URL_YOLO }}

0 commit comments

Comments
 (0)