File tree Expand file tree Collapse file tree
actions/slack-notification Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 using : " composite"
1717 steps :
1818 - name : Send Slack notification
19- uses : slackapi/slack-github-action@v1.25.0
19+ uses : slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2
2020 with :
2121 channel-id : ${{ inputs.channel-id }}
2222 slack-message : ${{ inputs.message }}
2323 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:
1919 update-version :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2323
2424 - name : Setup Node.js
25- uses : actions/setup-node@v3
25+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2626 with :
2727 node-version : " 20"
2828
You can’t perform that action at this time.
0 commit comments