Skip to content

Commit 79475d6

Browse files
committed
Update changelog
1 parent 0601cf7 commit 79475d6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
**Implemented enhancements:**
88

9+
- Support analyzing only modified files [\#6](https://github.com/pmd/pmd-github-action/issues/6)
910
- Create inline annotations for found violations [\#7](https://github.com/pmd/pmd-github-action/issues/7)
1011

1112
**Fixed bugs:**
@@ -14,6 +15,7 @@
1415

1516
**Merged pull requests:**
1617

18+
- Determine modified files for pull requests and pushes [\#24](https://github.com/pmd/pmd-github-action/pull/24) ([adangel](https://github.com/adangel))
1719
- 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))
1820
- 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))
1921
- Add "Check changelog" job [\#23](https://github.com/pmd/pmd-github-action/pull/23) ([adangel](https://github.com/adangel))
@@ -33,11 +35,11 @@
3335

3436
[Full Changelog](https://github.com/pmd/pmd-github-action/compare/7a92e4f0f1a963c40cf10ad9d01e4140ffe354e2...v1.0.0)
3537

36-
First release of the official GitHub Action for PMD.
37-
38-
This action runs [PMD](https://pmd.github.io) static code analysis checks.
39-
40-
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.
4143

4244

4345

0 commit comments

Comments
 (0)