File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments