File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62
23+ - uses : actions/checkout@b17fe1e4d59a9d1d95a7aead5e6fcd13e50939a5
2424 - name : Set up JDK 8
2525 uses : actions/setup-java@2e74cbce18569d23ca8b812590dbb83f13ac7c5a
2626 with :
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Check out the code
13- uses : actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62
13+ uses : actions/checkout@b17fe1e4d59a9d1d95a7aead5e6fcd13e50939a5
1414
1515 - name : Set up JDK 8
1616 uses : actions/setup-java@2e74cbce18569d23ca8b812590dbb83f13ac7c5a
Original file line number Diff line number Diff line change 2828 # These steps are only run if this was a merged release-please PR
2929 - name : checkout
3030 if : ${{ steps.release.outputs.release_created }}
31- uses : actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62
31+ uses : actions/checkout@b17fe1e4d59a9d1d95a7aead5e6fcd13e50939a5
3232 - name : Set up JDK 8
3333 if : ${{ steps.release.outputs.release_created }}
3434 uses : actions/setup-java@2e74cbce18569d23ca8b812590dbb83f13ac7c5a
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62
32+ uses : actions/checkout@b17fe1e4d59a9d1d95a7aead5e6fcd13e50939a5
3333
3434 # Initializes the CodeQL tools for scanning.
3535 - name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments