|
33 | 33 |
|
34 | 34 | - name: Git checkout |
35 | 35 | if: github.event_name == 'push' |
36 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 36 | + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
37 | 37 | with: |
38 | 38 | fetch-depth: 1 |
39 | 39 | sparse-checkout: | |
|
43 | 43 |
|
44 | 44 | - name: Git checkout (full-history) |
45 | 45 | if: github.event_name == 'pull_request' |
46 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 46 | + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
47 | 47 | with: |
48 | 48 | fetch-depth: 0 |
49 | 49 | sparse-checkout: | |
|
84 | 84 | github.com:443 |
85 | 85 |
|
86 | 86 | - name: Git checkout |
87 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 87 | + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
88 | 88 | with: |
89 | 89 | fetch-depth: ${{ github.event_name == 'pull_request' && 1 || 2 }} |
90 | 90 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
@@ -127,7 +127,7 @@ jobs: |
127 | 127 | registry.npmjs.org:443 |
128 | 128 |
|
129 | 129 | - name: Git checkout |
130 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 130 | + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
131 | 131 | with: |
132 | 132 | persist-credentials: false |
133 | 133 |
|
@@ -160,7 +160,7 @@ jobs: |
160 | 160 | storage.googleapis.com:443 |
161 | 161 |
|
162 | 162 | - name: Git checkout |
163 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 163 | + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
164 | 164 | with: |
165 | 165 | persist-credentials: false |
166 | 166 |
|
@@ -203,7 +203,7 @@ jobs: |
203 | 203 | registry.npmjs.org:443 |
204 | 204 |
|
205 | 205 | - name: Git checkout |
206 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 206 | + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
207 | 207 | with: |
208 | 208 | persist-credentials: false |
209 | 209 |
|
|
0 commit comments