chore(deps): update pre-commit hook rhysd/actionlint to v1.7.0 #17
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.6.27
->v1.7.0
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers 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.0
Compare Source
action.yml
(oraction.yaml
). At this point, only very basic checks are implemented and contents ofsteps:
are not checked yet.runs:
section (e.g.main:
can be specified when it is a JavaScript action),branding:
properties, and so on.ERROR: 'description' section is missing
ERROR: Invalid icon name
ERROR: Node.js runtime version is too old
ERROR: The source file being run by this action does not exist
ERROR: 'env' configuration is only allowed for Docker actions
action.yml
as an argument ofactionlint
command. actionlint checks all local actions which are used by given workflows. If you want to use actionlint for your action development, prepare a test/example workflow which uses your action, and check it with actionlint instead.steps:
contents are planned to be implemented. Since several differences are expected betweensteps:
in workflow file andsteps:
in action metadata file (e.g. available contexts), the implementation is delayed to later version. And the current implementation of action metadata parser is ad hoc. I'm planning a large refactorying and breaking changes Go API around it are expected.runner.environment
property. (#412)node12
.ERROR: actions/checkout@v2 is using the outdated runner 'node12'
attestations
permission which was recently added to GitHub Actions as beta. (#418, thanks @bdehamer)ERROR: Comparing string to object is always evaluated to false
ERROR: Comparing boolean value with
>
doesn't make sensegoogle-github-actions/get-secretmanager-secrets
because this action sets outputs dynamically. (#404)defaults.run
is ignored on detecting the shell used inrun:
. (#409)This was wrongly detected as bash script
exclude:
items inmatrix:
when they are constructed from${{ }}
dynamically. (#414)actionlint complained this value didn't exist in matrix combinations
peaceiris/actions-hugo
actions/attest-build-provenance
actions/add-to-project
octokit/graphql-action
actionlint
executable by removing redundant data from popular actions data set.[Changes][v1.7.0]
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 Renovate Bot.