Skip to content

Commit d2bada0

Browse files
committed
Update changelog
1 parent 79475d6 commit d2bada0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

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

77
**Implemented enhancements:**
88

9-
- Support analyzing only modified files [\#6](https://github.com/pmd/pmd-github-action/issues/6)
109
- 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)
1111

1212
**Fixed bugs:**
1313

1414
- Action doesn't work under Windows runner [\#21](https://github.com/pmd/pmd-github-action/issues/21)
1515

1616
**Merged pull requests:**
1717

18-
- Determine modified files for pull requests and pushes [\#24](https://github.com/pmd/pmd-github-action/pull/24) ([adangel](https://github.com/adangel))
1918
- 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))
2019
- 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))
2121
- Add "Check changelog" job [\#23](https://github.com/pmd/pmd-github-action/pull/23) ([adangel](https://github.com/adangel))
2222
- Call pmd.bat under win32 [\#22](https://github.com/pmd/pmd-github-action/pull/22) ([adangel](https://github.com/adangel))
2323
- 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,11 +35,11 @@
3535

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

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.
4343

4444

4545

0 commit comments

Comments
 (0)