Skip to content

Commit 8ba3d15

Browse files
committed
pin matlab-action/setup-matlab workflow in crossbow job
1 parent 3143e54 commit 8ba3d15

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

dev/tasks/matlab/github.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install ninja-build
3030
run: sudo apt-get update && sudo apt-get install ninja-build
3131
- name: Install MATLAB
32-
uses: matlab-actions/setup-matlab@v2
32+
uses: matlab-actions/setup-matlab@aa8bbc7b76daa63c5d456d1430cbd6cb5b626ab4
3333
with:
3434
release: R2025b
3535
- name: Build MATLAB Interface
@@ -71,7 +71,7 @@ jobs:
7171
- name: Install ninja-build
7272
run: brew install ninja
7373
- name: Install MATLAB
74-
uses: matlab-actions/setup-matlab@v2
74+
uses: matlab-actions/setup-matlab@aa8bbc7b76daa63c5d456d1430cbd6cb5b626ab4
7575
with:
7676
release: R2025b
7777
- name: Build MATLAB Interface
@@ -97,7 +97,7 @@ jobs:
9797
steps:
9898
{{ macros.github_checkout_arrow()|indent }}
9999
- name: Install MATLAB
100-
uses: matlab-actions/setup-matlab@v2
100+
uses: matlab-actions/setup-matlab@aa8bbc7b76daa63c5d456d1430cbd6cb5b626ab4
101101
with:
102102
release: R2025b
103103
- name: Install sccache
@@ -144,7 +144,7 @@ jobs:
144144
cp arrow/LICENSE.txt arrow/matlab/install/arrow_matlab/LICENSE.txt
145145
cp arrow/NOTICE.txt arrow/matlab/install/arrow_matlab/NOTICE.txt
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: Run commands

0 commit comments

Comments
 (0)