| 
6 | 6 | 
 
  | 
7 | 7 | **Implemented enhancements:**  | 
8 | 8 | 
 
  | 
9 |  | -- Support analyzing only modified files [\#6](https://github.com/pmd/pmd-github-action/issues/6)  | 
10 | 9 | - Create inline annotations for found violations [\#7](https://github.com/pmd/pmd-github-action/issues/7)  | 
 | 10 | +- Support analyzing only modified files [\#6](https://github.com/pmd/pmd-github-action/issues/6)  | 
11 | 11 | 
 
  | 
12 | 12 | **Fixed bugs:**  | 
13 | 13 | 
 
  | 
14 | 14 | - Action doesn't work under Windows runner [\#21](https://github.com/pmd/pmd-github-action/issues/21)  | 
15 | 15 | 
 
  | 
16 | 16 | **Merged pull requests:**  | 
17 | 17 | 
 
  | 
18 |  | -- Determine modified files for pull requests and pushes [\#24](https://github.com/pmd/pmd-github-action/pull/24) ([adangel](https://github.com/adangel))  | 
19 | 18 | - Bump @actions/artifact from 0.6.0 to 0.6.1 [\#27](https://github.com/pmd/pmd-github-action/pull/27) ([dependabot[bot]](https://github.com/apps/dependabot))  | 
20 | 19 | - Bump jest from 27.4.3 to 27.4.5 [\#26](https://github.com/pmd/pmd-github-action/pull/26) ([dependabot[bot]](https://github.com/apps/dependabot))  | 
 | 20 | +- Determine modified files for pull requests and pushes [\#24](https://github.com/pmd/pmd-github-action/pull/24) ([adangel](https://github.com/adangel))  | 
21 | 21 | - Add "Check changelog" job [\#23](https://github.com/pmd/pmd-github-action/pull/23) ([adangel](https://github.com/adangel))  | 
22 | 22 | - Call pmd.bat under win32 [\#22](https://github.com/pmd/pmd-github-action/pull/22) ([adangel](https://github.com/adangel))  | 
23 | 23 | - 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))  | 
 | 
35 | 35 | 
 
  | 
36 | 36 | [Full Changelog](https://github.com/pmd/pmd-github-action/compare/7a92e4f0f1a963c40cf10ad9d01e4140ffe354e2...v1.0.0)  | 
37 | 37 | 
 
  | 
38 |  | -First release of the official GitHub Action for PMD.  | 
39 |  | - | 
40 |  | -This action runs [PMD](https://pmd.github.io) static code analysis checks.  | 
41 |  | - | 
42 |  | -It can execute PMD with your own ruleset against your project. It creates a [SARIF](https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.html) report which is uploaded as a build artifact. Furthermore the build can be failed based on the number of violations.  | 
 | 38 | +First release of the official GitHub Action for PMD.  | 
 | 39 | + | 
 | 40 | +This action runs [PMD](https://pmd.github.io) static code analysis checks.  | 
 | 41 | + | 
 | 42 | +It can execute PMD with your own ruleset against your project. It creates a [SARIF](https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.html) report which is uploaded as a build artifact. Furthermore the build can be failed based on the number of violations.  | 
43 | 43 | 
 
  | 
44 | 44 | 
 
  | 
45 | 45 | 
 
  | 
 | 
0 commit comments