Skip to content

Commit c804609

Browse files
author
GitHub Actions Bot
committed
Updated CHANGELOG.md
1 parent 4704adf commit c804609

File tree

1 file changed

+33
-25
lines changed

1 file changed

+33
-25
lines changed

CHANGELOG.md

Lines changed: 33 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,32 @@
77
**Implemented enhancements:**
88

99
- Create a starter workflow [\#1](https://github.com/pmd/pmd-github-action/issues/1)
10-
- Add an option to disable GitHub annotations \(`createGitHubAnnotations`\) [\#45](https://github.com/pmd/pmd-github-action/pull/45) ([smetanink](https://github.com/smetanink))
10+
- Add an option to disable GitHub annotations \(`createGitHubAnnotations`\) [\#45](https://github.com/pmd/pmd-github-action/pull/45) (@smetanink)
1111

1212
**Fixed bugs:**
1313

1414
- Code scanning alert doesn't find file in repository [\#34](https://github.com/pmd/pmd-github-action/issues/34)
1515

16+
**Dependency updates:**
17+
18+
- Bump jest from 27.4.7 to 27.5.1 [\#50](https://github.com/pmd/pmd-github-action/pull/50) (@dependabot[bot])
19+
- Bump nock from 13.2.2 to 13.2.4 [\#48](https://github.com/pmd/pmd-github-action/pull/48) (@dependabot[bot])
20+
- Bump eslint from 8.7.0 to 8.8.0 [\#46](https://github.com/pmd/pmd-github-action/pull/46) (@dependabot[bot])
21+
- Bump eslint from 8.5.0 to 8.7.0 [\#44](https://github.com/pmd/pmd-github-action/pull/44) (@dependabot[bot])
22+
- Bump nock from 13.2.1 to 13.2.2 [\#43](https://github.com/pmd/pmd-github-action/pull/43) (@dependabot[bot])
23+
- Bump jest from 27.4.5 to 27.4.7 [\#42](https://github.com/pmd/pmd-github-action/pull/42) (@dependabot[bot])
24+
- Bump actions/setup-node from 2.5.0 to 2.5.1 [\#39](https://github.com/pmd/pmd-github-action/pull/39) (@dependabot[bot])
25+
- Bump @vercel/ncc from 0.33.0 to 0.33.1 [\#38](https://github.com/pmd/pmd-github-action/pull/38) (@dependabot[bot])
26+
- Bump eslint from 8.4.1 to 8.5.0 [\#33](https://github.com/pmd/pmd-github-action/pull/33) (@dependabot[bot])
27+
1628
**Closed issues:**
1729

1830
- Code scanning doesn't work well with analyzeModifiedFilesOnly [\#35](https://github.com/pmd/pmd-github-action/issues/35)
1931

2032
**Merged pull requests:**
2133

22-
- Bump eslint from 8.7.0 to 8.8.0 [\#46](https://github.com/pmd/pmd-github-action/pull/46) ([dependabot[bot]](https://github.com/apps/dependabot))
23-
- Bump eslint from 8.5.0 to 8.7.0 [\#44](https://github.com/pmd/pmd-github-action/pull/44) ([dependabot[bot]](https://github.com/apps/dependabot))
24-
- Bump nock from 13.2.1 to 13.2.2 [\#43](https://github.com/pmd/pmd-github-action/pull/43) ([dependabot[bot]](https://github.com/apps/dependabot))
25-
- Bump jest from 27.4.5 to 27.4.7 [\#42](https://github.com/pmd/pmd-github-action/pull/42) ([dependabot[bot]](https://github.com/apps/dependabot))
26-
- Bump actions/setup-node from 2.5.0 to 2.5.1 [\#39](https://github.com/pmd/pmd-github-action/pull/39) ([dependabot[bot]](https://github.com/apps/dependabot))
27-
- Bump @vercel/ncc from 0.33.0 to 0.33.1 [\#38](https://github.com/pmd/pmd-github-action/pull/38) ([dependabot[bot]](https://github.com/apps/dependabot))
28-
- Update documentation for code scanning alerts [\#37](https://github.com/pmd/pmd-github-action/pull/37) ([adangel](https://github.com/adangel))
29-
- Relativize paths in SARIF report [\#36](https://github.com/pmd/pmd-github-action/pull/36) ([adangel](https://github.com/adangel))
30-
- Bump eslint from 8.4.1 to 8.5.0 [\#33](https://github.com/pmd/pmd-github-action/pull/33) ([dependabot[bot]](https://github.com/apps/dependabot))
34+
- Update documentation for code scanning alerts [\#37](https://github.com/pmd/pmd-github-action/pull/37) (@adangel)
35+
- Relativize paths in SARIF report [\#36](https://github.com/pmd/pmd-github-action/pull/36) (@adangel)
3136

3237
## [v1.1.0](https://github.com/pmd/pmd-github-action/tree/v1.1.0) (2021-12-17)
3338

@@ -42,23 +47,26 @@
4247

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

50+
**Dependency updates:**
51+
52+
- Bump @actions/artifact from 0.6.0 to 0.6.1 [\#27](https://github.com/pmd/pmd-github-action/pull/27) (@dependabot[bot])
53+
- Bump jest from 27.4.3 to 27.4.5 [\#26](https://github.com/pmd/pmd-github-action/pull/26) (@dependabot[bot])
54+
- Bump @actions/artifact from 0.5.2 to 0.6.0 [\#20](https://github.com/pmd/pmd-github-action/pull/20) (@dependabot[bot])
55+
- Bump eslint from 8.3.0 to 8.4.1 [\#19](https://github.com/pmd/pmd-github-action/pull/19) (@dependabot[bot])
56+
- Bump @vercel/ncc from 0.32.0 to 0.33.0 [\#15](https://github.com/pmd/pmd-github-action/pull/15) (@dependabot[bot])
57+
- Bump jest from 27.4.2 to 27.4.3 [\#13](https://github.com/pmd/pmd-github-action/pull/13) (@dependabot[bot])
58+
- Bump jest from 27.4.0 to 27.4.2 [\#10](https://github.com/pmd/pmd-github-action/pull/10) (@dependabot[bot])
59+
- Bump jest from 27.3.1 to 27.4.0 [\#9](https://github.com/pmd/pmd-github-action/pull/9) (@dependabot[bot])
60+
- Bump actions/setup-node from 2.4.1 to 2.5.0 [\#8](https://github.com/pmd/pmd-github-action/pull/8) (@dependabot[bot])
61+
4562
**Merged pull requests:**
4663

47-
- 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))
48-
- 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))
49-
- Determine modified files for pull requests and pushes [\#24](https://github.com/pmd/pmd-github-action/pull/24) ([adangel](https://github.com/adangel))
50-
- Add "Check changelog" job [\#23](https://github.com/pmd/pmd-github-action/pull/23) ([adangel](https://github.com/adangel))
51-
- Call pmd.bat under win32 [\#22](https://github.com/pmd/pmd-github-action/pull/22) ([adangel](https://github.com/adangel))
52-
- 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))
53-
- Bump eslint from 8.3.0 to 8.4.1 [\#19](https://github.com/pmd/pmd-github-action/pull/19) ([dependabot[bot]](https://github.com/apps/dependabot))
54-
- Avoid using deprecated CLI options for PMD \>= 6.41.0 [\#17](https://github.com/pmd/pmd-github-action/pull/17) ([adangel](https://github.com/adangel))
55-
- Add optional token parameter [\#16](https://github.com/pmd/pmd-github-action/pull/16) ([adangel](https://github.com/adangel))
56-
- Bump @vercel/ncc from 0.32.0 to 0.33.0 [\#15](https://github.com/pmd/pmd-github-action/pull/15) ([dependabot[bot]](https://github.com/apps/dependabot))
57-
- Bump jest from 27.4.2 to 27.4.3 [\#13](https://github.com/pmd/pmd-github-action/pull/13) ([dependabot[bot]](https://github.com/apps/dependabot))
58-
- Create annotations from sarif report [\#12](https://github.com/pmd/pmd-github-action/pull/12) ([adangel](https://github.com/adangel))
59-
- Bump jest from 27.4.0 to 27.4.2 [\#10](https://github.com/pmd/pmd-github-action/pull/10) ([dependabot[bot]](https://github.com/apps/dependabot))
60-
- Bump jest from 27.3.1 to 27.4.0 [\#9](https://github.com/pmd/pmd-github-action/pull/9) ([dependabot[bot]](https://github.com/apps/dependabot))
61-
- Bump actions/setup-node from 2.4.1 to 2.5.0 [\#8](https://github.com/pmd/pmd-github-action/pull/8) ([dependabot[bot]](https://github.com/apps/dependabot))
64+
- Determine modified files for pull requests and pushes [\#24](https://github.com/pmd/pmd-github-action/pull/24) (@adangel)
65+
- Add "Check changelog" job [\#23](https://github.com/pmd/pmd-github-action/pull/23) (@adangel)
66+
- Call pmd.bat under win32 [\#22](https://github.com/pmd/pmd-github-action/pull/22) (@adangel)
67+
- Avoid using deprecated CLI options for PMD \>= 6.41.0 [\#17](https://github.com/pmd/pmd-github-action/pull/17) (@adangel)
68+
- Add optional token parameter [\#16](https://github.com/pmd/pmd-github-action/pull/16) (@adangel)
69+
- Create annotations from sarif report [\#12](https://github.com/pmd/pmd-github-action/pull/12) (@adangel)
6270

6371
## [v1.0.0](https://github.com/pmd/pmd-github-action/tree/v1.0.0) (2021-11-27)
6472

0 commit comments

Comments
 (0)