Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ name: Java CI

on: [push, pull_request]

permissions:
contents: read

jobs:
build:

Expand All @@ -43,15 +40,15 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3.0.8
- uses: actions/checkout@v2.3.5
- uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ file comparators, endian transformation classes, and much more.
<commons.javadoc.java.link>${commons.javadoc8.java.link}</commons.javadoc.java.link>
<commons.javadoc.version>3.4.1</commons.javadoc.version>
<commons.checkstyle-plugin.version>3.2.0</commons.checkstyle-plugin.version>
<checkstyle.impl.version>9.3</checkstyle.impl.version>
<checkstyle.impl.version>10.3.3</checkstyle.impl.version>
<commons.jacoco.version>0.8.8</commons.jacoco.version>
<commons.surefire.version>3.0.0-M7</commons.surefire.version>
<commons.japicmp.version>0.15.7</commons.japicmp.version>
Expand Down