Bump actions/checkout from 4.1.1 to 4.1.2 (#4204)

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](b4ffde65f4...9bb56186c3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-11 11:34:50 -04:00 коммит произвёл GitHub
Родитель b349e1350a
Коммит c60d710113
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
23 изменённых файлов: 35 добавлений и 35 удалений

Просмотреть файл

@ -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 }}

2
.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 }}

2
.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 }}

2
.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 }}

2
.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@09f2f74827fd3a8607589e5ad7f9398816f540fe
with:

2
.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

2
.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

2
.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

10
.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:

2
.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'

2
.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

2
.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

2
.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

2
.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

2
.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

2
.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

4
.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:

2
.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:

2
.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

4
.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:

2
.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

6
.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

6
.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