rhysd/actionlint (rhysd/actionlint)
### [`v1.6.27`](https://togithub.com/rhysd/actionlint/blob/HEAD/CHANGELOG.md#v1627---24-Feb-2024)
[Compare Source](https://togithub.com/rhysd/actionlint/compare/v1.6.26...v1.6.27)
- Add macOS 14 runner labels for [Apple Silicon support](https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/). The following labels are added. (thanks [@harryzcy](https://togithub.com/harryzcy), [#392](https://togithub.com/rhysd/actionlint/issues/392))
- `macos-14`
- `macos-14-xlarge`
- `macos-14-large`
- Remove `ubuntu-18.04` runner label from runners list since [it is no longer supported](https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/). ([#363](https://togithub.com/rhysd/actionlint/issues/363))
- Allow glob patterns in `self-hosted-runner.labels` configuration. For example, the following configuration defines any runner labels prefixed with `private-linux-`. (thanks [@kishaningithub](https://togithub.com/kishaningithub), [#378](https://togithub.com/rhysd/actionlint/issues/378))
```yaml
self-hosted-runner:
labels:
- private-linux-*
```
- Fix a race condition bug when `-format` option is used for linting multiple workflow files. Thanks [@ReinAchten-TomTom](https://togithub.com/ReinAchten-TomTom) for your help on the investigation. ([#370](https://togithub.com/rhysd/actionlint/issues/370))
- Fix a race condition due to conflicts between some goroutine which starts to run shellcheck process and other goroutine which starts to wait until all processes finish.
- The popular actions data set was updated to the latest and the following actions were newly added. (thanks [@jmarshall](https://togithub.com/jmarshall), [#380](https://togithub.com/rhysd/actionlint/issues/380))
- `google-github-actions/auth`
- `google-github-actions/get-secretmanager-secrets`
- `google-github-actions/setup-gcloud`
- `google-github-actions/upload-cloud-storage`
- `pulumi/actions`
- `pypa/gh-action-pypi-publish`
- Add support for larger runner labels. The following labels are added. (thanks [@therealdwright](https://togithub.com/therealdwright), [#371](https://togithub.com/rhysd/actionlint/issues/371))
- `windows-latest-8-cores`
- `ubuntu-latest-4-cores`
- `ubuntu-latest-8-cores`
- `ubuntu-latest-16-cores`
- The following WebHook types are supported for `pull_request` event.
- `enqueued`
- `dequeued`
- `milestoned`
- `demilestoned`
- Explain how to control shellckeck behavior in the [shellcheck rule document](https://togithub.com/rhysd/actionlint/blob/main/docs/checks.md#check-shellcheck-integ). Use `SHELLCHECK_OPTS` environment variable to pass arguments to shellcheck. See [the shellcheck's official document](https://togithub.com/koalaman/shellcheck/wiki/Integration#environment-variables) for more details.
```
```
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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:
v1.6.26
->v1.6.27
Release Notes
rhysd/actionlint (rhysd/actionlint)
### [`v1.6.27`](https://togithub.com/rhysd/actionlint/blob/HEAD/CHANGELOG.md#v1627---24-Feb-2024) [Compare Source](https://togithub.com/rhysd/actionlint/compare/v1.6.26...v1.6.27) - Add macOS 14 runner labels for [Apple Silicon support](https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/). The following labels are added. (thanks [@harryzcy](https://togithub.com/harryzcy), [#392](https://togithub.com/rhysd/actionlint/issues/392)) - `macos-14` - `macos-14-xlarge` - `macos-14-large` - Remove `ubuntu-18.04` runner label from runners list since [it is no longer supported](https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/). ([#363](https://togithub.com/rhysd/actionlint/issues/363)) - Allow glob patterns in `self-hosted-runner.labels` configuration. For example, the following configuration defines any runner labels prefixed with `private-linux-`. (thanks [@kishaningithub](https://togithub.com/kishaningithub), [#378](https://togithub.com/rhysd/actionlint/issues/378)) ```yaml self-hosted-runner: labels: - private-linux-* ``` - Fix a race condition bug when `-format` option is used for linting multiple workflow files. Thanks [@ReinAchten-TomTom](https://togithub.com/ReinAchten-TomTom) for your help on the investigation. ([#370](https://togithub.com/rhysd/actionlint/issues/370)) - Fix a race condition due to conflicts between some goroutine which starts to run shellcheck process and other goroutine which starts to wait until all processes finish. - The popular actions data set was updated to the latest and the following actions were newly added. (thanks [@jmarshall](https://togithub.com/jmarshall), [#380](https://togithub.com/rhysd/actionlint/issues/380)) - `google-github-actions/auth` - `google-github-actions/get-secretmanager-secrets` - `google-github-actions/setup-gcloud` - `google-github-actions/upload-cloud-storage` - `pulumi/actions` - `pypa/gh-action-pypi-publish` - Add support for larger runner labels. The following labels are added. (thanks [@therealdwright](https://togithub.com/therealdwright), [#371](https://togithub.com/rhysd/actionlint/issues/371)) - `windows-latest-8-cores` - `ubuntu-latest-4-cores` - `ubuntu-latest-8-cores` - `ubuntu-latest-16-cores` - The following WebHook types are supported for `pull_request` event. - `enqueued` - `dequeued` - `milestoned` - `demilestoned` - Explain how to control shellckeck behavior in the [shellcheck rule document](https://togithub.com/rhysd/actionlint/blob/main/docs/checks.md#check-shellcheck-integ). Use `SHELLCHECK_OPTS` environment variable to pass arguments to shellcheck. See [the shellcheck's official document](https://togithub.com/koalaman/shellcheck/wiki/Integration#environment-variables) for more details. ``` ```Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.