|
23 | 23 | platforms: ${{ steps.app-options.outputs.platforms }} |
24 | 24 | steps: |
25 | 25 | - name: Checkout |
26 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 26 | + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
27 | 27 | with: |
28 | 28 | persist-credentials: false |
29 | 29 |
|
|
79 | 79 | runs-on: ${{ startsWith(matrix.platform, 'linux/arm') && 'ubuntu-24.04-arm' || 'ubuntu-latest' }} |
80 | 80 | steps: |
81 | 81 | - name: Checkout |
82 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 82 | + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
83 | 83 | with: |
84 | 84 | persist-credentials: false |
85 | 85 |
|
@@ -172,7 +172,7 @@ jobs: |
172 | 172 | digest: ${{ steps.digest.outputs.digest }} |
173 | 173 | steps: |
174 | 174 | - name: Checkout |
175 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 175 | + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
176 | 176 | with: |
177 | 177 | persist-credentials: false |
178 | 178 |
|
@@ -253,7 +253,7 @@ jobs: |
253 | 253 | runs-on: ubuntu-latest |
254 | 254 | steps: |
255 | 255 | - name: Checkout |
256 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 256 | + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
257 | 257 | with: |
258 | 258 | persist-credentials: false |
259 | 259 |
|
@@ -298,7 +298,7 @@ jobs: |
298 | 298 | steps: |
299 | 299 | - if: ${{ contains(needs.*.result, 'failure') }} |
300 | 300 | name: Checkout |
301 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 301 | + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
302 | 302 | with: |
303 | 303 | persist-credentials: false |
304 | 304 |
|
|
0 commit comments