Skip to content

Commit c4cfa77

Browse files
author
GitHub Actions (pmd-bot)
committed
Updated CHANGELOG.md
1 parent 7357ef1 commit c4cfa77

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,23 @@
44

55
[Full Changelog](https://github.com/pmd/pmd-github-action/compare/v1.2.0...HEAD)
66

7+
**Fixed bugs:**
8+
9+
- Code scanning doesn't contain all violations from PMD [\#53](https://github.com/pmd/pmd-github-action/issues/53)
10+
- Sourcepath is not applied correctly with analyzeModifiedFilesOnly [\#52](https://github.com/pmd/pmd-github-action/issues/52)
11+
- No annotations created under Windows [\#51](https://github.com/pmd/pmd-github-action/issues/51)
12+
713
**Dependency updates:**
814

915
- Bump @vercel/ncc from 0.33.1 to 0.33.3 [\#56](https://github.com/pmd/pmd-github-action/pull/56) (@dependabot[bot])
1016
- Bump eslint from 8.8.0 to 8.9.0 [\#55](https://github.com/pmd/pmd-github-action/pull/55) (@dependabot[bot])
1117

18+
**Merged pull requests:**
19+
20+
- Fixes \#51 Convert Windows paths [\#59](https://github.com/pmd/pmd-github-action/pull/59) (@adangel)
21+
- Fixes \#52 sourcePath without trailing slash [\#58](https://github.com/pmd/pmd-github-action/pull/58) (@adangel)
22+
- Fix Sarif report for multiple results [\#57](https://github.com/pmd/pmd-github-action/pull/57) (@adangel)
23+
1224
## [v1.2.0](https://github.com/pmd/pmd-github-action/tree/v1.2.0) (2022-02-10)
1325

1426
[Full Changelog](https://github.com/pmd/pmd-github-action/compare/v1.1.0...v1.2.0)

0 commit comments

Comments
 (0)