|
11 | 11 | name: create_install_path.sh script test
|
12 | 12 | runs-on: ubuntu-latest
|
13 | 13 | steps:
|
14 |
| - - uses: actions/checkout@v3 |
| 14 | + - uses: actions/checkout@v4 |
15 | 15 | with:
|
16 | 16 | fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
17 | 17 |
|
@@ -123,7 +123,7 @@ jobs:
|
123 | 123 | SONAR_SCANNER_URL_MACOSX_AARCH64: 'https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-vX.Y.Z.MMMM-macosx-aarch64.zip'
|
124 | 124 | SONAR_SCANNER_SHA_MACOSX_AARCH64: 'DOWNLOAD-SHA-MACOSX-AARCH64'
|
125 | 125 | steps:
|
126 |
| - - uses: actions/checkout@v3 |
| 126 | + - uses: actions/checkout@v4 |
127 | 127 | with:
|
128 | 128 | fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
129 | 129 |
|
@@ -256,7 +256,7 @@ jobs:
|
256 | 256 | name: download.sh script test
|
257 | 257 | runs-on: ubuntu-latest
|
258 | 258 | steps:
|
259 |
| - - uses: actions/checkout@v3 |
| 259 | + - uses: actions/checkout@v4 |
260 | 260 | with:
|
261 | 261 | fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
262 | 262 |
|
@@ -326,7 +326,7 @@ jobs:
|
326 | 326 | name: fetch_latest_version.sh script test
|
327 | 327 | runs-on: ubuntu-latest
|
328 | 328 | steps:
|
329 |
| - - uses: actions/checkout@v3 |
| 329 | + - uses: actions/checkout@v4 |
330 | 330 | with:
|
331 | 331 | fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
332 | 332 | - name: Test script
|
@@ -378,7 +378,7 @@ jobs:
|
378 | 378 | exit 1
|
379 | 379 | fi
|
380 | 380 |
|
381 |
| - - uses: actions/checkout@v3 |
| 381 | + - uses: actions/checkout@v4 |
382 | 382 | with:
|
383 | 383 | fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
384 | 384 |
|
|
0 commit comments