From 69d527682ac67e5eec4eb2b0694b3d0d28f9c426 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 05:04:02 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7.1.0 --- .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 7d86edef..7af6d92c 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -609,7 +609,7 @@ jobs: # Critical Fix #4: Null checks in PR comment - name: Comment on PR if: always() - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 with: script: | const critical = '${{ steps.scan.outputs.critical }}' || '0'; @@ -722,7 +722,7 @@ jobs: steps: - name: Comment on PR - Build Skipped - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.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 045feaf4..ea128c89 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@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 with: result-encoding: string script: |