From c282f7f836c01510a32ea9c6135497fbdebeae11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 12:41:28 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/semgrep-security-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep-security-scan.yml b/.github/workflows/semgrep-security-scan.yml index d8bc0f4..6d01ccd 100644 --- a/.github/workflows/semgrep-security-scan.yml +++ b/.github/workflows/semgrep-security-scan.yml @@ -160,7 +160,7 @@ jobs: # github.event_name will not be 'pull_request' and this step will be skipped. - name: Post PR Comment if: steps.evaluate.outputs.total > 0 && github.event_name == 'pull_request' && always() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');