We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3ca8d commit 516b39dCopy full SHA for 516b39d
.github/workflows/maven.yml
@@ -26,7 +26,7 @@ jobs:
26
key: maven-cache-${{ hashFiles('**/pom.xml') }}
27
28
- name: Set up JDKs
29
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
+ uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
30
with:
31
distribution: temurin
32
# have Java 17 for Tycho last, as it will be in JAVA_HOME that way
0 commit comments