Skip to content

Commit 7cd2633

Browse files
GitHub Actions: Bump thollander/actions-comment-pull-request from 1 to 2 (#7127)
* GitHub Actions: Bump thollander/actions-comment-pull-request from 1 to 2 Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from 1 to 2. - [Release notes](https://github.com/thollander/actions-comment-pull-request/releases) - [Commits](thollander/actions-comment-pull-request@v1...v2) --- updated-dependencies: - dependency-name: thollander/actions-comment-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Use commit hash instead of tag, for security reasons --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Armel Soro <[email protected]>
1 parent 6b88b86 commit 7cd2633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-website.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
"${{ env.PR_PREVIEW_URL }}" || exit 1
163163
164164
- name: Add PR comment with preview URL
165-
uses: thollander/actions-comment-pull-request@v1
165+
uses: thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308 # v2
166166
with:
167167
message: |
168168
### <span aria-hidden="true">✅</span> Deploy Preview on internal cluster ready!
@@ -226,7 +226,7 @@ jobs:
226226
- run: echo "PR_PREVIEW_URL=https://$DEPLOY_RESOURCE_NAME.$DEPLOY_INGRESS_DOMAIN/" >> "$GITHUB_ENV"
227227

228228
- name: Update PR comment about preview URL
229-
uses: thollander/actions-comment-pull-request@v1
229+
uses: thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308 # v2
230230
with:
231231
message: |
232232
### <span aria-hidden="true">🔨</span> Deploy Preview deleted from internal cluster!

0 commit comments

Comments
 (0)