There was an error while loading. Please reload this page.
1 parent d3f225d commit 7017e77Copy full SHA for 7017e77
2 files changed
.github/dependabot.yml
@@ -1,5 +1,11 @@
1
version: 2
2
updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ cooldown:
8
+ default-days: 7
9
- package-ecosystem: "npm"
10
directory: "/"
11
schedule:
.github/workflows/build.yml
@@ -13,9 +13,9 @@ jobs:
13
run:
14
working-directory: app
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
17
18
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
19
with:
20
node-version: 22
21
cache: npm
0 commit comments