Bump checkstyle from 10.3.4 to 10.4 #89

Merged
dependabot[bot] merged 2 commits from dependabot/maven/com.puppycrawl.tools-checkstyle-10.4 into main 2022-11-01 08:41:18 +01:00
Showing only changes of commit b6e04d5623 - Show all commits

View file

@ -25,6 +25,18 @@ jobs:
with:
args: /github/workspace
checkstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
cache: maven
- run: mvn -B -ntp dependency:go-offline
- run: mvn -B -ntp checkstyle:check
codeql:
runs-on: ubuntu-latest
permissions:
@ -52,7 +64,7 @@ jobs:
server-username: SERVER_USERNAME
server-password: SERVER_PASSWORD
- run: mvn -B -ntp dependency:go-offline
- run: mvn -B -ntp verify
- run: mvn -B -ntp verify -Dcheckstyle.skip
if: ${{ github.ref != 'refs/heads/main' }}
- run: mvn -B -ntp deploy
if: ${{ github.ref == 'refs/heads/main' }}