Bump actions/checkout from 3.5.2 to 3.5.3 (#2578)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8e5e7e5ab8...c85c95e3d7)

---
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] 2023-06-11 19:59:21 -07:00 коммит произвёл GitHub
Родитель d4cdcab8a4
Коммит cc1c6a8042
Не найден ключ, соответствующий данной подписи
Идентификатор ключа 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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with:
# Only check out main repo, not submodules.
ref: ${{ github.event.workflow_run.head_branch }}

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

@ -42,7 +42,7 @@ jobs:
paths_ignore: '["**.md", "**/docs/**"]'
# Checking out the branch is needed to correctly log security alerts.
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
if: steps.skip_check.outputs.should_skip != 'true'
with:
# Only check out main repo, not submodules.

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

@ -68,7 +68,7 @@ jobs:
cancel_others: 'false'
paths_ignore: '["**.md", "**/docs/**"]'
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
if: steps.skip_check.outputs.should_skip != 'true'
with:
submodules: 'recursive'

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

@ -40,7 +40,7 @@ jobs:
cancel_others: 'false'
paths_ignore: '["**.md", "**/docs/**"]'
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
if: steps.skip_check.outputs.should_skip != 'true'
with:
submodules: 'recursive'

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

@ -88,7 +88,7 @@ jobs:
paths_ignore: '["**.md", "**/docs/**"]'
# Checking out the branch is needed to gather correct code coverage data.
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
# Only check out source code if code coverage is being gathered.
if: (inputs.code_coverage == true) && (steps.skip_check.outputs.should_skip != 'true')
with:
@ -96,7 +96,7 @@ jobs:
ref: ${{ github.event.workflow_run.head_branch }}
# Perform shallow checkout for self-hosted runner.
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
if: (inputs.environment == 'ebpf_cicd_tests') && (steps.skip_check.outputs.should_skip != 'true')
with:
ref: ${{ github.event.workflow_run.head_branch }}

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

@ -45,7 +45,7 @@ jobs:
- name: "Checkout code"
if: github.ref_name == 'main'
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with:
persist-credentials: false

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

@ -41,7 +41,7 @@ jobs:
run: |
sudo apt install doxygen
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Clone docs
run: |