diff --git a/.github/workflows/build-reuse-darwin-framework.yml b/.github/workflows/build-reuse-darwin-framework.yml index f411dd1aa6..9c66e204bd 100644 --- a/.github/workflows/build-reuse-darwin-framework.yml +++ b/.github/workflows/build-reuse-darwin-framework.yml @@ -48,7 +48,7 @@ jobs: runs-on: macos-12 steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Download Build Artifacts (x64) uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: @@ -82,7 +82,7 @@ jobs: runs-on: macos-12 steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Download Build Artifacts (x64) uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: @@ -103,7 +103,7 @@ jobs: runs-on: macos-12 steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Download Build Artifacts (iOS x64) uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: diff --git a/.github/workflows/build-reuse-unix.yml b/.github/workflows/build-reuse-unix.yml index de29340ef8..a3f4c04eb9 100644 --- a/.github/workflows/build-reuse-unix.yml +++ b/.github/workflows/build-reuse-unix.yml @@ -80,7 +80,7 @@ jobs: image: ${{ inputs.plat == 'linux' && format('ghcr.io/microsoft/msquic/linux-build-xcomp:{0}', inputs.os) || '' }} steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Set ownership if: inputs.plat == 'linux' run: | diff --git a/.github/workflows/build-reuse-win.yml b/.github/workflows/build-reuse-win.yml index 090d5ef457..cd44e77dcd 100644 --- a/.github/workflows/build-reuse-win.yml +++ b/.github/workflows/build-reuse-win.yml @@ -69,7 +69,7 @@ jobs: runs-on: ${{ inputs.sanitize == '-Sanitize' && 'windows-2019' || inputs.os }} # use windows-2019 for ASAN steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Install Perl uses: shogo82148/actions-setup-perl@35426a57f184a35daee329bb17ae49332ff8a422 with: diff --git a/.github/workflows/build-reuse-winkernel.yml b/.github/workflows/build-reuse-winkernel.yml index 8ce787933f..43bf5e691f 100644 --- a/.github/workflows/build-reuse-winkernel.yml +++ b/.github/workflows/build-reuse-winkernel.yml @@ -54,7 +54,7 @@ jobs: runs-on: ${{ inputs.os }} steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Prepare Machine shell: pwsh run: scripts/prepare-machine.ps1 -ForBuild -ForKernel diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b0a3ebd6ec..d8d118c8d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -207,7 +207,7 @@ jobs: runs-on: windows-2022 steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Download Build Artifacts uses: dawidd6/action-download-artifact@246dbf436b23d7c49e21a7ab8204ca9ecd1fe615 with: diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index f6e64d724c..f719ebd1f5 100644 --- a/.github/workflows/cargo.yml +++ b/.github/workflows/cargo.yml @@ -25,7 +25,7 @@ jobs: with: egress-policy: audit - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Prepare Machine run: scripts/prepare-machine.ps1 -Tls openssl -ForBuild shell: pwsh diff --git a/.github/workflows/check-clog.yml b/.github/workflows/check-clog.yml index 3c661d4846..65f3fe6a5c 100644 --- a/.github/workflows/check-clog.yml +++ b/.github/workflows/check-clog.yml @@ -24,7 +24,7 @@ jobs: with: dotnet-version: 6.0.x - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Prepare Machine run: scripts/prepare-machine.ps1 shell: pwsh diff --git a/.github/workflows/check-dotnet.yml b/.github/workflows/check-dotnet.yml index 29bcabfc7d..fba84f99c1 100644 --- a/.github/workflows/check-dotnet.yml +++ b/.github/workflows/check-dotnet.yml @@ -24,7 +24,7 @@ jobs: with: dotnet-version: 6.0.x - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Prepare Machine run: scripts/prepare-machine.ps1 shell: pwsh diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index e3ca26cb0b..cbc1f74724 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -53,7 +53,7 @@ jobs: - "1ES.Pool=1es-msquic-pool" - "1ES.ImageOverride=WSPrerelease" steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: fetch-depth: 0 - name: Download Build Artifacts @@ -104,7 +104,7 @@ jobs: pr-allocfail: 100 steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: fetch-depth: 0 - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a @@ -138,7 +138,7 @@ jobs: runs-on: windows-2022 steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: fetch-depth: 0 - name: Prepare Machine @@ -177,7 +177,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a name: Download Merged Coverage Report with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6b04c95308..41d63084bc 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -31,7 +31,7 @@ jobs: with: egress-policy: audit - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: fetch-depth: 2 submodules: 'recursive' diff --git a/.github/workflows/docker-publish-xcomp.yml b/.github/workflows/docker-publish-xcomp.yml index a73a4ff073..4e062e386a 100644 --- a/.github/workflows/docker-publish-xcomp.yml +++ b/.github/workflows/docker-publish-xcomp.yml @@ -42,7 +42,7 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # Login against a Docker registry except on PR # https://github.com/docker/login-action diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index bb3d31f99d..da3e89b938 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -30,7 +30,7 @@ jobs: with: egress-policy: audit - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: submodules: recursive diff --git a/.github/workflows/dotnet-test.yml b/.github/workflows/dotnet-test.yml index 9b386a42e5..f40dd3256a 100644 --- a/.github/workflows/dotnet-test.yml +++ b/.github/workflows/dotnet-test.yml @@ -78,7 +78,7 @@ jobs: runs-on: ${{ matrix.vec.os }} steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Prepare Machine shell: pwsh run: scripts/prepare-machine.ps1 -ForTest diff --git a/.github/workflows/mirror-repo.yml b/.github/workflows/mirror-repo.yml index 09939e34d7..60e77d1fb2 100644 --- a/.github/workflows/mirror-repo.yml +++ b/.github/workflows/mirror-repo.yml @@ -19,7 +19,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: fetch-depth: 0 - name: Sync mirror diff --git a/.github/workflows/package-linux.yml b/.github/workflows/package-linux.yml index aa3740f35f..5a1e96ebd0 100644 --- a/.github/workflows/package-linux.yml +++ b/.github/workflows/package-linux.yml @@ -54,7 +54,7 @@ jobs: ] steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: fetch-depth: 0 - name: Prepare Machine diff --git a/.github/workflows/package-reuse-linux.yml b/.github/workflows/package-reuse-linux.yml index 46f49e5d4a..8d5cf1039e 100644 --- a/.github/workflows/package-reuse-linux.yml +++ b/.github/workflows/package-reuse-linux.yml @@ -69,7 +69,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: fetch-depth: 0 - name: Prepare Machine diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index 78259bc8d3..3b9c64f709 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -25,7 +25,7 @@ jobs: platform: [x86, x64] steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Setup MSBuild.exe uses: microsoft/setup-msbuild@1ff57057b5cfdc39105cd07a01d78e9b0ea0c14c - name: Build @@ -49,7 +49,7 @@ jobs: configuration: [Release, Debug] steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Setup .NET uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 with: diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 4a28f1e179..b82681446a 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -23,7 +23,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: persist-credentials: false diff --git a/.github/workflows/stress.yml b/.github/workflows/stress.yml index 3391d6b4fd..f754ffcb13 100644 --- a/.github/workflows/stress.yml +++ b/.github/workflows/stress.yml @@ -104,7 +104,7 @@ jobs: pr-allocfail: 100 steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a if: matrix.vec.plat == 'windows' with: diff --git a/.github/workflows/test-down-level.yml b/.github/workflows/test-down-level.yml index 8569d7edb6..12d48984d9 100644 --- a/.github/workflows/test-down-level.yml +++ b/.github/workflows/test-down-level.yml @@ -40,7 +40,7 @@ jobs: with: egress-policy: audit - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Prepare Machine run: scripts/prepare-machine.ps1 -Tls ${{ matrix.tls }} -DisableTest shell: pwsh diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f01df08689..4f6df79272 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -122,7 +122,7 @@ jobs: runs-on: ${{ matrix.vec.plat == 'windows' && matrix.vec.os == 'WSPrerelease' && fromJson('[''self-hosted'', ''1ES.Pool=1es-msquic-pool'', ''1ES.ImageOverride=WSPrerelease'']') || matrix.vec.os }} steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Download Build Artifacts uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a if: matrix.vec.plat == 'windows' @@ -182,7 +182,7 @@ jobs: runs-on: ${{ matrix.vec.plat == 'winkernel' && matrix.vec.os == 'WSPrerelease' && fromJson('[''self-hosted'', ''1ES.Pool=1es-msquic-pool'', ''1ES.ImageOverride=WSPrerelease'']') || matrix.vec.os }} steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Download Build Artifacts uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: # note that BVT for WSPrerelease uses binaries built on windows-2022. @@ -229,7 +229,7 @@ jobs: - "1ES.ImageOverride=WSPrerelease" steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: fetch-depth: 0 - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a diff --git a/.github/workflows/wan-perf.yml b/.github/workflows/wan-perf.yml index 74d0d858fa..b5dc95de32 100644 --- a/.github/workflows/wan-perf.yml +++ b/.github/workflows/wan-perf.yml @@ -35,7 +35,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Prepare Machine shell: pwsh run: scripts/prepare-machine.ps1 -ForBuild -DisableTest @@ -83,7 +83,7 @@ jobs: queueRatio: 5 # Exceeds QueueLimitPackets limit of 100000 steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Prepare Machine shell: pwsh run: scripts/prepare-machine.ps1 -ForTest -InstallDuoNic @@ -116,7 +116,7 @@ jobs: needs: wan-perf steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: fetch-depth: 0 - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a