8
8
name : All required files are present
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
11
+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
12
12
13
13
- name : All required files are present
14
14
run : bin/check_required_files_present
@@ -17,13 +17,13 @@ jobs:
17
17
name : No test has been mutated
18
18
runs-on : ubuntu-20.04
19
19
steps :
20
- - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
20
+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
21
21
with :
22
22
path : " new"
23
23
24
24
# Pull Requests
25
25
- name : Checkout the target branch
26
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
26
+ uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
27
27
with :
28
28
ref : " ${{ github.base_ref }}"
29
29
path : " old"
39
39
name : Schema validation
40
40
runs-on : ubuntu-latest
41
41
steps :
42
- - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
42
+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
43
43
44
44
- uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd
45
45
with :
@@ -123,7 +123,7 @@ jobs:
123
123
name : Lint markdown files
124
124
runs-on : ubuntu-latest
125
125
steps :
126
- - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
126
+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
127
127
128
128
- uses : DavidAnson/markdownlint-cli2-action@744f913a124058ee903768d3adb92a4847e5d132
129
129
with :
@@ -134,7 +134,7 @@ jobs:
134
134
name : Lint json files
135
135
runs-on : ubuntu-latest
136
136
steps :
137
- - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
137
+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
138
138
139
139
- name : Get yarn cache directory path
140
140
id : yarn-cache-dir-path
0 commit comments