Bump actions/checkout from 4.0.0 to 4.1.0 (#2892)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](3df4ab11eb...8ade135a41)

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

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-09-23 22:05:57 -07:00 коммит произвёл GitHub
Родитель c3d4dc9489
Коммит c5a507681d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
6 изменённых файлов: 7 добавлений и 7 удалений

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

@ -32,7 +32,7 @@ jobs:
steps:
# Check out the main repo.
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
if: steps.skip_check.outputs.should_skip != 'true'
with:
# Only check out main repo, not submodules.

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

@ -75,7 +75,7 @@ jobs:
powershell.exe "echo 'msvc_tools_path=%VCToolsInstallDir%' | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append"
powershell.exe "echo 'msvc_tools_version=%VCToolsVersion%' | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append"
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
if: steps.skip_check.outputs.should_skip != 'true'
with:
submodules: 'recursive'

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

@ -91,7 +91,7 @@ jobs:
paths_ignore: '["**.md", "**/docs/**"]'
# Checking out the branch is needed to gather correct code coverage data.
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
# Only check out source code if code coverage is being gathered.
if: (inputs.code_coverage == true) && (steps.skip_check.outputs.should_skip != 'true')
with:
@ -99,7 +99,7 @@ jobs:
ref: ${{ github.event.workflow_run.head_branch }}
# Perform shallow checkout for self-hosted runner.
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
if: (inputs.environment == 'ebpf_cicd_tests_ws2019' || inputs.environment == 'ebpf_cicd_tests_ws2022' || inputs.environment == 'ebpf_cicd_perf_ws2022') && (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@3df4ab11eba7bda6032a0b82a6bb43b11571feac
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
with:
persist-credentials: false

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

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