|
4 | 4 |
|
5 | 5 | [Full Changelog](https://github.com/pmd/pmd-github-action/compare/v1.2.0...HEAD) |
6 | 6 |
|
7 | | -**Fixed bugs:** |
| 7 | +**🐛 Fixed bugs:** |
8 | 8 |
|
9 | 9 | - Code scanning doesn't contain all violations from PMD [\#53](https://github.com/pmd/pmd-github-action/issues/53) |
10 | 10 | - Sourcepath is not applied correctly with analyzeModifiedFilesOnly [\#52](https://github.com/pmd/pmd-github-action/issues/52) |
11 | 11 | - No annotations created under Windows [\#51](https://github.com/pmd/pmd-github-action/issues/51) |
12 | 12 |
|
13 | | -**Dependency updates:** |
| 13 | +**📦 Dependency updates:** |
14 | 14 |
|
15 | 15 | - Bump @vercel/ncc from 0.33.1 to 0.33.3 [\#56](https://github.com/pmd/pmd-github-action/pull/56) (@dependabot[bot]) |
16 | 16 | - Bump eslint from 8.8.0 to 8.9.0 [\#55](https://github.com/pmd/pmd-github-action/pull/55) (@dependabot[bot]) |
17 | 17 |
|
18 | | -**Merged pull requests:** |
| 18 | +**🎉 Merged pull requests:** |
19 | 19 |
|
20 | 20 | - Fixes \#51 Convert Windows paths [\#59](https://github.com/pmd/pmd-github-action/pull/59) (@adangel) |
21 | 21 | - Fixes \#52 sourcePath without trailing slash [\#58](https://github.com/pmd/pmd-github-action/pull/58) (@adangel) |
|
25 | 25 |
|
26 | 26 | [Full Changelog](https://github.com/pmd/pmd-github-action/compare/v1.1.0...v1.2.0) |
27 | 27 |
|
28 | | -**Implemented enhancements:** |
| 28 | +**🚀 Implemented enhancements:** |
29 | 29 |
|
30 | 30 | - Create a starter workflow [\#1](https://github.com/pmd/pmd-github-action/issues/1) |
31 | 31 | - Add an option to disable GitHub annotations \(`createGitHubAnnotations`\) [\#45](https://github.com/pmd/pmd-github-action/pull/45) (@smetanink) |
32 | 32 |
|
33 | | -**Fixed bugs:** |
| 33 | +**🐛 Fixed bugs:** |
34 | 34 |
|
35 | 35 | - Code scanning alert doesn't find file in repository [\#34](https://github.com/pmd/pmd-github-action/issues/34) |
36 | 36 |
|
37 | | -**Dependency updates:** |
| 37 | +**📦 Dependency updates:** |
38 | 38 |
|
39 | 39 | - Bump jest from 27.4.7 to 27.5.1 [\#50](https://github.com/pmd/pmd-github-action/pull/50) (@dependabot[bot]) |
40 | 40 | - Bump nock from 13.2.2 to 13.2.4 [\#48](https://github.com/pmd/pmd-github-action/pull/48) (@dependabot[bot]) |
|
46 | 46 | - Bump @vercel/ncc from 0.33.0 to 0.33.1 [\#38](https://github.com/pmd/pmd-github-action/pull/38) (@dependabot[bot]) |
47 | 47 | - Bump eslint from 8.4.1 to 8.5.0 [\#33](https://github.com/pmd/pmd-github-action/pull/33) (@dependabot[bot]) |
48 | 48 |
|
49 | | -**Closed issues:** |
| 49 | +**✔️ Closed issues:** |
50 | 50 |
|
51 | 51 | - Code scanning doesn't work well with analyzeModifiedFilesOnly [\#35](https://github.com/pmd/pmd-github-action/issues/35) |
52 | 52 |
|
53 | | -**Merged pull requests:** |
| 53 | +**🎉 Merged pull requests:** |
54 | 54 |
|
55 | 55 | - Update documentation for code scanning alerts [\#37](https://github.com/pmd/pmd-github-action/pull/37) (@adangel) |
56 | 56 | - Relativize paths in SARIF report [\#36](https://github.com/pmd/pmd-github-action/pull/36) (@adangel) |
|
59 | 59 |
|
60 | 60 | [Full Changelog](https://github.com/pmd/pmd-github-action/compare/v1.0.0...v1.1.0) |
61 | 61 |
|
62 | | -**Implemented enhancements:** |
| 62 | +**🚀 Implemented enhancements:** |
63 | 63 |
|
64 | 64 | - Create inline annotations for found violations [\#7](https://github.com/pmd/pmd-github-action/issues/7) |
65 | 65 | - Support analyzing only modified files [\#6](https://github.com/pmd/pmd-github-action/issues/6) |
66 | 66 |
|
67 | | -**Fixed bugs:** |
| 67 | +**🐛 Fixed bugs:** |
68 | 68 |
|
69 | 69 | - Action doesn't work under Windows runner [\#21](https://github.com/pmd/pmd-github-action/issues/21) |
70 | 70 |
|
71 | | -**Dependency updates:** |
| 71 | +**📦 Dependency updates:** |
72 | 72 |
|
73 | 73 | - Bump @actions/artifact from 0.6.0 to 0.6.1 [\#27](https://github.com/pmd/pmd-github-action/pull/27) (@dependabot[bot]) |
74 | 74 | - Bump jest from 27.4.3 to 27.4.5 [\#26](https://github.com/pmd/pmd-github-action/pull/26) (@dependabot[bot]) |
|
80 | 80 | - Bump jest from 27.3.1 to 27.4.0 [\#9](https://github.com/pmd/pmd-github-action/pull/9) (@dependabot[bot]) |
81 | 81 | - Bump actions/setup-node from 2.4.1 to 2.5.0 [\#8](https://github.com/pmd/pmd-github-action/pull/8) (@dependabot[bot]) |
82 | 82 |
|
83 | | -**Merged pull requests:** |
| 83 | +**🎉 Merged pull requests:** |
84 | 84 |
|
85 | 85 | - Determine modified files for pull requests and pushes [\#24](https://github.com/pmd/pmd-github-action/pull/24) (@adangel) |
86 | 86 | - Add "Check changelog" job [\#23](https://github.com/pmd/pmd-github-action/pull/23) (@adangel) |
|
0 commit comments