From d27ade582fd181d6583b4815ad08e10755f2cbda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 16:20:33 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.1.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-reuse-darwin-framework.yml | 6 +++--- .github/workflows/build-reuse-unix.yml | 2 +- .github/workflows/build-reuse-win.yml | 2 +- .github/workflows/build-reuse-winkernel.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/cargo.yml | 2 +- .github/workflows/check-clog.yml | 2 +- .github/workflows/check-dotnet.yml | 2 +- .github/workflows/code-coverage.yml | 10 +++++----- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/docker-publish-xcomp.yml | 2 +- .github/workflows/docker-publish.yml | 2 +- .github/workflows/dotnet-test.yml | 2 +- .github/workflows/mirror-repo.yml | 2 +- .github/workflows/package-linux.yml | 2 +- .github/workflows/package-reuse-linux.yml | 2 +- .github/workflows/plugins.yml | 4 ++-- .github/workflows/publish-docfx.yml | 2 +- .github/workflows/scorecards-analysis.yml | 2 +- .github/workflows/stress.yml | 4 ++-- .github/workflows/test-down-level.yml | 2 +- .github/workflows/test.yml | 6 +++--- .github/workflows/wan-perf.yml | 6 +++--- 23 files changed, 35 insertions(+), 35 deletions(-) diff --git a/.github/workflows/build-reuse-darwin-framework.yml b/.github/workflows/build-reuse-darwin-framework.yml index 8117bcba0f..ad73e0c0cb 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: repository: microsoft/msquic ref: ${{ inputs.ref }} @@ -90,7 +90,7 @@ jobs: runs-on: macos-12 steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: repository: microsoft/msquic ref: ${{ inputs.ref }} @@ -114,7 +114,7 @@ jobs: runs-on: macos-12 steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: repository: microsoft/msquic ref: ${{ inputs.ref }} diff --git a/.github/workflows/build-reuse-unix.yml b/.github/workflows/build-reuse-unix.yml index f3e284ec24..bc8fa10430 100644 --- a/.github/workflows/build-reuse-unix.yml +++ b/.github/workflows/build-reuse-unix.yml @@ -84,7 +84,7 @@ jobs: image: ${{ inputs.plat == 'linux' && format('ghcr.io/microsoft/msquic/linux-build-xcomp:{0}', inputs.os) || '' }} steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: repository: microsoft/msquic ref: ${{ inputs.ref }} diff --git a/.github/workflows/build-reuse-win.yml b/.github/workflows/build-reuse-win.yml index 75c1aa7d15..b63f98b610 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: repository: microsoft/msquic ref: ${{ inputs.ref }} diff --git a/.github/workflows/build-reuse-winkernel.yml b/.github/workflows/build-reuse-winkernel.yml index 963b7c229d..55033ab91a 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: repository: microsoft/msquic ref: ${{ inputs.ref }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee0c666379..02dd4d0fc3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -194,7 +194,7 @@ jobs: runs-on: windows-2022 steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Download Build Artifacts uses: dawidd6/action-download-artifact@71072fbb1229e1317f1a8de6b04206afb461bd67 with: diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index de11fbe3b2..e028559dea 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - 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 44ebd79a59..0577bf52f4 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - 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 6f96af3f4e..034399ef33 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - 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 0aea0a0aca..4306255292 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@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: fetch-depth: 0 - name: Download Build Artifacts @@ -103,7 +103,7 @@ jobs: pr-allocfail: 100 steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: fetch-depth: 0 - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 @@ -149,7 +149,7 @@ jobs: pr-timeout: 600000 steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: fetch-depth: 0 - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 @@ -183,7 +183,7 @@ jobs: runs-on: windows-2022 steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: fetch-depth: 0 - name: Prepare Machine @@ -227,7 +227,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 name: Download Merged Coverage Report with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a6a5cfce33..721a9a8604 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: fetch-depth: 2 submodules: 'recursive' diff --git a/.github/workflows/docker-publish-xcomp.yml b/.github/workflows/docker-publish-xcomp.yml index 61d2cbaa82..e320a6a52b 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 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 fb9e27aa45..0c21b90824 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: submodules: recursive diff --git a/.github/workflows/dotnet-test.yml b/.github/workflows/dotnet-test.yml index cd951124ac..9e04295358 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - 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 81925a4dce..0a7bf5a241 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: fetch-depth: 0 - name: Sync mirror diff --git a/.github/workflows/package-linux.yml b/.github/workflows/package-linux.yml index d15e168853..2ca0f6b44a 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: fetch-depth: 0 - name: Prepare Machine diff --git a/.github/workflows/package-reuse-linux.yml b/.github/workflows/package-reuse-linux.yml index d636336602..e0ba46fc95 100644 --- a/.github/workflows/package-reuse-linux.yml +++ b/.github/workflows/package-reuse-linux.yml @@ -73,7 +73,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: fetch-depth: 0 - name: Prepare Machine diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index 26060569ed..39233482c9 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Setup .NET uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 with: diff --git a/.github/workflows/publish-docfx.yml b/.github/workflows/publish-docfx.yml index 35d8ef13f1..b6f6b1080d 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Dotnet Setup uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 with: diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 11a0a251fa..9aac4bb7e6 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: persist-credentials: false diff --git a/.github/workflows/stress.yml b/.github/workflows/stress.yml index 3aaa3329cf..db50335635 100644 --- a/.github/workflows/stress.yml +++ b/.github/workflows/stress.yml @@ -92,7 +92,7 @@ jobs: pr-allocfail: 100 steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 if: matrix.vec.plat == 'windows' with: @@ -148,7 +148,7 @@ jobs: pr-timeout: 600000 steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 if: matrix.vec.plat == 'windows' with: diff --git a/.github/workflows/test-down-level.yml b/.github/workflows/test-down-level.yml index 8f1ed08768..47c870a92a 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - 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 94706870f9..b5acb88470 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -114,7 +114,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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Download Build Artifacts uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 if: matrix.vec.plat == 'windows' @@ -174,7 +174,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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Download Build Artifacts uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 with: # note we always use binaries built on windows-2022. @@ -221,7 +221,7 @@ jobs: - "1ES.ImageOverride=WinServerPrerelease" steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: fetch-depth: 0 - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 diff --git a/.github/workflows/wan-perf.yml b/.github/workflows/wan-perf.yml index f07d9fef6a..b9e16e2e33 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: fetch-depth: 0 - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427