Skip to content

Commit a2e8d06

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)