|
17 | 17 | images: ${{ steps.set-matrix.outputs.images }}
|
18 | 18 | steps:
|
19 | 19 | - name: Check out the source code
|
20 |
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 20 | + uses: actions/checkout@v4.2.2 |
21 | 21 |
|
22 | 22 | - name: Set matrix
|
23 | 23 | id: set-matrix
|
|
30 | 30 | images: ${{ steps.set-matrix.outputs.images }}
|
31 | 31 | steps:
|
32 | 32 | - name: Check out the source code
|
33 |
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 33 | + uses: actions/checkout@v4.2.2 |
34 | 34 |
|
35 | 35 | - name: Set matrix
|
36 | 36 | id: set-matrix
|
|
49 | 49 | image: ${{ fromJson(needs.prepare-base.outputs.images) }}
|
50 | 50 | steps:
|
51 | 51 | - name: Check out the repo
|
52 |
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 52 | + |
53 | 53 | with:
|
54 | 54 | fetch-depth: 0
|
55 | 55 |
|
@@ -154,7 +154,7 @@ jobs:
|
154 | 154 | packages: write
|
155 | 155 | steps:
|
156 | 156 | - name: Check out the repo
|
157 |
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 157 | + |
158 | 158 | with:
|
159 | 159 | fetch-depth: 0
|
160 | 160 |
|
@@ -199,7 +199,7 @@ jobs:
|
199 | 199 | packages: write
|
200 | 200 | steps:
|
201 | 201 | - name: Check out the repo
|
202 |
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 202 | + |
203 | 203 | with:
|
204 | 204 | fetch-depth: 0
|
205 | 205 |
|
@@ -252,7 +252,7 @@ jobs:
|
252 | 252 | image: ${{ fromJson(needs.prepare-others.outputs.images) }}
|
253 | 253 | steps:
|
254 | 254 | - name: Check out the repo
|
255 |
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 255 | + |
256 | 256 | with:
|
257 | 257 | fetch-depth: 0
|
258 | 258 |
|
|
0 commit comments