There was an error while loading. Please reload this page.
1 parent 849821a commit 4fd40a3Copy full SHA for 4fd40a3
2 files changed
.github/dependabot.yml
@@ -0,0 +1,11 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ groups:
6
+ github-actions:
7
+ patterns: ["*"]
8
+ schedule:
9
+ interval: "weekly"
10
+ cooldown:
11
+ default-days: 7
.github/workflows/copilot-setup-steps.yml
@@ -23,10 +23,10 @@ jobs:
23
24
steps:
25
- name: Checkout code
26
- uses: actions/checkout@v4
+ uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
27
28
- name: Set up Node.js
29
- uses: actions/setup-node@v4
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
30
with:
31
node-version: "20"
32
cache: "npm"
0 commit comments