Skip to content

Commit 1a8f391

Browse files
committed
update changelog for v1.7.6 changes
1 parent d2d4da5 commit 1a8f391

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
<a id="v1.7.5"></a>
214
# [v1.7.5](https://github.com/rhysd/actionlint/releases/tag/v1.7.5) - 2024-12-28
315

@@ -798,7 +810,7 @@
798810
- 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))
799811
```yaml
800812
jobs:
801-
ReuseableMatrixJobForDeployment:
813+
ReusableMatrixJobForDeployment:
802814
strategy:
803815
matrix:
804816
target: [dev, stage, prod]
@@ -931,7 +943,7 @@
931943
```
932944
- 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))
933945
- 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))
935947
```yaml
936948
on:
937949
workflow_dispatch:
@@ -1840,6 +1852,7 @@ See documentation for more details:
18401852
[Changes][v1.0.0]
18411853

18421854

1855+
[v1.7.6]: https://github.com/rhysd/actionlint/compare/v1.7.5...v1.7.6
18431856
[v1.7.5]: https://github.com/rhysd/actionlint/compare/v1.7.4...v1.7.5
18441857
[v1.7.4]: https://github.com/rhysd/actionlint/compare/v1.7.3...v1.7.4
18451858
[v1.7.3]: https://github.com/rhysd/actionlint/compare/v1.7.2...v1.7.3

0 commit comments

Comments
 (0)