There was an error while loading. Please reload this page.
1 parent 48b662f commit a7bdea4Copy full SHA for a7bdea4
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/publish.yml
@@ -29,10 +29,10 @@ jobs:
29
runs-on: ubuntu-latest
30
steps:
31
- name: Checkout
32
- uses: actions/checkout@v5
+ uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
33
34
- name: Setup Node.js
35
- uses: actions/setup-node@v5
+ uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
36
with:
37
node-version: 22
38
registry-url: https://registry.npmjs.org
0 commit comments