You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
7
7
**Implemented enhancements:**
8
8
9
+
- Support analyzing only modified files [\#6](https://github.com/pmd/pmd-github-action/issues/6)
9
10
- Create inline annotations for found violations [\#7](https://github.com/pmd/pmd-github-action/issues/7)
10
11
11
12
**Fixed bugs:**
@@ -14,6 +15,7 @@
14
15
15
16
**Merged pull requests:**
16
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))
17
19
- 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))
18
20
- 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))
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.
0 commit comments