Skip to content

Commit 3143e54

Browse files
committed
pin matlab-action versions
1 parent 99ca031 commit 3143e54

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/matlab.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install ninja-build
5858
run: sudo apt-get install ninja-build
5959
- name: Install MATLAB
60-
uses: matlab-actions/setup-matlab@v2
60+
uses: matlab-actions/setup-matlab@aa8bbc7b76daa63c5d456d1430cbd6cb5b626ab4
6161
with:
6262
release: R2025b
6363
- name: Install ccache
@@ -82,7 +82,7 @@ jobs:
8282
# Add the installation directory to the MATLAB Search Path by
8383
# setting the MATLABPATH environment variable.
8484
MATLABPATH: matlab/install/arrow_matlab
85-
uses: matlab-actions/run-tests@v2
85+
uses: matlab-actions/run-tests@4a3d2e8bdc811f72defb8122e46a009312acc198
8686
with:
8787
select-by-folder: matlab/test
8888
strict: true
@@ -105,7 +105,7 @@ jobs:
105105
- name: Install ninja-build
106106
run: brew install ninja
107107
- name: Install MATLAB
108-
uses: matlab-actions/setup-matlab@v2
108+
uses: matlab-actions/setup-matlab@aa8bbc7b76daa63c5d456d1430cbd6cb5b626ab4
109109
with:
110110
release: R2025b
111111
- name: Install ccache
@@ -130,7 +130,7 @@ jobs:
130130
# Add the installation directory to the MATLAB Search Path by
131131
# setting the MATLABPATH environment variable.
132132
MATLABPATH: matlab/install/arrow_matlab
133-
uses: matlab-actions/run-tests@v2
133+
uses: matlab-actions/run-tests@4a3d2e8bdc811f72defb8122e46a009312acc198
134134
with:
135135
select-by-folder: matlab/test
136136
strict: true
@@ -144,7 +144,7 @@ jobs:
144144
with:
145145
fetch-depth: 0
146146
- name: Install MATLAB
147-
uses: matlab-actions/setup-matlab@v2
147+
uses: matlab-actions/setup-matlab@aa8bbc7b76daa63c5d456d1430cbd6cb5b626ab4
148148
with:
149149
release: R2025b
150150
- name: Install ccache
@@ -174,7 +174,7 @@ jobs:
174174
# Add the installation directory to the MATLAB Search Path by
175175
# setting the MATLABPATH environment variable.
176176
MATLABPATH: matlab/install/arrow_matlab
177-
uses: matlab-actions/run-tests@v2
177+
uses: matlab-actions/run-tests@4a3d2e8bdc811f72defb8122e46a009312acc198
178178
with:
179179
select-by-folder: matlab/test
180180
strict: true

0 commit comments

Comments
 (0)