We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1853710 commit 23080e5Copy full SHA for 23080e5
.github/workflows/changes-in-high-risk-code.yml
@@ -34,7 +34,7 @@ jobs:
34
runs-on: ubuntu-latest
35
steps:
36
- name: Comment on PR to notify of changes in high risk files
37
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
38
env:
39
high_risk_code: ${{ needs.files-changed.outputs.high_risk_code_files }}
40
with:
0 commit comments