File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7070 steps :
7171
7272 - name : Checkout LAPACK
73- uses : actions/checkout@v2
73+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
7474
7575 - name : Use GCC-11 on MacOS
7676 if : ${{ matrix.os == 'macos-latest' }}
@@ -134,7 +134,7 @@ jobs:
134134 steps :
135135
136136 - name : Checkout LAPACK
137- uses : actions/checkout@v2
137+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
138138
139139 - name : Configure CMake
140140 # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Original file line number Diff line number Diff line change 5555 runs-on : ubuntu-latest
5656 steps :
5757 - name : Checkout LAPACK
58- uses : actions/checkout@v2
58+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
5959 - name : Set configurations
6060 run : |
6161 echo "SHELL = /bin/sh" >> make.inc
7676 runs-on : macos-latest
7777 steps :
7878 - name : Checkout LAPACK
79- uses : actions/checkout@v2
79+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
8080 - name : Set configurations
8181 run : |
8282 echo "SHELL = /bin/sh" >> make.inc
You can’t perform that action at this time.
0 commit comments