From e24b5806c78a513049c6e37b923c0640aef45277 Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 02:11:28 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 Ref: PACT-445 --- .github/workflows/issue-comment-created.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-comment-created.yml b/.github/workflows/issue-comment-created.yml index 7d08ed1..6b8b354 100644 --- a/.github/workflows/issue-comment-created.yml +++ b/.github/workflows/issue-comment-created.yml @@ -47,7 +47,7 @@ jobs: - name: Add Comment if: steps.search.outputs.issue == '' && steps.create.outputs.issue != '' - uses: actions/github-script@v5 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |