|
22 | 22 | with: |
23 | 23 | distribution: 'temurin' |
24 | 24 | java-version: '17' |
25 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 |
| 25 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
26 | 26 | with: |
27 | 27 | fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis |
28 | 28 | - name: Tag current commit |
|
73 | 73 | runs-on: macos-latest |
74 | 74 | steps: |
75 | 75 | - name: Checkout sources |
76 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 |
| 76 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
77 | 77 | with: |
78 | 78 | fetch-depth: 0 |
79 | 79 | - name: Tag current commit |
@@ -104,7 +104,7 @@ jobs: |
104 | 104 | runs-on: ubuntu-latest |
105 | 105 | steps: |
106 | 106 | - name: Checkout sources |
107 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 |
| 107 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
108 | 108 | with: |
109 | 109 | fetch-depth: 0 |
110 | 110 | - name: Tag current commit |
@@ -135,7 +135,7 @@ jobs: |
135 | 135 | runs-on: windows-latest |
136 | 136 | steps: |
137 | 137 | - name: Checkout sources |
138 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 |
| 138 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
139 | 139 | with: |
140 | 140 | fetch-depth: 0 |
141 | 141 | - name: Tag current commit |
@@ -166,7 +166,7 @@ jobs: |
166 | 166 | runs-on: windows-latest |
167 | 167 | steps: |
168 | 168 | - name: Checkout sources |
169 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 |
| 169 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
170 | 170 | with: |
171 | 171 | fetch-depth: 0 |
172 | 172 | - name: Tag current commit |
@@ -194,7 +194,7 @@ jobs: |
194 | 194 | runs-on: ubuntu-latest |
195 | 195 | steps: |
196 | 196 | - name: Checkout sources |
197 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 |
| 197 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
198 | 198 | with: |
199 | 199 | fetch-depth: 0 |
200 | 200 | - name: Download code coverage files (MacOS) |
@@ -230,7 +230,7 @@ jobs: |
230 | 230 | timeout-minutes: 300 |
231 | 231 | steps: |
232 | 232 | - name: Checkout sources |
233 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 |
| 233 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
234 | 234 | with: |
235 | 235 | fetch-depth: 0 |
236 | 236 | - name: Setup .NET |
@@ -260,7 +260,7 @@ jobs: |
260 | 260 | needs: [analyze, test-macos, test-ubuntu, test-windows, test-net-framework, stryker] |
261 | 261 | steps: |
262 | 262 | - name: Checkout sources |
263 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 |
| 263 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
264 | 264 | with: |
265 | 265 | fetch-depth: 0 |
266 | 266 | - name: Tag current commit |
@@ -327,7 +327,7 @@ jobs: |
327 | 327 | skip-label: | |
328 | 328 | state: released |
329 | 329 | - name: Checkout sources |
330 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 |
| 330 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
331 | 331 | with: |
332 | 332 | fetch-depth: 0 |
333 | 333 | - name: Delete release branch |
|
0 commit comments