Skip to content

Commit 7017e77

Browse files
Pin GitHub Actions to commit SHAs
1 parent d3f225d commit 7017e77

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
cooldown:
8+
default-days: 7
39
- package-ecosystem: "npm"
410
directory: "/"
511
schedule:

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
run:
1414
working-directory: app
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
1717

18-
- uses: actions/setup-node@v4
18+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1919
with:
2020
node-version: 22
2121
cache: npm

0 commit comments

Comments
 (0)