chore(github-actions): update ppat/github-workflows (v4.4.0 -> v5.0.0) - #780
Closed
ppat-self-hosted-renovate-bot[bot] wants to merge 1 commit into
Closed
chore(github-actions): update ppat/github-workflows (v4.4.0 -> v5.0.0)#780ppat-self-hosted-renovate-bot[bot] wants to merge 1 commit into
ppat-self-hosted-renovate-bot[bot] wants to merge 1 commit into
Conversation
ppat
added a commit
that referenced
this pull request
Aug 20, 2026
#781) Bump every ppat/github-workflows ref used by this repo (detect-changed-files, lint-github-actions, lint-markdown, lint-pre-commit, lint-renovate-config-check, lint-shellcheck, lint-yaml, lint-zizmor, renovate) to v5.0.1, preserving the repo-specific mise_ignore_cfg input on every call site. v5's lint-github-actions.yaml bumps actionlint v1.7.4 -> v1.7.12, which turns on its `-shellcheck` integration (previously inert against this repo: v1.7.4 found nothing even with the same flags). That integration appends `--norc`, so this repo's `.shellcheckrc` disable list does not filter it. Reproducing it locally surfaced two SC2046 findings, both `chezmoi execute-template --source=$(pwd)` in the local `chezmoi` job's run: blocks (lint.yaml:95,117). Quoting `$(pwd)` there is a pure hardening fix, not a suppression: argv is byte-identical to the unquoted form for any cwd without whitespace/glob characters (which `working-directory: ./current` always is in CI), and only diverges in the pathological case quoting exists to guard against. Supersedes #780.
Owner
|
Superseded by #781 (v5.0.1). |
ppat-self-hosted-renovate-bot
Bot
deleted the
renovate/ppat-github-workflows-5.x
branch
August 21, 2026 04:18
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:
v4.4.0→v5.0.0Release Notes
ppat/github-workflows (ppat/github-workflows)
v5.0.0Compare Source
🧹 Miscellaneous
✨ Features
🚀 Enhancements + Bug Fixes
Configuration
📅 Schedule: (in timezone US/Eastern)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.