File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
22
22
steps :
23
- - uses : actions/checkout@3ba5ee6fac7e0e30e2ea884e236f282d3a775891
23
+ - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
24
24
- name : Set up JDK 8
25
25
uses : actions/setup-java@308abcba03229002f0055e17d79d00c32fca160f
26
26
with :
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Check out the code
19
- uses : actions/checkout@3ba5ee6fac7e0e30e2ea884e236f282d3a775891
19
+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
20
20
21
21
- name : Set up JDK 8
22
22
uses : actions/setup-java@308abcba03229002f0055e17d79d00c32fca160f
Original file line number Diff line number Diff line change 29
29
# These steps are only run if this was a merged release-please PR
30
30
- name : checkout
31
31
if : ${{ steps.release.outputs.releases_created }}
32
- uses : actions/checkout@3ba5ee6fac7e0e30e2ea884e236f282d3a775891
32
+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
33
33
- name : Set up JDK 8
34
34
if : ${{ steps.release.outputs.releases_created }}
35
35
uses : actions/setup-java@308abcba03229002f0055e17d79d00c32fca160f
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : Checkout repository
32
- uses : actions/checkout@3ba5ee6fac7e0e30e2ea884e236f282d3a775891
32
+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
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