chore(deps): all non-major dependencies #290
Merged
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.19.0
->v1.21.0
v3.1.0
->v3.2.0
v3.2.0
->v3.3.0
1.6.27
->1.7.1
Release Notes
crate-ci/typos (crate-ci/typos)
v1.21.0
Compare Source
[1.21.0] - 2024-04-30
Fixes
v1.20.10
Compare Source
[1.20.10] - 2024-04-23
Fixes
doas
, the OpenBSD commandv1.20.9
Compare Source
[1.20.9] - 2024-04-16
Fixes
dBA
(as an identifier to limit to that case)v1.20.8
Compare Source
[1.20.8] - 2024-04-12
Fixes
kms
inout
v1.20.7
Compare Source
[1.20.7] - 2024-04-09
Fixes
.pyi
files as Pythonv1.20.6
Compare Source
[1.20.6] - 2024-04-09
Fixes
automations
v1.20.5
Compare Source
[1.20.5] - 2024-04-09
Fixes
hd
v1.20.4
Compare Source
[1.20.4] - 2024-04-04
Fixes
ans
v1.20.3
Compare Source
[1.20.3] - 2024-04-02
arange
in PythonEOFError
in Pythonv1.20.2
Compare Source
[1.20.2] - 2024-04-02
Fixes
ang
('angle' abbreviation)dur
('duration' abbreviation)lst
(used in place of 'list' when its a built-in)GUID
acronymIIS
acronymIME
acronymIOT
acronymro
acronymws
abbreviationJST
timezonedonw
todone
v1.20.1
Compare Source
[1.20.1] - 2024-04-01
Fixes
og
(OpenGraph's namespace), a regression from 1.20.0Fixes
eof
, a regression from 1.20.0v1.20.0
Compare Source
[1.20.0] - 2024-04-01
Fixes
spile
docker/login-action (docker/login-action)
v3.2.0
Compare Source
Full Changelog: docker/login-action@v3.1.0...v3.2.0
docker/setup-buildx-action (docker/setup-buildx-action)
v3.3.0
Compare Source
rhysd/actionlint (rhysd/actionlint)
v1.7.1
Compare Source
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]