csvalpha / sofia

S.O.F.I.A. - Streepsysteem der C.S.V. Alpha
https://streep.csvalpha.nl
MIT License
5 stars 2 forks source link

chore(deps): update dependency rhysd/actionlint to v1.6.23 #845

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

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]

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.