File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 28
28
steps :
29
29
30
30
- name : Checkout repository
31
- uses : actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # 3.0.1
31
+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # 3.0.1
32
32
33
33
# JDK 11 is needed for the build.
34
34
# Search `maven-toolchains-plugin` usages for details.
87
87
steps :
88
88
89
89
- name : Checkout repository
90
- uses : actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # 3.0.1
90
+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # 3.0.1
91
91
92
92
- name : Download built sources
93
93
uses : actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # 3.0.0
@@ -192,7 +192,7 @@ jobs:
192
192
steps :
193
193
194
194
- name : Checkout repository
195
- uses : actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # 3.0.1
195
+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # 3.0.1
196
196
with :
197
197
ref : gh-pages
198
198
Original file line number Diff line number Diff line change 36
36
steps :
37
37
38
38
- name : Checkout repository
39
- uses : actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # 3.0.1
39
+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # 3.0.1
40
40
41
41
# JDK 11 is needed for the build.
42
42
# Search `maven-toolchains-plugin` usages for details.
@@ -108,7 +108,7 @@ jobs:
108
108
steps :
109
109
110
110
- name : Checkout repository
111
- uses : actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # 3.0.1
111
+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # 3.0.1
112
112
113
113
# JDK 11 is needed for the build.
114
114
# Search `maven-toolchains-plugin` usages for details.
Original file line number Diff line number Diff line change 50
50
steps :
51
51
52
52
- name : Checkout repository
53
- uses : actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # 3.0.1
53
+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # 3.0.1
54
54
55
55
# Initializes the CodeQL tools for scanning.
56
56
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 38
38
steps :
39
39
40
40
- name : " Checkout code"
41
- uses : actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # 3.0.1
41
+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # 3.0.1
42
42
with :
43
43
persist-credentials : false
44
44
You can’t perform that action at this time.
0 commit comments