Update mise tools - #70
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.71.1→2.72.01.54.0→1.54.11.54.0→1.54.11.28.0→1.29.0Release Notes
twpayne/chezmoi (chezmoi)
v2.72.0Compare Source
Changelog
Features
f81cb32feat: Fix multiple security vulns thanks to secur0.com1e51cc5feat: Add shellQuote and shellQuoteList template funcs4249f4ffeat: Add gopassCat template functiona7d91a5feat: Add debugf template functionFixes
0ad679afix: Tighten permissions on temporary files4031be1fix: Ensure HTTP cache dir is privateba5a19afix: Disallow relative paths with /.. suffix1fe7627fix: Disallow .. in ignore and remove patterns3c9e70bfix: Disallow .. paths in mackup files01b60ddfix: Disallow filenames that resolve to .5cdaf4efix: Improve handling of untrusted relative pathse8a57dcfix: Disallow .. paths in .chezmoiroot76e2ddffix: Reject negative format-indent-width template directives840f682fix: Ensure that secret keyring get command always writes a private filef7282b8fix: Ensure that age-keygen always writes a private filee7cbe71fix: Make persistent state directory private by default0d6fc2bfix: Prevent directory escape in tar and rar archives239cc6bfix: Disallow file and dir names that resolve to ..Documentation
a331111docs: Use more robust quoting functions in examples80441a5docs: Add link to article6cd634ddocs: Add link to articlejdx/hk (hk)
v1.54.1Compare Source
🐛 Bug Fixes
🔍 Other Changes
📦️ Dependency Updates
zizmorcore/zizmor (zizmor)
v1.29.0Compare Source
New Features 🌈🔗
zizmor now has experimental support for auditing pre-commit inputs, meaning both pre-commit configuration and hook definitions (#2209)
New audit: insecure-url-scheme detects usages of insecure (i.e. plaintext) protocols when making network requests. The initial version of this audit is limited to pre-commit inputs only (#2228)
zizmor now supports GitHub's "self-repository" reference syntax for local actions, e.g.
uses: $/foo/barinstead of a manual checkout anduses: ./foo/bar(#2248)Changes⚠️ 🔗
uses:clauses, whereas unpinned-images is now responsible fordocker://-styleuses:clauses (in addition to already checking other image references) (#2222)Removals 🌅🔗
--collect=workflows-onlyand--collect=actions-onlyhave been fully removed. Use--collect=workflowsand--collect=actionsfor the replacement behavior (#2242)Bug Fixes 🐛🔗
Fixed a bug where zizmor would reject a valid workflow definition for containing a literal jobs..outputs. value for being a non-string (#2220)
Fixed a bug where the github-app audit would incorrectly flag some usages as needing a repositories: key, despite requesting organization-level-only permissions (#2227)
Fixed a class of bugs where zizmor would discover the user's configuration in unintuitive ways. When auditing from a Git repository, zizmor now uses the repository root to discover configuration consistently (#2234)
Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.