kou commented on code in PR #49650:
URL: https://github.com/apache/arrow/pull/49650#discussion_r3030505209


##########
.github/workflows/matlab.yml:
##########
@@ -82,7 +82,7 @@ jobs:
           # Add the installation directory to the MATLAB Search Path by
           # setting the MATLABPATH environment variable.
           MATLABPATH: matlab/install/arrow_matlab
-        uses: matlab-actions/run-tests@v2
+        uses: matlab-actions/run-tests@4a3d2e8bdc811f72defb8122e46a009312acc198

Review Comment:
   ```suggestion
           uses: 
matlab-actions/run-tests@4a3d2e8bdc811f72defb8122e46a009312acc198 # v2.3.1
   ```



##########
.github/workflows/matlab.yml:
##########
@@ -57,7 +57,7 @@ jobs:
       - name: Install ninja-build
         run: sudo apt-get install ninja-build
       - name: Install MATLAB
-        uses: matlab-actions/setup-matlab@v2
+        uses: 
matlab-actions/setup-matlab@aa8bbc7b76daa63c5d456d1430cbd6cb5b626ab4

Review Comment:
   Could you also add the corresponding tag name as comment for easy to read?
   
   
   ```suggestion
           uses: 
matlab-actions/setup-matlab@aa8bbc7b76daa63c5d456d1430cbd6cb5b626ab4 # v2.7.0
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to