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 89b944b commit bb0fcf6Copy full SHA for bb0fcf6
.github/workflows/dep_build_v2.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23
- name: Set up JDK
24
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
+ uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
25
with:
26
distribution: 'temurin'
27
java-version: ${{ matrix.java_version }}
.github/workflows/dep_build_v3.yml
@@ -23,7 +23,7 @@ jobs:
ref: master
28
29
0 commit comments