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](https://github.com/thollander/actions-comment-pull-request/compare/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] <support@github.com>

* Use commit hash instead of tag, for security reasons

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Armel Soro <asoro@redhat.com>
This commit is contained in:
dependabot[bot]
2023-10-23 11:29:34 +00:00
committed by GitHub
parent 6b88b86fb0
commit 7cd2633efe

View File

@@ -162,7 +162,7 @@ jobs:
"${{ env.PR_PREVIEW_URL }}" || exit 1
- name: Add PR comment with preview URL
uses: thollander/actions-comment-pull-request@v1
uses: thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308 # v2
with:
message: |
### <span aria-hidden="true">✅</span> Deploy Preview on internal cluster ready!
@@ -226,7 +226,7 @@ jobs:
- run: echo "PR_PREVIEW_URL=https://$DEPLOY_RESOURCE_NAME.$DEPLOY_INGRESS_DOMAIN/" >> "$GITHUB_ENV"
- name: Update PR comment about preview URL
uses: thollander/actions-comment-pull-request@v1
uses: thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308 # v2
with:
message: |
### <span aria-hidden="true">🔨</span> Deploy Preview deleted from internal cluster!