diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8e4fbd98..6df21c05 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,6 +2,8 @@ name: Java CI on: [workflow_dispatch, push, pull_request] +permissions: read-all + jobs: test: runs-on: ${{ matrix.os }} @@ -9,7 +11,7 @@ jobs: matrix: cache: [maven] distribution: [temurin] - java: [17, 21, 23] + java: [17, 21, 24, 25-ea] os: [ubuntu-latest, macos-latest, windows-latest] fail-fast: false max-parallel: 4 diff --git a/.github/workflows/coveralls.yaml b/.github/workflows/coveralls.yaml index 78e9d000..ea89ba0e 100644 --- a/.github/workflows/coveralls.yaml +++ b/.github/workflows/coveralls.yaml @@ -2,6 +2,8 @@ name: Coveralls on: [push, pull_request] +permissions: read-all + jobs: build: if: github.repository_owner == '42BV' diff --git a/.github/workflows/sonatype.yaml b/.github/workflows/sonatype.yaml index 265e31e9..e6cc4f72 100644 --- a/.github/workflows/sonatype.yaml +++ b/.github/workflows/sonatype.yaml @@ -5,6 +5,8 @@ on: branches: - master +permissions: read-all + jobs: build: if: github.repository_owner == 'hazendaz' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]') diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 4f203dfa..7595078b 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -15,6 +15,6 @@ fr.jcgay.maven maven-profiler - 3.2 + 3.3 diff --git a/.mvn/settings.xml b/.mvn/settings.xml index 47fbda5f..96385ecb 100644 --- a/.mvn/settings.xml +++ b/.mvn/settings.xml @@ -17,7 +17,7 @@ - ossrh + central ${env.CI_DEPLOY_USERNAME} ${env.CI_DEPLOY_PASSWORD} @@ -34,7 +34,6 @@ github - ${env.CI_DEPLOY_USERNAME} ${env.GITHUB_TOKEN} diff --git a/src/site/site.xml b/src/site/site.xml index a9a60dfc..fe7d4ea0 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -22,7 +22,7 @@ org.apache.maven.skins maven-fluido-skin - 2.0.1 + 2.1.0