From b61ae15ffd043dfc7696f2329396d4816ddc956e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 09:30:53 +0000 Subject: [PATCH] Pin actions/github-script action to f28e40c --- .github/workflows/stress-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stress-test.yaml b/.github/workflows/stress-test.yaml index 048a5cb..dac9a79 100644 --- a/.github/workflows/stress-test.yaml +++ b/.github/workflows/stress-test.yaml @@ -21,7 +21,7 @@ jobs: run: ./ci/run-stress-tests.sh > stress_results.md - name: Comment PR with stress test results - uses: actions/github-script@v7 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 with: script: | const fs = require('fs');