12
12
name : All required files are present
13
13
runs-on : ubuntu-22.04
14
14
steps :
15
- - uses : actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # v4.0.0
15
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.0.0
16
16
17
17
- name : All required files are present
18
18
run : bin/check_required_files_present
@@ -21,13 +21,13 @@ jobs:
21
21
name : No test has been mutated
22
22
runs-on : ubuntu-20.04
23
23
steps :
24
- - uses : actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # v4.0.0
24
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.0.0
25
25
with :
26
26
path : " new"
27
27
28
28
# Pull Requests
29
29
- name : Checkout the target branch
30
- uses : actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # v4.0.0
30
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.0.0
31
31
with :
32
32
ref : " ${{ github.base_ref }}"
33
33
path : " old"
43
43
name : Schema validation
44
44
runs-on : ubuntu-22.04
45
45
steps :
46
- - uses : actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # v4.0.0
46
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.0.0
47
47
48
48
- name : Setup nodejs
49
49
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
@@ -115,7 +115,7 @@ jobs:
115
115
name : Lint markdown files
116
116
runs-on : ubuntu-22.04
117
117
steps :
118
- - uses : actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # v4.0.0
118
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.0.0
119
119
120
120
- name : Lint markdown
121
121
uses : DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8 # v16.0.0
@@ -145,7 +145,7 @@ jobs:
145
145
name : Check links
146
146
runs-on : ubuntu-latest
147
147
steps :
148
- - uses : actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # v4.0.0
148
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.0.0
149
149
150
150
- name : Check links
151
151
uses : lycheeverse/lychee-action@c053181aa0c3d17606addfe97a9075a32723548a # 1.9.3
@@ -159,7 +159,7 @@ jobs:
159
159
name : Lint json files
160
160
runs-on : ubuntu-22.04
161
161
steps :
162
- - uses : actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # v4.0.0
162
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.0.0
163
163
164
164
- name : Setup nodejs
165
165
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
0 commit comments