From fc737a85f11ac1889411d93007af8a6eb9ed0ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:38:49 +0000 Subject: [PATCH] ci(deps): bump thollander/actions-comment-pull-request Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from b07c7f86be67002023e6cb13f57df3f21cdd3411 to bc14ce351a6a25022a490f2be0570c700083a7fe. - [Release notes](https://github.com/thollander/actions-comment-pull-request/releases) - [Commits](https://github.com/thollander/actions-comment-pull-request/compare/b07c7f86be67002023e6cb13f57df3f21cdd3411...bc14ce351a6a25022a490f2be0570c700083a7fe) --- updated-dependencies: - dependency-name: thollander/actions-comment-pull-request dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/check-apache-license.yaml | 4 ++-- .github/workflows/validate-issues.yaml | 4 ++-- .github/workflows/validate-prs.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check-apache-license.yaml b/.github/workflows/check-apache-license.yaml index 5b35f5bd4d3..a32394ed0b8 100644 --- a/.github/workflows/check-apache-license.yaml +++ b/.github/workflows/check-apache-license.yaml @@ -33,7 +33,7 @@ jobs: fi - name: Delete comment if license is fixed if: env.TAG_EXISTS == 'true' - uses: thollander/actions-comment-pull-request@b07c7f86be67002023e6cb13f57df3f21cdd3411 + uses: thollander/actions-comment-pull-request@bc14ce351a6a25022a490f2be0570c700083a7fe with: message: | Deleting comment... @@ -42,7 +42,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.KICS_BOT_PAT }} - name: Add comment if no license if: env.CHECK_FAILED == 'true' - uses: thollander/actions-comment-pull-request@b07c7f86be67002023e6cb13f57df3f21cdd3411 + uses: thollander/actions-comment-pull-request@bc14ce351a6a25022a490f2be0570c700083a7fe with: filePath: .github/scripts/pr-issue-info/apache-check.md comment_tag: apache_license diff --git a/.github/workflows/validate-issues.yaml b/.github/workflows/validate-issues.yaml index 1d908f6c8c0..d7522f8b06a 100644 --- a/.github/workflows/validate-issues.yaml +++ b/.github/workflows/validate-issues.yaml @@ -42,7 +42,7 @@ jobs: fi - name: Delete comment if title is fixed if: env.TAG_EXISTS == 'true' - uses: thollander/actions-comment-pull-request@b07c7f86be67002023e6cb13f57df3f21cdd3411 + uses: thollander/actions-comment-pull-request@bc14ce351a6a25022a490f2be0570c700083a7fe with: message: | Deleting comment, please refresh the page... @@ -51,7 +51,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.KICS_BOT_PAT }} - name: Add comment if title fails if: env.TITLE_CHECK_FAILED == 'true' - uses: thollander/actions-comment-pull-request@b07c7f86be67002023e6cb13f57df3f21cdd3411 + uses: thollander/actions-comment-pull-request@bc14ce351a6a25022a490f2be0570c700083a7fe with: filePath: .github/scripts/pr-issue-info/issue-fail.md comment_tag: title_check diff --git a/.github/workflows/validate-prs.yaml b/.github/workflows/validate-prs.yaml index 11a8672115d..f817cec387e 100644 --- a/.github/workflows/validate-prs.yaml +++ b/.github/workflows/validate-prs.yaml @@ -46,7 +46,7 @@ jobs: fi - name: Delete comment if title is fixed if: env.TAG_EXISTS == 'true' - uses: thollander/actions-comment-pull-request@b07c7f86be67002023e6cb13f57df3f21cdd3411 + uses: thollander/actions-comment-pull-request@bc14ce351a6a25022a490f2be0570c700083a7fe with: message: | Deleting comment, please refresh the page... @@ -55,7 +55,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.KICS_BOT_PAT }} - name: Add comment if title fails if: env.TITLE_CHECK_FAILED == 'true' - uses: thollander/actions-comment-pull-request@b07c7f86be67002023e6cb13f57df3f21cdd3411 + uses: thollander/actions-comment-pull-request@bc14ce351a6a25022a490f2be0570c700083a7fe with: filePath: .github/scripts/pr-issue-info/title-fail.md comment_tag: title_check