Skip to content

Commit b6c3ebf

Browse files
committed
ci: fix update-snapshots workflow
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 82d6715 commit b6c3ebf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/command-playwright-update.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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:
@@ -52,7 +52,7 @@ jobs:
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

@@ -84,7 +84,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)