We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc6b995 + 71f4c31 commit b3016f3Copy full SHA for b3016f3
1 file changed
.github/workflows/dependency-review.yml
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ubuntu-latest
37
steps:
38
- name: Add PR Comment
39
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
40
env:
41
VULN_OUTPUT: ${{ needs.dependency-review.outputs.vulnerable-changes }}
42
with:
0 commit comments