File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,19 @@ jobs:
1919
2020 steps :
2121 - name : Add reaction on start
22- uses : peter-evans/create-or-update-comment@v4
22+ uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
2323 with :
2424 token : ${{ secrets.COMMAND_BOT_PAT }}
2525 repository : ${{ github.event.repository.full_name }}
2626 comment-id : ${{ github.event.comment.id }}
2727 reaction-type : " +1"
2828
2929 - name : Parse command
30- uses : skjnldsv/parse-command-comment@master
30+ uses : skjnldsv/parse-command-comment@5c955203c52424151e6d0e58fb9de8a9f6a605a1 # v3.1.0
3131 id : command
3232
3333 - name : Init branch
34- uses : xt0rted/pull-request-comment-branch@v3
34+ uses : xt0rted/pull-request-comment-branch@e8b8daa837e8ea7331c0003c9c316a64c6d8b0b1 # v3.0.0
3535 id : comment-branch
3636
3737 process :
5252 git config --local user.name "nextcloud-command"
5353
5454 - name : Set up node
55- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3
55+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5656 with :
5757 node-version-file : package.json
5858
8484 git push --force origin ${{ needs.init.outputs.head_ref }}
8585
8686 - name : Add reaction on failure
87- uses : peter-evans/create-or-update-comment@v4
87+ uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
8888 if : failure()
8989 with :
9090 token : ${{ secrets.COMMAND_BOT_PAT }}
You can’t perform that action at this time.
0 commit comments