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:
105105 - name : Checkout oracle/graal
106106 uses : actions/checkout@v4
107107 - name : Download GraalVM JDK build
108- uses : actions/download-artifact@v4
108+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
109109 with :
110110 name : graalvm
111111 path : .
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 steps :
134134 - name : Download GraalVM JDK build
135135 if : startsWith(matrix.os-name, 'ubuntu')
136- uses : actions/download-artifact@v4
136+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
137137 with :
138138 name : graalvm
139139 path : .
@@ -154,7 +154,7 @@ jobs:
154154 run : ${QUARKUS_PATH}/.github/ci-prerequisites.sh
155155 - name : Download Maven Repo
156156 if : startsWith(matrix.os-name, 'ubuntu')
157- uses : actions/download-artifact@v4
157+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
158158 with :
159159 name : maven-repo
160160 path : .
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 with :
111111 repository : oracle/graalvm-reachability-metadata
112112 - name : Download GraalVM JDK build
113- uses : actions/download-artifact@v4
113+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
114114 with :
115115 name : graalvm
116116 path : .
You can’t perform that action at this time.
0 commit comments