Skip to content

Commit 95bcf3a

Browse files
refactor: Bump actions/github-script from 7 to 8 (#1055)
1 parent 13600e0 commit 95bcf3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
if: failure()
8383
steps:
8484
- name: Create issue for security vulnerabilities
85-
uses: actions/github-script@v7
85+
uses: actions/github-script@v8
8686
with:
8787
script: |
8888
const title = '[Security] Dependency vulnerabilities detected';

0 commit comments

Comments
 (0)