Skip to content

Commit 133e753

Browse files
Merge pull request #829 from gabibguti/master
Reference actions by commit SHA
2 parents 6d6189d + a2e8d06 commit 133e753

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
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.

.github/workflows/makefile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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
@@ -76,7 +76,7 @@ jobs:
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

0 commit comments

Comments
 (0)