File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 # Defined steps will run before the agent starts.
2525 steps :
2626 - name : Checkout code
27- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
27+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2828 - name : Fetch all tags and branches
2929 run : git fetch --prune --unshallow
3030 - name : Install .NET
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-22.04
2121 steps :
2222 - name : Get the sources
23- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2424 - name : Fetch all tags and branches
2525 run : git fetch --prune --unshallow
2626 - name : Install .NET
5454 runs-on : ${{ matrix.os }}
5555 steps :
5656 - name : Get the sources
57- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
57+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5858 - name : Prepare integration tests
5959 uses : ./.github/actions/prepare-integration-test
6060 with :
8484 runs-on : ${{ matrix.os }}
8585 steps :
8686 - name : Get the sources
87- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
87+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
8888 - name : Prepare integration tests
8989 uses : ./.github/actions/prepare-integration-test
9090 with :
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Get the sources
19- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2020 with :
2121 lfs : true
2222 fetch-depth : 0
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Get the sources
21- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2222 with :
2323 lfs : true
2424 fetch-depth : 0
Original file line number Diff line number Diff line change 1313 if : github.event.label.name == 'preview'
1414 steps :
1515 - name : Get the sources
16- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717 - name : Comment
1818 run : |
1919 gh pr comment ${{ github.event.pull_request.number }} --repo ${{ github.repository }} --body "⚙️ Hang tight! PushPreview is currently building your preview. We'll share the URL as soon as it's ready."
Original file line number Diff line number Diff line change 2727 runs-on : ${{ matrix.os }}
2828 steps :
2929 - name : Get the sources
30- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3131 - name : Fetch all tags and branches
3232 run : git fetch --prune --unshallow
3333 - name : Install .NET
You can’t perform that action at this time.
0 commit comments