Skip to content

Commit 136bac8

Browse files
committed
Pin version of actions/download-artifact.
1 parent 1ad75a5 commit 136bac8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ni-layers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: .

.github/workflows/quarkus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: .

.github/workflows/reachability-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: .

0 commit comments

Comments
 (0)