diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 5f1457d..71e2306 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -13,7 +13,7 @@ permissions: jobs: maven-policy: name: Shared Maven policy - uses: HauntedMC/HauntedPlatform/.github/workflows/maven-ci.yml@v1.6.2 + uses: HauntedMC/HauntedPlatform/.github/workflows/maven-ci.yml@v1.6.5 with: maven-command: ./mvnw -U -B -ntp -DskipTests verify secrets: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4613d21..09186e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: || { echo "Missing secret HAUNTEDMC_PACKAGES_TOKEN (requires read:packages)." >&2; exit 1; } - name: Set up JDK 25 - uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0 + uses: actions/setup-java@de7274f081f381c8f8158605e0321c36c376e2e6 # v6.0.1 with: distribution: temurin java-version: "25" @@ -108,7 +108,7 @@ jobs: || { echo "Missing secret HAUNTEDMC_PACKAGES_TOKEN (requires read:packages)." >&2; exit 1; } - name: Set up JDK 25 - uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0 + uses: actions/setup-java@de7274f081f381c8f8158605e0321c36c376e2e6 # v6.0.1 with: distribution: temurin java-version: "25" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index effebcd..3a22022 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: || { echo "Missing secret HAUNTEDMC_PACKAGES_TOKEN (read/write packages required)." >&2; exit 1; } - name: Set up JDK 25 - uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0 + uses: actions/setup-java@de7274f081f381c8f8158605e0321c36c376e2e6 # v6.0.1 with: distribution: temurin java-version: "25"