File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
22
22
- name : Set up JDK
23
- uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
23
+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .0
24
24
with :
25
25
distribution : ' temurin'
26
26
java-version : ${{ matrix.java_version }}
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
13
- name : Set up JDK
14
- uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
14
+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .0
15
15
with :
16
16
distribution : ' temurin'
17
17
java-version : ' 11'
Original file line number Diff line number Diff line change 23
23
with :
24
24
ssh-key : ${{ secrets.SSH_PRIVATE_KEY }}
25
25
- name : Set up JDK
26
- uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
26
+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .0
27
27
with :
28
28
distribution : ' zulu'
29
29
java-version : ' 17'
You can’t perform that action at this time.
0 commit comments