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