Skip to content

Commit b766733

Browse files
authored
ci: update preview-comment (#4124)
1 parent 756cde3 commit b766733

4 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/azure-preview-storybook.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: azure preview storybook
2-
32
on:
43
workflow_dispatch:
54
pull_request:

.github/workflows/azure-preview-themebuilder.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: azure preview themebuilder
2-
32
on:
43
workflow_dispatch:
54
pull_request:

.github/workflows/azure-preview-www.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: azure preview www
2-
32
on:
43
workflow_dispatch:
54
pull_request:

.github/workflows/preview-comment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Find Preview Comment
27-
uses: peter-evans/find-comment@v3
27+
uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad # v4.0.0
2828
id: fc
2929
with:
3030
issue-number: ${{ inputs.pr_number }}
@@ -53,7 +53,7 @@ jobs:
5353
regex: '(\[www\]\([^)]+\)[^\n]*)'
5454

5555
- name: Get current time in CEST
56-
uses: josStorer/get-current-time@v2
56+
uses: josStorer/get-current-time@060cae3fbd32c181c6841788189a601ac8df8389 # v2.1.2
5757
id: current-time
5858
with:
5959
format: D. MMM YYYY - HH:mm
@@ -107,7 +107,7 @@ jobs:
107107
} >> $GITHUB_OUTPUT
108108
109109
- name: Update comment with deployment
110-
uses: peter-evans/create-or-update-comment@v4
110+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
111111
with:
112112
token: ${{ secrets.GITHUB_TOKEN }}
113113
issue-number: ${{ inputs.pr_number }}

0 commit comments

Comments
 (0)