File tree 2 files changed +4
-4
lines changed
actions/slack-notification
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
using : " composite"
17
17
steps :
18
18
- name : Send Slack notification
19
- uses : slackapi/slack-github-action@v1.25.0
19
+ uses : slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2
20
20
with :
21
21
channel-id : ${{ inputs.channel-id }}
22
22
slack-message : ${{ inputs.message }}
23
23
env :
24
- SLACK_BOT_TOKEN : ${{ inputs.bot-token }}
24
+ SLACK_BOT_TOKEN : ${{ inputs.bot-token }}
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
update-version :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23
23
24
24
- name : Setup Node.js
25
- uses : actions/setup-node@v3
25
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
26
26
with :
27
27
node-version : " 20"
28
28
You can’t perform that action at this time.
0 commit comments