File tree 4 files changed +22
-33
lines changed
4 files changed +22
-33
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
15
15
contents : write
16
16
17
17
steps :
18
- - uses : actions/create-github-app-token@v1.9.3
18
+ - uses : actions/create-github-app-token@7bfa3a4717ef143a604ee0a99d859b8886a96d00 # v1.9.3
19
19
id : app-token
20
20
with :
21
21
app-id : ${{ vars.BOT_APPID }}
22
22
private-key : ${{ secrets.BOT_SECRET }}
23
23
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
25
25
with :
26
26
token : ${{ steps.app-token.outputs.token }}
27
27
ref : ${{ github.head_ref }}
30
30
uses : pnpm/action-setup@v3
31
31
32
32
- name : Setup Node
33
- uses : actions/setup-node@v4
33
+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
34
34
with :
35
35
node-version-file : ' .nvmrc'
36
36
cache : " pnpm"
42
42
run : pnpm run lint:fix
43
43
44
44
- name : Commit changes
45
- uses : stefanzweifel/git-auto-commit-action@v5
45
+ uses : stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5
46
46
with :
47
47
commit_message : " [ci] lint"
48
48
branch : ${{ github.head_ref }}
Original file line number Diff line number Diff line change 1
- 20
1
+ 20.12.2
Original file line number Diff line number Diff line change 2
2
"name" : " astro-tips" ,
3
3
"type" : " module" ,
4
4
"version" : " 0.0.1" ,
5
- "packageManager" : " pnpm@8.15.4 " ,
5
+ "packageManager" : " pnpm@8.15.7 " ,
6
6
"scripts" : {
7
7
"dev" : " astro dev" ,
8
8
"start" : " astro dev" ,
13
13
"lint:fix" : " biome check --apply ."
14
14
},
15
15
"dependencies" : {
16
- "@astrojs/check" : " ^ 0.5.10" ,
17
- "@astrojs/starlight" : " ^ 0.21.5" ,
18
- "semver" : " ^ 7.6.0" ,
19
- "astro" : " ^ 4.6.3" ,
20
- "sharp" : " ^ 0.33.3" ,
21
- "typescript" : " ^ 5.4.5"
16
+ "@astrojs/check" : " 0.5.10" ,
17
+ "@astrojs/starlight" : " 0.21.5" ,
18
+ "semver" : " 7.6.0" ,
19
+ "astro" : " 4.6.3" ,
20
+ "sharp" : " 0.33.3" ,
21
+ "typescript" : " 5.4.5"
22
22
},
23
23
"devDependencies" : {
24
24
"@biomejs/biome" : " 1.7.1" ,
25
- "@types/semver" : " ^ 7.5.8"
25
+ "@types/semver" : " 7.5.8"
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments