chore(deps): update pre-commit hook rhysd/actionlint to v1.7.7#58
Merged
Conversation
de03cb8 to
b1ff1fe
Compare
b1ff1fe to
db3ba89
Compare
db3ba89 to
10e2765
Compare
10e2765 to
fad0a78
Compare
fad0a78 to
4252776
Compare
4252776 to
ddddd7b
Compare
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:
v1.7.1->v1.7.7Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
rhysd/actionlint (rhysd/actionlint)
v1.7.7Compare Source
ubuntu-24.04-armubuntu-22.04-arm[Changes][v1.7.7]
v1.7.6Compare Source
jobs.<job_id>.steps.with.argsjobs.<job_id>.steps.with.entrypointjobs.<job_id>.services.<service_id>.env[Changes][v1.7.6]
v1.7.5Compare Source
${{ }}placeholders following the 'Context availability' table in the official document.jobs.<job_id>.defaults.run.shellallowsenvcontext butshellworkflow keys in other places allow no context.ERROR: No context is available here
OK: 'env' context is available here
ERROR: No context is available here
fromJSON()call. This pattern is popular to create array or object constants because GitHub Actions does not provide the literal syntax for them. See the document for more details. (#464)ERROR: Key 'mac' does not exist in the object returned by the fromJSON()
ERROR: Broken JSON string passed to fromJSON.
v1.7.4Compare Source
node16runner. Thenode16runner will reach the end of life on November 12.node20runner.node20soon, please consider to ignore the error by thepathsconfiguration described below.actions/upload-artifact@v3andactions/download-artifact@v3on GHES, please replace them withactions/upload-artifact@v3-node20andactions/download-artifact@v3-node20. (#468)actionlint.yml(oractionlint.yaml). Please see the document for more details. (#217, #342)pathsis a mapping from the file path glob pattern to the corresponding configuration. Theignoreconfiguration is a list of regular expressions to match error messages (similar to the-ignorecommand line option).paths:This pattern matches any YAML file under the '.github/workflows/' directory.
Ignore the specific error from shellcheck
This pattern only matches '.github/workflows/release.yaml' file.
Ignore errors from the old runner check. This may be useful for (outdated) self-hosted runner environment.
github.head_ref, but it is safe because it's passed to thecontains()argument.gcr.ioandgcr.devas the correct container registry hosts. (#463, thanks @takaidohigasi)docker://gcr.io/....macos-x.0runner labels which are no longer available. (#452)SC2043rule because it can cause false positives on checkingrun:. (#355)needsdependencies.format()function was not applied when the function name contains upper case likeFormat(). Note that function names in${{ }}placeholders are case-insensitive.refandcommitoutputs ofactions/checkout.actions/cache/saveandactions/cache/restoreto the popular actions data set.mainbranch.Linter.LintStdinmethod dedicated to linting STDIN instead of handling STDIN inCommand.check-checksscript to maintain the 'Checks' document. It automatically updates the outputs and playground links for example inputs in the document. It also checks the document is up-to-date on CI. Please read the document for more details.Documentation
[Changes][v1.7.4]
v1.7.3Compare Source
macos-11runner labels because macOS 11 runner was dropped on 6/28/2024. (#451, thanks @muzimuzhi)macos-15,macos-15-large, andmacos-15-xlargerunner labels. The macOS 15 runner is not globally available yet, but they are available in beta. (#453, thanks @muzimuzhi)actionlint_{version}_checksums.txt. (#449)download-pathoutput is missing inactions/download-artifact@v3action. (#442)actions/download-artifact@v4was not affected by this issue.Documentation
[Changes][v1.7.3]
v1.7.2Compare Source
merge_groupevent. (#448, thanks @muzimuzhi)[Changes][v1.7.2]
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 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 Renovate Bot.