From 0481744db996b2ccd3b0792cceeb970f1bc624a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 01:47:34 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 in .github/workflows/scorecard-pr.yml --- .github/workflows/scorecard-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard-pr.yml b/.github/workflows/scorecard-pr.yml index af6da9f..cd0f82e 100644 --- a/.github/workflows/scorecard-pr.yml +++ b/.github/workflows/scorecard-pr.yml @@ -52,7 +52,7 @@ jobs: - name: Comment on PR if: github.event.pull_request.head.repo.full_name == github.repository - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: script: | const fs = require('fs');