Skip to content

Commit 426e841

Browse files
committed
Update changelog
1 parent 8141cb4 commit 426e841

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/check-changelog.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
push:
77
branches:
88
- main
9-
paths-ignore:
10-
- '**.md'
119
workflow_dispatch:
1210

1311
jobs:

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,25 @@
44

55
[Full Changelog](https://github.com/pmd/pmd-github-action/compare/v1.0.0...HEAD)
66

7+
**Implemented enhancements:**
8+
9+
- Create inline annotations for found violations [\#7](https://github.com/pmd/pmd-github-action/issues/7)
10+
11+
**Fixed bugs:**
12+
13+
- Action doesn't work under Windows runner [\#21](https://github.com/pmd/pmd-github-action/issues/21)
14+
715
**Merged pull requests:**
816

917
- Add "Check changelog" job [\#23](https://github.com/pmd/pmd-github-action/pull/23) ([adangel](https://github.com/adangel))
18+
- Call pmd.bat under win32 [\#22](https://github.com/pmd/pmd-github-action/pull/22) ([adangel](https://github.com/adangel))
1019
- Bump @actions/artifact from 0.5.2 to 0.6.0 [\#20](https://github.com/pmd/pmd-github-action/pull/20) ([dependabot[bot]](https://github.com/apps/dependabot))
1120
- Bump eslint from 8.3.0 to 8.4.1 [\#19](https://github.com/pmd/pmd-github-action/pull/19) ([dependabot[bot]](https://github.com/apps/dependabot))
21+
- Avoid using deprecated CLI options for PMD \>= 6.41.0 [\#17](https://github.com/pmd/pmd-github-action/pull/17) ([adangel](https://github.com/adangel))
22+
- Add optional token parameter [\#16](https://github.com/pmd/pmd-github-action/pull/16) ([adangel](https://github.com/adangel))
1223
- Bump @vercel/ncc from 0.32.0 to 0.33.0 [\#15](https://github.com/pmd/pmd-github-action/pull/15) ([dependabot[bot]](https://github.com/apps/dependabot))
1324
- Bump jest from 27.4.2 to 27.4.3 [\#13](https://github.com/pmd/pmd-github-action/pull/13) ([dependabot[bot]](https://github.com/apps/dependabot))
25+
- Create annotations from sarif report [\#12](https://github.com/pmd/pmd-github-action/pull/12) ([adangel](https://github.com/adangel))
1426
- Bump jest from 27.4.0 to 27.4.2 [\#10](https://github.com/pmd/pmd-github-action/pull/10) ([dependabot[bot]](https://github.com/apps/dependabot))
1527
- Bump jest from 27.3.1 to 27.4.0 [\#9](https://github.com/pmd/pmd-github-action/pull/9) ([dependabot[bot]](https://github.com/apps/dependabot))
1628
- Bump actions/setup-node from 2.4.1 to 2.5.0 [\#8](https://github.com/pmd/pmd-github-action/pull/8) ([dependabot[bot]](https://github.com/apps/dependabot))

0 commit comments

Comments
 (0)