Skip to content

Commit 7fb9291

Browse files
authored
chore(deps): update actions/checkout action to v3.7.0 (#14099)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | minor | `v3.6.0` → `v3.7.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/7649) for more information. --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v3.7.0`](https://redirect.github.com/actions/checkout/releases/tag/v3.7.0) [Compare Source](https://redirect.github.com/actions/checkout/compare/v3.6.0...v3.7.0) #### What's Changed - **\[BREAKING]** backport `allow-unsafe-pr-checkout` to v3 by [@&#8203;aiqiaoy](https://redirect.github.com/aiqiaoy) in [#&#8203;2503](https://redirect.github.com/actions/checkout/pull/2503) - backport fixes to releases-v3 by [@&#8203;aiqiaoy](https://redirect.github.com/aiqiaoy) in [#&#8203;2525](https://redirect.github.com/actions/checkout/pull/2525) <https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/> for more details about this breaking change **Full Changelog**: <actions/checkout@v3.6.0...v3.7.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/google-cloud-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zMi42IiwidXBkYXRlZEluVmVyIjoiNDQuMzIuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 57aaf8d commit 7fb9291

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unmanaged_dependency_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
unmanaged_dependency_check:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
11+
- uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0
1212
with:
1313
persist-credentials: false
1414
- uses: actions/setup-java@e9fbacdec3bb3b6036605a3e6f7995d66773a8c6 # v3.14.2

0 commit comments

Comments
 (0)