jbergstroem / hadolint-gh-action

A hadolint linter for github actions that provides code annotations (and more)
MIT License
12 stars 5 forks source link

chore(deps): rhysd/actionlint v1.6.23 #115

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Update Change
rhysd/actionlint patch 1.6.22 -> 1.6.23

Release Notes

rhysd/actionlint ### [`v1.6.23`](https://togithub.com/rhysd/actionlint/blob/HEAD/CHANGELOG.md#v1623-httpsgithubcomrhysdactionlintreleasestagv1623---19-Jan-2023) [Compare Source](https://togithub.com/rhysd/actionlint/compare/v1.6.22...v1.6.23) - Fix using [`vars` context](https://docs.github.com/en/actions/learn-github-actions/contexts#vars-context) causes 'undefined context' error. This context is for ['Variables' feature](https://docs.github.com/en/actions/learn-github-actions/variables) which was recently added to GitHub Actions. ([#​260](https://togithub.com/rhysd/actionlint/issues/260)) ```yaml - name: Use variables run: | echo "repository variable : ${{ vars.REPOSITORY_VAR }}" echo "organization variable : ${{ vars.ORGANIZATION_VAR }}" echo "overridden variable : ${{ vars.OVERRIDE_VAR }}" echo "variable from shell environment : $env_var" ``` - Fix 'no property' error on accessing some `github` context's properties which were added recently. ([#​259](https://togithub.com/rhysd/actionlint/issues/259)) - Update popular actions data set and add some new actions to it - [actions/dependency-review-action](https://togithub.com/actions/dependency-review-action) - [dtolnay/rust-toolchain](https://togithub.com/dtolnay/rust-toolchain) - Playground is improved by making the right pane sticky. It is useful when many errors are reported. ([#​253](https://togithub.com/rhysd/actionlint/issues/253), thanks [@​ericcornelissen](https://togithub.com/ericcornelissen)) - Update Go modules dependencies and playground dependencies \[Changes]\[v1.6.23]