From 0759ddeab6fce85be2d849ed2091ae57f302193b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 06:00:39 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/docker-build.yml | 4 ++-- .github/workflows/supply-chain-verify.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index a707d85d..cc8064e7 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -662,7 +662,7 @@ jobs: # Critical Fix #4: Null checks in PR comment - name: Comment on PR if: always() - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const critical = '${{ steps.scan.outputs.critical }}' || '0'; @@ -775,7 +775,7 @@ jobs: steps: - name: Comment on PR - Build Skipped - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const commitSha = '${{ github.sha }}'.substring(0, 7); diff --git a/.github/workflows/supply-chain-verify.yml b/.github/workflows/supply-chain-verify.yml index 1790ed2e..163dbda2 100644 --- a/.github/workflows/supply-chain-verify.yml +++ b/.github/workflows/supply-chain-verify.yml @@ -362,7 +362,7 @@ jobs: if: | github.event_name == 'pull_request' || (github.event_name == 'workflow_run' && github.event.workflow_run.event == 'pull_request') - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: result-encoding: string script: |