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@f43a0e5ff2bd294095638e18286ca9a3d1956744
23+ - uses : actions/checkout@97a652b80035363df47baee5031ec8670b8878ac
2424 - name : Set up JDK 8
2525 uses : actions/setup-java@5b86b67f5bb794ee4de9464f70b700b9445b03a8
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@f43a0e5ff2bd294095638e18286ca9a3d1956744
13+ uses : actions/checkout@97a652b80035363df47baee5031ec8670b8878ac
1414
1515 - name : Set up JDK 8
1616 uses : actions/setup-java@5b86b67f5bb794ee4de9464f70b700b9445b03a8
Original file line number Diff line number Diff line change 2929 # These steps are only run if this was a merged release-please PR
3030 - name : checkout
3131 if : ${{ steps.release.outputs.releases_created }}
32- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
32+ uses : actions/checkout@97a652b80035363df47baee5031ec8670b8878ac
3333 - name : Set up JDK 8
3434 if : ${{ steps.release.outputs.releases_created }}
3535 uses : actions/setup-java@5b86b67f5bb794ee4de9464f70b700b9445b03a8
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
32+ uses : actions/checkout@97a652b80035363df47baee5031ec8670b8878ac
3333
3434 # Initializes the CodeQL tools for scanning.
3535 - name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments