chore(deps): pin actions/setup-java action to c5195ef

This commit is contained in:
renovate[bot]
2025-07-19 09:13:57 +00:00
committed by GitHub
parent 3f2b93f1f8
commit c85daeb46e

View File

@@ -22,7 +22,7 @@ jobs:
# Setup
- name: Set up JDK
uses: actions/setup-java@v4
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: "temurin"