Bump actions/checkout from 4.1.1 to 4.2.1 (#881)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.1...eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871)

---
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] 2024-10-18 20:58:33 -05:00 коммит произвёл GitHub
Родитель 97d5a59a24
Коммит d02b0d3a6a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -59,7 +59,7 @@ jobs:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # master
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # master
with:
fetch-depth: 0

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

@ -37,7 +37,7 @@ jobs:
egress-policy: audit
- name: "Checkout code"
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
persist-credentials: false