|
14 | 14 | matrix: |
15 | 15 | runtime: [ osx-x64, osx-arm64 ] |
16 | 16 | steps: |
17 | | - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
18 | | - with: |
19 | | - fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works. |
| 17 | + - uses: actions/checkout@v3 |
20 | 18 |
|
21 | 19 | - name: Set up dotnet |
22 | 20 | uses: actions/setup-dotnet@v3.0.3 |
|
77 | 75 | runtime: [ osx-x64, osx-arm64 ] |
78 | 76 | needs: osx-build |
79 | 77 | steps: |
80 | | - - name: Check out repository |
81 | | - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
| 78 | + - uses: actions/checkout@v3 |
82 | 79 |
|
83 | 80 | - name: Download payload |
84 | 81 | uses: actions/download-artifact@v3 |
@@ -137,10 +134,7 @@ jobs: |
137 | 134 | runtime: [ osx-x64, osx-arm64 ] |
138 | 135 | needs: osx-payload-sign |
139 | 136 | steps: |
140 | | - - name: Check out repository |
141 | | - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
142 | | - with: |
143 | | - fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works. |
| 137 | + - uses: actions/checkout@v3 |
144 | 138 |
|
145 | 139 | - name: Set version environment variable |
146 | 140 | run: echo "VERSION=$(cat VERSION)" >> $GITHUB_ENV |
@@ -188,8 +182,7 @@ jobs: |
188 | 182 | runtime: [ osx-x64, osx-arm64 ] |
189 | 183 | needs: osx-pack |
190 | 184 | steps: |
191 | | - - name: Check out repository |
192 | | - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
| 185 | + - uses: actions/checkout@v3 |
193 | 186 |
|
194 | 187 | - name: Download unsigned package |
195 | 188 | uses: actions/download-artifact@v3 |
@@ -255,9 +248,7 @@ jobs: |
255 | 248 | name: Build and Sign Windows |
256 | 249 | runs-on: windows-latest |
257 | 250 | steps: |
258 | | - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
259 | | - with: |
260 | | - fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works. |
| 251 | + - uses: actions/checkout@v3 |
261 | 252 |
|
262 | 253 | - name: Set up dotnet |
263 | 254 | uses: actions/setup-dotnet@v3.0.3 |
@@ -363,9 +354,7 @@ jobs: |
363 | 354 | name: Build Linux |
364 | 355 | runs-on: ubuntu-latest |
365 | 356 | steps: |
366 | | - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
367 | | - with: |
368 | | - fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works. |
| 357 | + - uses: actions/checkout@v3 |
369 | 358 |
|
370 | 359 | - name: Setup .NET |
371 | 360 | uses: actions/setup-dotnet@v3.0.3 |
@@ -397,7 +386,7 @@ jobs: |
397 | 386 | # ESRP service requires signing to run on Windows |
398 | 387 | runs-on: windows-latest |
399 | 388 | steps: |
400 | | - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
| 389 | + - uses: actions/checkout@v3 |
401 | 390 |
|
402 | 391 | - name: Download artifacts |
403 | 392 | uses: actions/download-artifact@v3 |
@@ -452,8 +441,6 @@ jobs: |
452 | 441 | runs-on: ubuntu-latest |
453 | 442 | steps: |
454 | 443 | - uses: actions/checkout@v3 |
455 | | - with: |
456 | | - fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works. |
457 | 444 |
|
458 | 445 | - name: Setup .NET |
459 | 446 | uses: actions/setup-dotnet@v3.0.3 |
@@ -481,8 +468,7 @@ jobs: |
481 | 468 | runs-on: windows-latest |
482 | 469 | needs: dotnet-tool-build |
483 | 470 | steps: |
484 | | - - name: Check out repository |
485 | | - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
| 471 | + - uses: actions/checkout@v3 |
486 | 472 |
|
487 | 473 | - name: Download payload |
488 | 474 | uses: actions/download-artifact@v3 |
@@ -545,8 +531,6 @@ jobs: |
545 | 531 | run: echo "VERSION=$(cat VERSION)" >> $GITHUB_ENV |
546 | 532 |
|
547 | 533 | - uses: actions/checkout@v3 |
548 | | - with: |
549 | | - fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works. |
550 | 534 |
|
551 | 535 | - name: Download signed payload |
552 | 536 | uses: actions/download-artifact@v3 |
@@ -581,8 +565,7 @@ jobs: |
581 | 565 | runs-on: windows-latest |
582 | 566 | needs: dotnet-tool-pack |
583 | 567 | steps: |
584 | | - - name: Check out repository |
585 | | - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
| 568 | + - uses: actions/checkout@v3 |
586 | 569 |
|
587 | 570 | - name: Download unsigned package |
588 | 571 | uses: actions/download-artifact@v3 |
@@ -666,9 +649,7 @@ jobs: |
666 | 649 | runs-on: ${{ matrix.component.os }} |
667 | 650 | needs: [ osx-sign, win-sign, linux-sign, dotnet-tool-sign ] |
668 | 651 | steps: |
669 | | - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
670 | | - with: |
671 | | - fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works. |
| 652 | + - uses: actions/checkout@v3 |
672 | 653 |
|
673 | 654 | - name: Set version environment variable |
674 | 655 | run: echo "VERSION=$(cat VERSION)" >> $GITHUB_ENV |
@@ -736,10 +717,7 @@ jobs: |
736 | 717 | runs-on: ubuntu-latest |
737 | 718 | needs: [ validate ] |
738 | 719 | steps: |
739 | | - - name: Check out repository |
740 | | - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
741 | | - with: |
742 | | - fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works. |
| 720 | + - uses: actions/checkout@v3 |
743 | 721 |
|
744 | 722 | - name: Set version environment variable |
745 | 723 | run: echo "VERSION=$(cat VERSION)" >> $GITHUB_ENV |
|
0 commit comments