We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a218aa commit 2c3eb1dCopy full SHA for 2c3eb1d
.github/workflows/ci-report.yml
@@ -25,7 +25,7 @@ jobs:
25
persist-credentials: false
26
ref: ${{ github.ref }}
27
- name: Set up Java 21
28
- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # 4.6.0
+ uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # 4.7.0
29
with:
30
java-version: 21
31
distribution: temurin
.github/workflows/ci.yml
@@ -90,7 +90,7 @@ jobs:
90
# can find the base commit.
91
fetch-depth: 0
92
- name: Set up Java ${{ matrix.os.java.version }}
93
94
95
java-version: ${{ matrix.os.java.version }}
96
0 commit comments