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