Commit f3e65db 1 parent 702957c commit f3e65db Copy full SHA for f3e65db
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@8f4b7f84864484a7bf31766abe9204da3cbe65b3
23
+ - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
24
24
- name : Set up JDK 8
25
25
uses : actions/setup-java@ddb82ce8a6ecf5ac3e80c3184839e6661546e4aa
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@8f4b7f84864484a7bf31766abe9204da3cbe65b3
19
+ uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
20
20
21
21
- name : Set up JDK 8
22
22
uses : actions/setup-java@ddb82ce8a6ecf5ac3e80c3184839e6661546e4aa
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@8f4b7f84864484a7bf31766abe9204da3cbe65b3
32
+ uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
33
33
- name : Set up JDK 8
34
34
if : ${{ steps.release.outputs.releases_created }}
35
35
uses : actions/setup-java@ddb82ce8a6ecf5ac3e80c3184839e6661546e4aa
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : Checkout repository
32
- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
32
+ uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
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