Skip to content

Commit 96460e1

Browse files
committed
using specific sha when pointing to the actions/checkout repo instead of a tag, a tag can be moved around, but a sha can't so it's more stable
1 parent 8b9a36b commit 96460e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
CC: ${{ matrix.cc-compiler }}
7777
steps:
7878
- name: Checkout
79-
uses: actions/checkout@v4
79+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8080
- name: Create build directories
8181
run: |
8282
mkdir _install
@@ -131,7 +131,7 @@ jobs:
131131

132132
steps:
133133
- name: Checkout
134-
uses: actions/checkout@v4
134+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
135135
- name: Create build directories
136136
run: |
137137
mkdir _install
@@ -187,7 +187,7 @@ jobs:
187187

188188
steps:
189189
- name: Checkout
190-
uses: actions/checkout@v4
190+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
191191
- name: Create build directories
192192
run: |
193193
mkdir _install

0 commit comments

Comments
 (0)