diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index e160ddb..32f412f 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -19,7 +19,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@f613c4a64e50d792e0b31ec34bbcbba12263c6a6 # v2 + uses: lycheeverse/lychee-action@1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c # v2 with: fail: false # Don't fail on broken links, create an issue instead diff --git a/build.gradle b/build.gradle index 5897ff2..8b0cbd2 100644 --- a/build.gradle +++ b/build.gradle @@ -4,12 +4,13 @@ plugins { id 'checkstyle' id 'pmd' id 'org.jetbrains.intellij.platform' version '2.3.0' - id 'org.sonarqube' version '6.0.1.5171' + id 'org.sonarqube' version '6.1.0.5360' } ext { - checkstyleVersion = '10.21.4' - pmdVersion = '7.11.0' + checkstyleVersion = '10.23.0' + + pmdVersion = '7.12.0' } def properties(String key) {