diff --git a/.github/workflows/build-reuse-darwin-framework.yml b/.github/workflows/build-reuse-darwin-framework.yml index a9f8ba1d15..95b0576511 100644 --- a/.github/workflows/build-reuse-darwin-framework.yml +++ b/.github/workflows/build-reuse-darwin-framework.yml @@ -53,7 +53,7 @@ jobs: runs-on: macos-12 steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: repository: microsoft/msquic ref: ${{ inputs.ref }} @@ -90,7 +90,7 @@ jobs: runs-on: macos-12 steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: repository: microsoft/msquic ref: ${{ inputs.ref }} @@ -114,7 +114,7 @@ jobs: runs-on: macos-12 steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: repository: microsoft/msquic ref: ${{ inputs.ref }} diff --git a/.github/workflows/build-reuse-unix.yml b/.github/workflows/build-reuse-unix.yml index e934c923f2..4530c0ae13 100644 --- a/.github/workflows/build-reuse-unix.yml +++ b/.github/workflows/build-reuse-unix.yml @@ -88,7 +88,7 @@ jobs: image: ${{ (inputs.plat == 'linux' && format('ghcr.io/microsoft/msquic/linux-build-xcomp:{0}-{1}', inputs.os, ((inputs.xdp == '-UseXdp' && inputs.os == 'ubuntu-22.04') && 'xdp') || 'cross')) || '' }} steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: repository: microsoft/msquic ref: ${{ inputs.ref }} diff --git a/.github/workflows/build-reuse-win.yml b/.github/workflows/build-reuse-win.yml index 068cc512de..85e1d32994 100644 --- a/.github/workflows/build-reuse-win.yml +++ b/.github/workflows/build-reuse-win.yml @@ -69,7 +69,7 @@ jobs: runs-on: ${{ inputs.os }} steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: repository: microsoft/msquic ref: ${{ inputs.ref }} diff --git a/.github/workflows/build-reuse-winkernel.yml b/.github/workflows/build-reuse-winkernel.yml index fabe86a404..6c61f50cf8 100644 --- a/.github/workflows/build-reuse-winkernel.yml +++ b/.github/workflows/build-reuse-winkernel.yml @@ -58,7 +58,7 @@ jobs: runs-on: ${{ inputs.os }} steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: repository: microsoft/msquic ref: ${{ inputs.ref }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b1b7fca78..2d66d417af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -203,7 +203,7 @@ jobs: runs-on: windows-2022 steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Download Build Artifacts uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 with: diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index 332ede4602..dfca9ac0e4 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@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - 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 f1422e261a..555aa0fa73 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@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - 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 3e96301104..b168b5d2f8 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@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - 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 68a5a4107a..6e6e938bb4 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -52,7 +52,7 @@ jobs: - "1ES.Pool=1es-msquic-pool" - "1ES.ImageOverride=WinServerPrerelease" steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 - name: Download Build Artifacts @@ -103,7 +103,7 @@ jobs: pr-allocfail: 100 steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e @@ -149,7 +149,7 @@ jobs: pr-timeout: 600000 steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e @@ -183,7 +183,7 @@ jobs: runs-on: windows-2022 steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 - name: Prepare Machine @@ -227,7 +227,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e name: Download Merged Coverage Report with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7d8d1d0055..d254b43e3a 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@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 2 submodules: 'recursive' diff --git a/.github/workflows/docker-publish-xcomp.yml b/.github/workflows/docker-publish-xcomp.yml index c58f66e91b..ddae926360 100644 --- a/.github/workflows/docker-publish-xcomp.yml +++ b/.github/workflows/docker-publish-xcomp.yml @@ -51,7 +51,7 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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 f96ab3c451..7daf00607d 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@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: submodules: recursive diff --git a/.github/workflows/dotnet-test.yml b/.github/workflows/dotnet-test.yml index 9c9bde501b..a2575a7951 100644 --- a/.github/workflows/dotnet-test.yml +++ b/.github/workflows/dotnet-test.yml @@ -79,7 +79,7 @@ jobs: runs-on: ${{ matrix.vec.os }} steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Prepare Machine shell: pwsh run: scripts/prepare-machine.ps1 -ForTest ${{ matrix.vec.xdp == '-UseXdp' && '-UseXdp -ForceXdpInstall' || '' }} diff --git a/.github/workflows/mirror-repo.yml b/.github/workflows/mirror-repo.yml index ac403f142e..fb4e863cf0 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@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 - name: Sync mirror diff --git a/.github/workflows/package-linux.yml b/.github/workflows/package-linux.yml index 658d587c50..4362bf926a 100644 --- a/.github/workflows/package-linux.yml +++ b/.github/workflows/package-linux.yml @@ -55,7 +55,7 @@ jobs: ] steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 - name: Prepare Machine diff --git a/.github/workflows/package-reuse-linux.yml b/.github/workflows/package-reuse-linux.yml index 8ac4accae5..333cc2b8ba 100644 --- a/.github/workflows/package-reuse-linux.yml +++ b/.github/workflows/package-reuse-linux.yml @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 - name: Prepare Machine diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index 0cf3868112..c0a3e2993c 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@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Setup MSBuild.exe uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce - name: Build @@ -49,7 +49,7 @@ jobs: configuration: [Release, Debug] steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Setup .NET uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 with: diff --git a/.github/workflows/publish-docfx.yml b/.github/workflows/publish-docfx.yml index 6e23fb568e..d5501b958d 100644 --- a/.github/workflows/publish-docfx.yml +++ b/.github/workflows/publish-docfx.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Dotnet Setup uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 with: diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 4086f41d51..c37b39c84f 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@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: false diff --git a/.github/workflows/stress.yml b/.github/workflows/stress.yml index 8e7a994727..830dec4b9c 100644 --- a/.github/workflows/stress.yml +++ b/.github/workflows/stress.yml @@ -96,7 +96,7 @@ jobs: pr-allocfail: 100 steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e if: matrix.vec.plat == 'windows' with: @@ -152,7 +152,7 @@ jobs: pr-timeout: 600000 steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e if: matrix.vec.plat == 'windows' with: diff --git a/.github/workflows/test-down-level.yml b/.github/workflows/test-down-level.yml index 9b8d6b9e60..bbe9bce875 100644 --- a/.github/workflows/test-down-level.yml +++ b/.github/workflows/test-down-level.yml @@ -45,7 +45,7 @@ jobs: name: Test steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Install Perl if: runner.os == 'Windows' uses: shogo82148/actions-setup-perl@28eae78d12c2bba1163aec45d123f6d9228bc307 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 280c2e5fab..b0be7737e4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -117,7 +117,7 @@ jobs: runs-on: ${{ matrix.vec.plat == 'windows' && matrix.vec.os == 'WinServerPrerelease' && fromJson('[''self-hosted'', ''1ES.Pool=1es-msquic-pool'', ''1ES.ImageOverride=WinServerPrerelease'']') || matrix.vec.os }} steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Download Build Artifacts uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e if: matrix.vec.plat == 'windows' @@ -177,7 +177,7 @@ jobs: runs-on: ${{ matrix.vec.plat == 'winkernel' && matrix.vec.os == 'WinServerPrerelease' && fromJson('[''self-hosted'', ''1ES.Pool=1es-msquic-pool'', ''1ES.ImageOverride=WinServerPrerelease'']') || matrix.vec.os }} steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Download Build Artifacts uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e with: # note we always use binaries built on windows-2022. @@ -224,7 +224,7 @@ jobs: - "1ES.ImageOverride=WinServerPrerelease" steps: - name: Checkout repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e diff --git a/.github/workflows/wan-perf.yml b/.github/workflows/wan-perf.yml index 85f59015ec..f4f4984eff 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@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - 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@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - 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@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e