[skip-ci] Update actions/github-script action to v8

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-10 18:36:42 +00:00
committed by GitHub
parent 05ff9a561f
commit aa8bbbb1ff

View File

@ -34,7 +34,7 @@ jobs:
- name: Check for first merged PR - name: Check for first merged PR
id: check_first_pr id: check_first_pr
if: ${{ github.event_name == 'pull_request' }} if: ${{ github.event_name == 'pull_request' }}
uses: actions/github-script@v7 uses: actions/github-script@v8
with: with:
script: | script: |
const author = context.payload.pull_request.user.login; const author = context.payload.pull_request.user.login;
@ -118,7 +118,7 @@ jobs:
# Step 7: Upload certificate image to separate repository # Step 7: Upload certificate image to separate repository
- name: Upload certificate to separate repository - name: Upload certificate to separate repository
if: ${{ github.event_name == 'workflow_dispatch' || steps.check_first_pr.outputs.is_first_pr == 'true' }} 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: with:
github-token: ${{ secrets.CERTIFICATES_REPO_TOKEN }} github-token: ${{ secrets.CERTIFICATES_REPO_TOKEN }}
script: | script: |
@ -217,7 +217,7 @@ jobs:
# Step 8: Comment on Pull Request with embedded image # Step 8: Comment on Pull Request with embedded image
- name: Comment with embedded certificate image - name: Comment with embedded certificate image
if: ${{ github.event_name == 'workflow_dispatch' || steps.check_first_pr.outputs.is_first_pr == 'true' }} 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: with:
script: | script: |
try { try {