We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954dbc0 commit b3bb8d0Copy full SHA for b3bb8d0
.github/workflows/ci-report.yml
@@ -28,7 +28,7 @@ jobs:
28
persist-credentials: false
29
ref: ${{ github.ref }}
30
- name: Set up Java 21
31
- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # 4.6.0
+ uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # 4.7.0
32
with:
33
java-version: 21
34
distribution: temurin
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
88
89
- name: Set up Java ${{ matrix.os.java.version }}
90
91
92
java-version: ${{ matrix.os.java.version }}
93
0 commit comments