Commit 9c98e83 1 parent 519c32a commit 9c98e83 Copy full SHA for 9c98e83
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@83b7061638ee4956cf7545a6f7efe594e5ad0247
23
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
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@83b7061638ee4956cf7545a6f7efe594e5ad0247
19
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
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@83b7061638ee4956cf7545a6f7efe594e5ad0247
32
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
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@83b7061638ee4956cf7545a6f7efe594e5ad0247
32
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
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