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 944eeb53bce..c7146f71f3a 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 a3c198f2836..e68c7f126ff 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