File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Git Checkout
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
15
15
with :
16
16
fetch-depth : ' 0'
17
17
- name : Approve PR
Original file line number Diff line number Diff line change 18
18
- 20
19
19
- 18
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
22
22
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
23
23
with :
24
24
node-version : ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v4
9
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
10
10
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
11
11
with :
12
12
node-version : " 20.x"
17
17
needs : build
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
21
21
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
22
22
with :
23
23
node-version : " 20.x"
Original file line number Diff line number Diff line change 14
14
issues : write
15
15
pull-requests : write
16
16
steps :
17
- - uses : actions/stale@v9
17
+ - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9
18
18
with :
19
19
repo-token : ${{ secrets.GITHUB_TOKEN }}
20
20
days-before-stale : 365
Original file line number Diff line number Diff line change 30
30
" test"
31
31
],
32
32
"devDependencies" : {
33
- "ava" : " ^ 6.1.2" ,
34
- "nyc" : " ^ 15.1.0" ,
35
- "xo" : " ^ 0.58.0"
33
+ "ava" : " 6.1.2" ,
34
+ "nyc" : " 15.1.0" ,
35
+ "xo" : " 0.58.0"
36
36
},
37
37
"type" : " module"
38
38
}
You can’t perform that action at this time.
0 commit comments