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 13600e0 commit 95bcf3aCopy full SHA for 95bcf3a
1 file changed
.github/workflows/dependency-audit.yml
@@ -82,7 +82,7 @@ jobs:
82
if: failure()
83
steps:
84
- name: Create issue for security vulnerabilities
85
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
86
with:
87
script: |
88
const title = '[Security] Dependency vulnerabilities detected';
0 commit comments