File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
23
23
steps :
24
- - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
24
+ - uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
25
25
- name : Set up JDK 17
26
26
uses : actions/setup-java@f4f1212c880fdec8162ea9a6493f4495191887b4
27
27
with :
Original file line number Diff line number Diff line change 19
19
runs-on : ${{ matrix.os}}
20
20
steps :
21
21
- name : Check out the code
22
- uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
22
+ uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
23
23
24
24
- name : Set up JDK 11
25
25
uses : actions/setup-java@f4f1212c880fdec8162ea9a6493f4495191887b4
Original file line number Diff line number Diff line change 37
37
38
38
steps :
39
39
- name : Checkout Repository
40
- uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
40
+ uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
41
41
42
42
- name : Set up JDK 17
43
43
uses : actions/setup-java@f4f1212c880fdec8162ea9a6493f4495191887b4
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : Checkout repository
32
- uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
32
+ uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
33
33
34
34
# Initializes the CodeQL tools for scanning.
35
35
- name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments