From aa8bbbb1ffd52df395ba96bdcc0c8937bd2516d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 18:36:42 +0000 Subject: [PATCH] [skip-ci] Update actions/github-script action to v8 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/first_contrib_cert_generator.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/first_contrib_cert_generator.yml b/.github/workflows/first_contrib_cert_generator.yml index e7b100efe7..3cdc34f274 100644 --- a/.github/workflows/first_contrib_cert_generator.yml +++ b/.github/workflows/first_contrib_cert_generator.yml @@ -34,7 +34,7 @@ jobs: - name: Check for first merged PR id: check_first_pr if: ${{ github.event_name == 'pull_request' }} - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const author = context.payload.pull_request.user.login; @@ -118,7 +118,7 @@ jobs: # Step 7: Upload certificate image to separate repository - name: Upload certificate to separate repository if: ${{ github.event_name == 'workflow_dispatch' || steps.check_first_pr.outputs.is_first_pr == 'true' }} - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.CERTIFICATES_REPO_TOKEN }} script: | @@ -217,7 +217,7 @@ jobs: # Step 8: Comment on Pull Request with embedded image - name: Comment with embedded certificate image if: ${{ github.event_name == 'workflow_dispatch' || steps.check_first_pr.outputs.is_first_pr == 'true' }} - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | try {