From a253b0cb55cb6f641447658c5b9fd9921fa0994c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 17:26:10 +0000 Subject: [PATCH] chore(deps): update actions/github-script digest to 450193c --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7ba4280..a5d2853 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,7 +31,7 @@ jobs: - name: Report CI result in PR if: always() - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd + uses: actions/github-script@450193c5abd4cdb17ba9f3ffcfe8f635c4bb6c2a with: script: | const report = require('./.github/scripts/report-ci.js');