File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 30
30
- javascript
31
31
steps :
32
32
- name : Check out repository
33
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
33
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
34
34
- name : Initialize CodeQL
35
35
uses : github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3
36
36
with :
Original file line number Diff line number Diff line change 33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- name : Check out repository
36
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
36
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
37
37
with :
38
38
fetch-depth : 1
39
39
- name : Set up Test JDK
72
72
runs-on : ubuntu-latest
73
73
steps :
74
74
- name : Check out repository
75
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
75
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
76
76
with :
77
77
fetch-depth : 1
78
78
- name : Set up Test JDK
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Check out repository
17
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
17
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
18
18
with :
19
19
fetch-depth : 1
20
20
- name : Setup Java
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Check out repository
20
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
20
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
21
21
with :
22
22
fetch-depth : 1
23
23
- name : Install GraalVM
45
45
runs-on : windows-latest
46
46
steps :
47
47
- name : Check out repository
48
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
48
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
49
49
with :
50
50
fetch-depth : 1
51
51
- name : Build
55
55
runs-on : macos-latest
56
56
steps :
57
57
- name : Check out repository
58
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
58
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
59
59
with :
60
60
fetch-depth : 1
61
61
- name : Build
71
71
if : github.event_name == 'push' && github.repository == 'junit-team/junit5' && (startsWith(github.ref, 'refs/heads/releases/') || github.ref == 'refs/heads/main')
72
72
steps :
73
73
- name : Check out repository
74
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
74
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
75
75
with :
76
76
fetch-depth : 1
77
77
- name : Publish
97
97
runs-on : ubuntu-latest
98
98
steps :
99
99
- name : Check out repository
100
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
100
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
101
101
with :
102
102
fetch-depth : 1
103
103
- name : Install Graphviz
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Check out repository
21
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
21
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
22
22
with :
23
23
fetch-depth : 1
24
24
- name : Restore Gradle cache and display toolchains
You can’t perform that action at this time.
0 commit comments