Skip to content

Commit 8a38d89

Browse files
committed
fixup! Pin dependencies
1 parent 1f9a247 commit 8a38d89

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: ["main"]
20+
schedule:
21+
- cron: "0 0 * * 1"
2022

2123
permissions:
2224
contents: read

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Node.js CI
33
on:
44
push:
55
pull_request:
6+
schedule:
7+
- cron: "0 0 * * *"
68

79
permissions:
810
contents: read

0 commit comments

Comments
 (0)