Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Dec 17, 2021
1 parent 79475d6 commit d2bada0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@

**Implemented enhancements:**

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

**Fixed bugs:**

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

**Merged pull requests:**

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

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

First release of the official GitHub Action for PMD.

This action runs [PMD](https://pmd.github.io) static code analysis checks.

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.
First release of the official GitHub Action for PMD.

This action runs [PMD](https://pmd.github.io) static code analysis checks.

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.



Expand Down

0 comments on commit d2bada0

Please sign in to comment.