Commit c8e9185 1 parent 64ef789 commit c8e9185 Copy full SHA for c8e9185
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@aadec899646c8e0f34c52d9219c2faac36626b55
23
+ - uses : actions/checkout@2650dbd060003e3b5ae211e4358852f336b682a7
24
24
- name : Set up JDK 8
25
25
uses : actions/setup-java@7a445ee88d4e23b52c33fdc7601e40278616c7f8
26
26
with :
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Check out the code
13
- uses : actions/checkout@aadec899646c8e0f34c52d9219c2faac36626b55
13
+ uses : actions/checkout@2650dbd060003e3b5ae211e4358852f336b682a7
14
14
15
15
- name : Set up JDK 8
16
16
uses : actions/setup-java@7a445ee88d4e23b52c33fdc7601e40278616c7f8
Original file line number Diff line number Diff line change 28
28
# These steps are only run if this was a merged release-please PR
29
29
- name : checkout
30
30
if : ${{ steps.release.outputs.release_created }}
31
- uses : actions/checkout@aadec899646c8e0f34c52d9219c2faac36626b55
31
+ uses : actions/checkout@2650dbd060003e3b5ae211e4358852f336b682a7
32
32
- name : Set up JDK 8
33
33
if : ${{ steps.release.outputs.release_created }}
34
34
uses : actions/setup-java@7a445ee88d4e23b52c33fdc7601e40278616c7f8
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : Checkout repository
32
- uses : actions/checkout@aadec899646c8e0f34c52d9219c2faac36626b55
32
+ uses : actions/checkout@2650dbd060003e3b5ae211e4358852f336b682a7
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