File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
- name : Checkout oracle/graal
106
106
uses : actions/checkout@v4
107
107
- name : Download GraalVM JDK build
108
- uses : actions/download-artifact@v4
108
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
109
109
with :
110
110
name : graalvm
111
111
path : .
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
steps :
134
134
- name : Download GraalVM JDK build
135
135
if : startsWith(matrix.os-name, 'ubuntu')
136
- uses : actions/download-artifact@v4
136
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
137
137
with :
138
138
name : graalvm
139
139
path : .
@@ -154,7 +154,7 @@ jobs:
154
154
run : ${QUARKUS_PATH}/.github/ci-prerequisites.sh
155
155
- name : Download Maven Repo
156
156
if : startsWith(matrix.os-name, 'ubuntu')
157
- uses : actions/download-artifact@v4
157
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
158
158
with :
159
159
name : maven-repo
160
160
path : .
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
with :
111
111
repository : oracle/graalvm-reachability-metadata
112
112
- name : Download GraalVM JDK build
113
- uses : actions/download-artifact@v4
113
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
114
114
with :
115
115
name : graalvm
116
116
path : .
You can’t perform that action at this time.
0 commit comments