Bump actions/checkout from 3.1.0 to 3.2.0 (#1762)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](93ea575cb5...755da8c3cf)

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

Signed-off-by: dependabot[bot] <support@github.com>

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] 2022-12-17 11:27:26 -07:00 коммит произвёл GitHub
Родитель 0b293ad804
Коммит b787daf4ba
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
7 изменённых файлов: 8 добавлений и 8 удалений

2
.github/workflows/nuget_update.yaml поставляемый
Просмотреть файл

@ -32,7 +32,7 @@ jobs:
steps:
# Check out the main repo.
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
with:
# Only check out main repo, not submodules.
ref: ${{ github.event.workflow_run.head_branch }}

2
.github/workflows/ossar-scan.yml поставляемый
Просмотреть файл

@ -36,7 +36,7 @@ jobs:
steps:
# Checking out the branch is needed to correctly log security alerts.
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
with:
# Only check out main repo, not submodules.
ref: ${{ github.event.workflow_run.head_branch }}

2
.github/workflows/reusable-build.yml поставляемый
Просмотреть файл

@ -55,7 +55,7 @@ jobs:
LD_FLAGS: ${{inputs.ld_flags}}
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
with:
submodules: 'recursive'

2
.github/workflows/reusable-cmake-build.yml поставляемый
Просмотреть файл

@ -34,7 +34,7 @@ jobs:
PLATFORM_TOOLSET: v143
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
with:
submodules: 'recursive'

4
.github/workflows/reusable-test.yml поставляемый
Просмотреть файл

@ -74,7 +74,7 @@ jobs:
# Checking out the branch is needed to gather correct code coverage data.
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
# Only check out source code if code coverage is being gathered.
if: inputs.code_coverage == true
with:
@ -82,7 +82,7 @@ jobs:
ref: ${{ github.event.workflow_run.head_branch }}
# Perform shallow checkout for self-hosted runner.
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
if: inputs.environment == 'ebpf_cicd_tests'
with:
ref: ${{ github.event.workflow_run.head_branch }}

2
.github/workflows/scorecards-analysis.yml поставляемый
Просмотреть файл

@ -30,7 +30,7 @@ jobs:
steps:
- name: "Checkout code"
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
with:
persist-credentials: false

2
.github/workflows/update-docs.yml поставляемый
Просмотреть файл

@ -38,7 +38,7 @@ jobs:
run: |
sudo apt install doxygen
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- name: Clone docs
run: |