We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e04c77a + 5958b46 commit e93a3d4Copy full SHA for e93a3d4
action.yml
@@ -41,7 +41,7 @@ runs:
41
SLACK_MESSAGE_ON_CANCEL: "${{ steps.slackify_cancel_message.outputs.text || env.SLACK_MESSAGE_ON_CANCEL }}"
42
GITHUB_RUN: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
43
ENABLE_ESCAPES: "true"
44
- uses: "docker://ghcr.io/step-security/action-slack-notify@sha256:2bd52bb9fad9028cef70b4b1674785f76fcd1b65847e734a5b50bf9c301389bf" #v2.3.3
+ uses: "docker://ghcr.io/step-security/action-slack-notify:v2.3.5@sha256:cb94f33f559b0f2ea2c7197a4cb7aafa74d678dc33b13413f6c4a6efbca7859b" #v2.3.5
45
46
- name: "Slack Notification (Unformatted)"
47
if: env.SLACKIFY_MARKDOWN != 'true'
0 commit comments