Skip to content

Commit 596ec22

Browse files
authored
Merge pull request #28 from nodejs/add18x
feat: add runs for 18.x
2 parents bebe3ee + 0bd488a commit 596ec22

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/18x-main.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Check main for vulns daily
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: 10 0 * * *
7+
8+
permissions:
9+
contents: read
10+
issues: write
11+
12+
jobs:
13+
check-vulns:
14+
uses: ./.github/workflows/check-vulns.yml
15+
with:
16+
nodejsStream: v18.x
17+
secrets: inherit

0 commit comments

Comments
 (0)