Pin dependencies#290
Conversation
|
93273ff to
72c65a5
Compare
|
SummaryThis Renovate-generated PR pins GitHub Actions workflow dependencies to specific commit SHAs, replacing floating version references like Note: The actual versions pinned in the workflows differ from those listed in the PR description:
Reviewers should verify these versions are intentional, not accidental updates. What reviewers should knowFiles modified: All
Security context: Pinning to commit SHAs prevents unexpected action behavior from future version releases while still maintaining version comments for reference. Verification needed: Cross-check the actual pinned versions (in the
|
72c65a5 to
18c861e
Compare
|
There was a problem hiding this comment.
LGTM! ✅
Clean dependency-pinning PR with no bugs or logic issues. The versions actually pinned in the workflows differ from the PR description: ci-github-actions is pinned to 1.4.0 (description says 1.3.35) and gh-action_release to 7.0.1 (description says 7.0.0). This is a known Renovate behaviour — the description can fall out of sync if the upstream tag moves between when Renovate opens the PR and when it commits. The SHAs in the workflows are what matters; confirm they resolve to the intended tags before merging.
18c861e to
5ea85e2
Compare
|
5ea85e2 to
08740c6
Compare
08740c6 to
9af7da3
Compare
9af7da3 to
4b7c790
Compare
4b7c790 to
012d4be
Compare
012d4be to
2f46314
Compare
2f46314 to
8fd3dc6
Compare
8fd3dc6 to
f23e8f1
Compare
f23e8f1 to
20cb969
Compare
d726d97 to
c1059e0
Compare
c1059e0 to
950488e
Compare
|
|








This PR contains the following updates:
v1→1.7.21.1.0→1.2.0v3→3.0.5v7→7.4.0v7→v7.0.0v4.1.0→v4.2.0Add the preset
:preserveSemverRangesto your config if you don't want to pin your dependencies.Release Notes
SonarSource/gh-action_pre-commit (SonarSource/gh-action_pre-commit)
v1.2.0Compare Source
What's Changed
New Contributors
Full Changelog: SonarSource/gh-action_pre-commit@1.1.0...1.2.0
jdx/mise-action (jdx/mise-action)
v4.2.0: : Bootstrap mode & wget fallbackCompare Source
This release adds an opt-in bootstrap mode for projects that use
mise bootstrap, and makes the action work on runner images that shipwgetbut notcurl.Added
Bootstrap mode (#522) by @jdx
Three new inputs let the action drive
mise bootstrapinstead ofmise install:bootstrap: true, the action runsmise bootstrapunder the existinginstallgate and setsMISE_EXPERIMENTAL=1automatically.mise --locked bootstrap, matching the auto-lock behavior introduced formise installin v4.1.0.install_argscannot be combined withbootstrap: true— the action fails fast and tells you to usebootstrap_skip/bootstrap_argsinstead, because full bootstrap doesn't support partial tool install args.{{bootstrap_hash}}template variable is included in the default cache key (and available in customcache_keytemplates) so bootstrap and non-bootstrap configurations don't share caches.bootstrap_skiprelies onmise bootstrap --skipfrom jdx/mise#10497, so make sure you're on a recent mise version if you use it.Fixed
wgetwhencurlis unavailable (#521) by @risu729 — The action used to hard-codecurlfor fetching the mise binary, tar/zip archives, and the latestVERSIONlookup, which broke on minimal runner images that only shipwget. It now preferscurland transparently falls back towget, preserving the streamingdownload | tarfast path for.tar.gzand.tar.zstinstalls on Linux/macOS. Proxy support is unchanged — both tools honorHTTP_PROXY/HTTPS_PROXY. Addresses jdx/mise#10488.Documentation
Full Changelog: jdx/mise-action@v4.1.0...v4.2.0
Configuration
📅 Schedule: (in timezone Europe/Paris)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.