From 5cf676b5b96f03b4ee270e13903f640768d6154e Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 1 Oct 2022 14:52:28 -0400 Subject: [PATCH] Bump actions/setup-java from 3 to 3.5.1 --- .github/workflows/coverage.yml | 2 +- .github/workflows/maven.yml | 2 +- src/changes/changes.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 95b6f336e..1a4108880 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -37,7 +37,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v3 + uses: actions/setup-java@v3.5.1 with: distribution: 'temurin' java-version: ${{ matrix.java }} diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1df6a081f..704164f85 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -41,7 +41,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v3 + uses: actions/setup-java@v3.5.1 with: distribution: 'temurin' java-version: ${{ matrix.java }} diff --git a/src/changes/changes.xml b/src/changes/changes.xml index cb89f3672..e1e4cb5b8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -182,7 +182,7 @@ The type attribute can be add,update,fix,remove. Bump actions/cache from 2.1.4 to 3.0.9 #742, #752, #764, #833, #867, #959. Bump actions/checkout from 2 to 3.0.2 #819, #825, #859. - Bump actions/setup-java from v1.4.3 to 3 #879. + Bump actions/setup-java from v1.4.3 to 3.5.1 #879. Bump spotbugs-maven-plugin from 4.2.0 to 4.7.2.0 #735, #808, #822, #834, #868, #895, #919, #927, #946. Bump spotbugs from 4.2.2 to 4.7.2 #744, #917, #947. Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #943.