chore(deps): update actions/checkout action to v4.3.1
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| actions/checkout | action | minor | v4.2.2 → v4.3.1 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/checkout (actions/checkout)
v4.3.1
What's Changed
- Port v6 cleanup to v4 by @ericsciple in #2305
Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.1
v4.3.0
What's Changed
- docs: update README.md by @motss in #1971
- Add internal repos for checking out multiple repositories by @mouismail in #1977
- Documentation update - add recommended permissions to Readme by @benwells in #2043
- Adjust positioning of user email note and permissions heading by @joshmgross in #2044
- Update README.md by @nebuk89 in #2194
- Update CODEOWNERS for actions by @TingluoHuang in #2224
- Update package dependencies by @salmanmkc in #2236
- Prepare release v4.3.0 by @salmanmkc in #2237
New Contributors
- @motss made their first contribution in #1971
- @mouismail made their first contribution in #1977
- @benwells made their first contribution in #2043
- @nebuk89 made their first contribution in #2194
- @salmanmkc made their first contribution in #2236
Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
:cry: zizmor failed with exit code 14.
Expand for full output
error[excessive-permissions]: overly broad permissions
--> ./.github/workflows/release-python.yml:9:3
|
9 | contents: write
| ^^^^^^^^^^^^^^^ contents: write is overly broad at the workflow level
|
= note: audit confidence → High
error[excessive-permissions]: overly broad permissions
--> ./.github/workflows/release-ruby.yml:9:3
|
9 | contents: write
| ^^^^^^^^^^^^^^^ contents: write is overly broad at the workflow level
|
= note: audit confidence → High
error[excessive-permissions]: overly broad permissions
--> ./.github/workflows/release.yml:6:3
|
6 | contents: write
| ^^^^^^^^^^^^^^^ contents: write is overly broad at the workflow level
|
= note: audit confidence → High
21 findings (3 ignored, 15 suppressed): 0 informational, 0 low, 0 medium, 3 high