Skip to content

Commit 466b9b3

Browse files
authored
Ref actions/checkout by commit SHA in cmake.yml
Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com>
1 parent 6d6189d commit 466b9b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.

0 commit comments

Comments
 (0)