From b3c6cef94956056cc695d0414500bba466ae4307 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:12:15 +0000 Subject: [PATCH 1/2] chore(deps): update thollander/actions-comment-pull-request digest to 24bffb9 Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- playwright-gh-pages/deploy-report-pages/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playwright-gh-pages/deploy-report-pages/action.yml b/playwright-gh-pages/deploy-report-pages/action.yml index e360b47..1641be8 100644 --- a/playwright-gh-pages/deploy-report-pages/action.yml +++ b/playwright-gh-pages/deploy-report-pages/action.yml @@ -33,7 +33,7 @@ runs: merge-multiple: true - name: Delete any existing comment - uses: thollander/actions-comment-pull-request@e4a76dd2b0a3c2027c3fd84147a67c22ee4c90fa # v3 + uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3 if: ${{ github.event.number != null }} with: comment-tag: gf-playwright-test-results @@ -81,7 +81,7 @@ runs: TABLE_OUTPUT: ${{ steps.generate-table.outputs.table }} - name: Comment PR with Execution Details - uses: thollander/actions-comment-pull-request@e4a76dd2b0a3c2027c3fd84147a67c22ee4c90fa # v3 + uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3 if: ${{ inputs.pr-comment-summary == 'true' && github.event.number != null && steps.generate-table.outputs.table != '' }} with: create-if-not-exists: true From 930c538d5a6ab904d9c7680ea3f7b784fab70eca Mon Sep 17 00:00:00 2001 From: Giuseppe Guerra Date: Wed, 15 Oct 2025 10:51:24 +0200 Subject: [PATCH 2/2] fix tag comments --- playwright-gh-pages/deploy-report-pages/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playwright-gh-pages/deploy-report-pages/action.yml b/playwright-gh-pages/deploy-report-pages/action.yml index 1641be8..1dfddab 100644 --- a/playwright-gh-pages/deploy-report-pages/action.yml +++ b/playwright-gh-pages/deploy-report-pages/action.yml @@ -33,7 +33,7 @@ runs: merge-multiple: true - name: Delete any existing comment - uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3 + uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1 if: ${{ github.event.number != null }} with: comment-tag: gf-playwright-test-results @@ -81,7 +81,7 @@ runs: TABLE_OUTPUT: ${{ steps.generate-table.outputs.table }} - name: Comment PR with Execution Details - uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3 + uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1 if: ${{ inputs.pr-comment-summary == 'true' && github.event.number != null && steps.generate-table.outputs.table != '' }} with: create-if-not-exists: true