From efb8a9c37dae6131d70780833bd2ecb7a175687f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 21:23:17 +0000 Subject: [PATCH] Update actions/github-script action to v8 --- .github/workflows/smoke-test.yml | 2 +- .github/workflows/snapshot-verify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index 9e639945a..2dfc09a53 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -86,7 +86,7 @@ jobs: issues: write steps: - name: Create GitHub Issue - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 with: script: | const failed_tests = []; diff --git a/.github/workflows/snapshot-verify.yml b/.github/workflows/snapshot-verify.yml index aeca7186e..e6f45b591 100644 --- a/.github/workflows/snapshot-verify.yml +++ b/.github/workflows/snapshot-verify.yml @@ -26,7 +26,7 @@ jobs: - name: Get latest release snapshot download url id: download-latest-release-snapshot - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 with: result-encoding: string script: |