File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 using : composite
1212 steps :
1313 - name : Update the worktree
14- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
14+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1515 with :
1616 ref : ${{ github.ref_name }}
1717 token : ${{ inputs.token }}
3737 git push origin "${{ github.ref_name }}"
3838
3939 - name : Update the worktree, revert to the default token
40- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
40+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4141 with :
4242 ref : ${{ github.ref_name }}
4343 token : ${{ github.token }}
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout sources
19- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2020 - name : Set up JDK 21
2121 uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
2222 with :
Original file line number Diff line number Diff line change 3838 fi
3939
4040 - name : Checkout code
41- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
41+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4242 with :
4343 submodules : true
4444
You can’t perform that action at this time.
0 commit comments