From dda8b0dce9cb46ce5cadf351f4eff83709c65e12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:23:36 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v2...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cleanup-azure-vms.yml | 2 +- .github/workflows/create-azure-vms.yml | 2 +- .github/workflows/custom.yml | 2 +- .github/workflows/ebpf_linux.yml | 2 +- .github/workflows/lab-quic-callee.yml | 4 ++-- .github/workflows/main_netperfapi.yml | 2 +- .github/workflows/msquic_kernel_bvt.yml | 2 +- .../network-traffic-performance-linux.yml | 2 +- .../workflows/network-traffic-performance.yml | 6 +++--- .github/workflows/prepare-matrix.yml | 2 +- .github/workflows/quic.yml | 16 ++++++++-------- .github/workflows/set-regression-bounds.yml | 2 +- .github/workflows/update-react.yml | 4 ++-- .github/workflows/xdp.yml | 2 +- 14 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/cleanup-azure-vms.yml b/.github/workflows/cleanup-azure-vms.yml index 38c948423..c1856d7ea 100644 --- a/.github/workflows/cleanup-azure-vms.yml +++ b/.github/workflows/cleanup-azure-vms.yml @@ -77,7 +77,7 @@ jobs: if: ${{ always() }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v7 - name: Install Latest Az PowerShell Module shell: pwsh run: | diff --git a/.github/workflows/create-azure-vms.yml b/.github/workflows/create-azure-vms.yml index 199e3ac8d..d6cd9c63d 100644 --- a/.github/workflows/create-azure-vms.yml +++ b/.github/workflows/create-azure-vms.yml @@ -56,7 +56,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v7 - name: Login to Azure uses: azure/login@v3 with: diff --git a/.github/workflows/custom.yml b/.github/workflows/custom.yml index 287ac3862..b02e2de31 100644 --- a/.github/workflows/custom.yml +++ b/.github/workflows/custom.yml @@ -65,7 +65,7 @@ jobs: - kernel-bvt steps: - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: ref: ${{ inputs.ref || '' }} - name: Download Build Artifacts diff --git a/.github/workflows/ebpf_linux.yml b/.github/workflows/ebpf_linux.yml index 9b2e11fb0..8e98eaa9d 100644 --- a/.github/workflows/ebpf_linux.yml +++ b/.github/workflows/ebpf_linux.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ github.event.client_payload.pr || github.event.client_payload.sha || inputs.ref || github.event.pull_request.head.sha || 'main' }} submodules: 'recursive' diff --git a/.github/workflows/lab-quic-callee.yml b/.github/workflows/lab-quic-callee.yml index c53e2fb33..0aadcd0f3 100644 --- a/.github/workflows/lab-quic-callee.yml +++ b/.github/workflows/lab-quic-callee.yml @@ -30,12 +30,12 @@ jobs: - ${{ github.event.client_payload.assigned_runner }} steps: - name: Checkout microsoft/msquic - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: repository: microsoft/msquic ref: ${{ github.event.client_payload.sha || github.event.client_payload.ref || inputs.ref || 'main' }} - name: Checkout code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: path: netperfrepo - name: Lowercase runner.os diff --git a/.github/workflows/main_netperfapi.yml b/.github/workflows/main_netperfapi.yml index 0b8344da4..89e07fc97 100644 --- a/.github/workflows/main_netperfapi.yml +++ b/.github/workflows/main_netperfapi.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up Node.js version uses: actions/setup-node@v6 diff --git a/.github/workflows/msquic_kernel_bvt.yml b/.github/workflows/msquic_kernel_bvt.yml index 005551f26..60c0d442c 100644 --- a/.github/workflows/msquic_kernel_bvt.yml +++ b/.github/workflows/msquic_kernel_bvt.yml @@ -87,7 +87,7 @@ jobs: - kernel-bvt-ci steps: - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: ref: ${{ github.event.client_payload.ref || inputs.ref || '' }} repository: microsoft/msquic diff --git a/.github/workflows/network-traffic-performance-linux.yml b/.github/workflows/network-traffic-performance-linux.yml index d95b8724f..033611ad4 100644 --- a/.github/workflows/network-traffic-performance-linux.yml +++ b/.github/workflows/network-traffic-performance-linux.yml @@ -59,7 +59,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Verify PowerShell (pwsh) is installed shell: bash diff --git a/.github/workflows/network-traffic-performance.yml b/.github/workflows/network-traffic-performance.yml index 99673d759..5a3e36a33 100644 --- a/.github/workflows/network-traffic-performance.yml +++ b/.github/workflows/network-traffic-performance.yml @@ -92,7 +92,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Setup workspace run: |- @@ -244,7 +244,7 @@ jobs: } - name: Checkout repository - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Setup workspace run: |- @@ -473,7 +473,7 @@ jobs: } - name: Checkout repository - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Setup workspace run: |- diff --git a/.github/workflows/prepare-matrix.yml b/.github/workflows/prepare-matrix.yml index dc43bfd77..9d923af16 100644 --- a/.github/workflows/prepare-matrix.yml +++ b/.github/workflows/prepare-matrix.yml @@ -53,7 +53,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v7 - name: Run Prepare Matrix run: ./.github/workflows/prepare-matrix.ps1 - id: generate-lab-matrix diff --git a/.github/workflows/quic.yml b/.github/workflows/quic.yml index 7bdc4f5a2..3bc4e690e 100644 --- a/.github/workflows/quic.yml +++ b/.github/workflows/quic.yml @@ -182,12 +182,12 @@ jobs: runs-on: ${{ fromJson(format('[''self-hosted'', ''1ES.Pool={0}'', ''1ES.ImageOverride={1}'', ''JobId=quic-{2}-{3}-{4}-{5}-{6}-{7}-{8}'']', matrix.assigned_pool, matrix.assigned_os, matrix.os, matrix.io, matrix.role, matrix.tls, matrix.arch, github.run_id, github.run_attempt)) }} steps: - name: Checkout microsoft/msquic - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: repository: microsoft/msquic ref: ${{ github.event.client_payload.sha || github.event.client_payload.ref || inputs.ref || 'main' }} - name: Checkout code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: path: netperfrepo - name: Prepares 1ES Machine @@ -282,12 +282,12 @@ jobs: - ${{ matrix.assigned_lab_vm_runner_tag }} steps: - name: Checkout microsoft/msquic - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: repository: microsoft/msquic ref: ${{ github.event.client_payload.sha || github.event.client_payload.ref || inputs.ref || 'main' }} - name: Checkout code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: path: netperfrepo - name: Lowercase runner.os @@ -379,7 +379,7 @@ jobs: continue-on-error: true steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d with: path: artifacts/logs @@ -398,7 +398,7 @@ jobs: runs-on: 'ubuntu-22.04' steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: repository: microsoft/netperf ref: sqlite @@ -437,7 +437,7 @@ jobs: runs-on: 'ubuntu-22.04' steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: repository: microsoft/netperf ref: deploy @@ -469,7 +469,7 @@ jobs: runs-on: 'ubuntu-22.04' steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: repository: microsoft/netperf ref: sqlite diff --git a/.github/workflows/set-regression-bounds.yml b/.github/workflows/set-regression-bounds.yml index e59a24d1e..62e913a05 100644 --- a/.github/workflows/set-regression-bounds.yml +++ b/.github/workflows/set-regression-bounds.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout netperf repo - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: microsoft/netperf ref: sqlite diff --git a/.github/workflows/update-react.yml b/.github/workflows/update-react.yml index 6c4bbeb37..49a473687 100644 --- a/.github/workflows/update-react.yml +++ b/.github/workflows/update-react.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: NPM install working-directory: dashboard run: npm install @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: repository: microsoft/netperf ref: deploy diff --git a/.github/workflows/xdp.yml b/.github/workflows/xdp.yml index f90c7d68e..71d5bf4ad 100644 --- a/.github/workflows/xdp.yml +++ b/.github/workflows/xdp.yml @@ -68,7 +68,7 @@ jobs: - ${{ matrix.vec.arch }} steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: repository: microsoft/xdp-for-windows ref: ${{ github.event.client_payload.sha || github.event.client_payload.ref || inputs.ref || 'main' }}