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@24cb9080177205b6e8c946b17badbe402adc938f
23
+ - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
24
24
- name : Set up JDK 8
25
25
uses : actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2
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@24cb9080177205b6e8c946b17badbe402adc938f
19
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
20
20
21
21
- name : Set up JDK 8
22
22
uses : actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2
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@24cb9080177205b6e8c946b17badbe402adc938f
32
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
33
33
- name : Set up JDK 8
34
34
if : ${{ steps.release.outputs.releases_created }}
35
35
uses : actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : Checkout repository
32
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
32
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
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