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@09d2acae674a48949e3602304ab46fd20ae0c42f
24
+ - uses : actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
25
25
- name : Set up JDK 17
26
26
uses : actions/setup-java@ae2b61dbc685e60e4427b2e8ed4f0135c6ea8597
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@09d2acae674a48949e3602304ab46fd20ae0c42f
22
+ uses : actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
23
23
24
24
- name : Set up JDK 11
25
25
uses : actions/setup-java@ae2b61dbc685e60e4427b2e8ed4f0135c6ea8597
Original file line number Diff line number Diff line change 37
37
38
38
steps :
39
39
- name : Checkout Repository
40
- uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
40
+ uses : actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
41
41
42
42
- name : Set up JDK 17
43
43
uses : actions/setup-java@ae2b61dbc685e60e4427b2e8ed4f0135c6ea8597
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : Checkout repository
32
- uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
32
+ uses : actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
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