|
| 1 | +<a id="v1.7.6"></a> |
| 2 | +# [v1.7.6](https://github.com/rhysd/actionlint/releases/tag/v1.7.6) - 2025-01-04 |
| 3 | + |
| 4 | +- Using contexts at specific workflow keys is incorrectly reported as not allowed. Affected workflow keys are as follows. ([#495](https://github.com/rhysd/actionlint/issues/495), [#497](https://github.com/rhysd/actionlint/issues/497), [#498](https://github.com/rhysd/actionlint/issues/498), [#500](https://github.com/rhysd/actionlint/issues/500)) |
| 5 | + - `jobs.<job_id>.steps.with.args` |
| 6 | + - `jobs.<job_id>.steps.with.entrypoint` |
| 7 | + - `jobs.<job_id>.services.<service_id>.env` |
| 8 | +- Update Go dependencies to the latest. |
| 9 | + |
| 10 | +[Changes][v1.7.6] |
| 11 | + |
| 12 | + |
1 | 13 | <a id="v1.7.5"></a>
|
2 | 14 | # [v1.7.5](https://github.com/rhysd/actionlint/releases/tag/v1.7.5) - 2024-12-28
|
3 | 15 |
|
|
798 | 810 | - Allow workflow calls are available in matrix jobs. See [the official announcement](https://github.blog/changelog/2022-08-22-github-actions-improvements-to-reusable-workflows-2/) for more details. ([#197](https://github.com/rhysd/actionlint/issues/197))
|
799 | 811 | ```yaml
|
800 | 812 | jobs:
|
801 |
| - ReuseableMatrixJobForDeployment: |
| 813 | + ReusableMatrixJobForDeployment: |
802 | 814 | strategy:
|
803 | 815 | matrix:
|
804 | 816 | target: [dev, stage, prod]
|
|
931 | 943 | ```
|
932 | 944 | - Fix usage of local actions (`uses: ./path/to/action`) was not checked when multiple workflow files were passed to `actionlint` command. ([#173](https://github.com/rhysd/actionlint/issues/173))
|
933 | 945 | - Allow `description:` is missing in `secrets:` of reusable workflow call definition since it is optional. ([#174](https://github.com/rhysd/actionlint/issues/174))
|
934 |
| -- Fix type of propery of `github.event.inputs` is string unlike `inputs` context. See [the document](https://github.com/rhysd/actionlint/blob/main/docs/checks.md#workflow-dispatch-event-validation) for more details. ([#181](https://github.com/rhysd/actionlint/issues/181)) |
| 946 | +- Fix type of property of `github.event.inputs` is string unlike `inputs` context. See [the document](https://github.com/rhysd/actionlint/blob/main/docs/checks.md#workflow-dispatch-event-validation) for more details. ([#181](https://github.com/rhysd/actionlint/issues/181)) |
935 | 947 | ```yaml
|
936 | 948 | on:
|
937 | 949 | workflow_dispatch:
|
@@ -1840,6 +1852,7 @@ See documentation for more details:
|
1840 | 1852 | [Changes][v1.0.0]
|
1841 | 1853 |
|
1842 | 1854 |
|
| 1855 | +[v1.7.6]: https://github.com/rhysd/actionlint/compare/v1.7.5...v1.7.6 |
1843 | 1856 | [v1.7.5]: https://github.com/rhysd/actionlint/compare/v1.7.4...v1.7.5
|
1844 | 1857 | [v1.7.4]: https://github.com/rhysd/actionlint/compare/v1.7.3...v1.7.4
|
1845 | 1858 | [v1.7.3]: https://github.com/rhysd/actionlint/compare/v1.7.2...v1.7.3
|
|
0 commit comments