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]
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
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]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 becomes conflicted, 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. View repository job log here.