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 ed4ebff commit 2111f7eCopy full SHA for 2111f7e
.github/workflows/changes-in-high-risk-code.yml
@@ -33,7 +33,7 @@ jobs:
33
runs-on: ubuntu-latest
34
steps:
35
- name: Comment on PR to notify of changes in high risk files
36
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
37
env:
38
high_risk_code: ${{ needs.files-changed.outputs.high_risk_code_files }}
39
with:
0 commit comments