Skip to content

Commit

Permalink
fix CVE-2023-2976 for checkstyle (#58)
Browse files Browse the repository at this point in the history
Signed-off-by: Chenyang Ji <cyji@amazon.com>
(cherry picked from commit ba2c19a)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 29, 2024
1 parent 56da630 commit d092459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ publishing {
}

checkstyle {
toolVersion = '10.12.1'
showViolations true
configDirectory.set(rootProject.file("config/checkstyle/"))
}
Expand Down

0 comments on commit d092459

Please sign in to comment.