We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828b4c3 commit d32f9ecCopy full SHA for d32f9ec
1 file changed
.github/workflows/stress-test.yaml
@@ -21,7 +21,7 @@ jobs:
21
run: ./ci/run-stress-tests.sh > stress_results.md
22
23
- name: Comment PR with stress test results
24
- uses: actions/github-script@v7
+ uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
25
with:
26
script: |
27
const fs = require('fs');
0 commit comments