diff --git a/.github/workflows/check-apache-license.yaml b/.github/workflows/check-apache-license.yaml index d72aa4fce06..7cbe6c99dee 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@v2 + uses: thollander/actions-comment-pull-request@b07c7f86be67002023e6cb13f57df3f21cdd3411 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@v2 + uses: thollander/actions-comment-pull-request@b07c7f86be67002023e6cb13f57df3f21cdd3411 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 1c79f3e8fc3..26aac0ff695 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@v2 + uses: thollander/actions-comment-pull-request@b07c7f86be67002023e6cb13f57df3f21cdd3411 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@v2 + uses: thollander/actions-comment-pull-request@b07c7f86be67002023e6cb13f57df3f21cdd3411 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 e27fd33f9de..58b47421707 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@v2 + uses: thollander/actions-comment-pull-request@b07c7f86be67002023e6cb13f57df3f21cdd3411 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@v2 + uses: thollander/actions-comment-pull-request@b07c7f86be67002023e6cb13f57df3f21cdd3411 with: filePath: .github/scripts/pr-issue-info/title-fail.md comment_tag: title_check