File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 runs-on : ["dapper-cluster-runner"]
1818 steps :
1919 - name : ' Checkout Repository'
20- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
20+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2121 - name : ' Dependency Review'
2222 uses : actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
Original file line number Diff line number Diff line change 3737 private-key : " ${{ secrets.DUNCE_BOT_APP_PRIVATE_KEY }}"
3838
3939 - name : Checkout
40- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
40+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
4141 with :
4242 token : " ${{ steps.app-token.outputs.token }}"
4343
Original file line number Diff line number Diff line change 3636 contents : read
3737 steps :
3838 - name : Checkout
39- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
39+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
4040 with :
4141 persist-credentials : false
4242
@@ -64,13 +64,13 @@ jobs:
6464 fail-fast : false
6565 steps :
6666 - name : Checkout Pull Request Branch
67- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
67+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
6868 with :
6969 path : pull
7070 persist-credentials : false
7171
7272 - name : Checkout Default Branch
73- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
73+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
7474 with :
7575 path : default
7676 persist-credentials : false
Original file line number Diff line number Diff line change 2222 issues : write
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
25+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2626 with :
2727 persist-credentials : false
2828 sparse-checkout : .github/labels.yaml
Original file line number Diff line number Diff line change 4343 pull : ${{ steps.extract.outputs.pull }}
4444 steps :
4545 - name : Checkout
46- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
46+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
4747 with :
4848 persist-credentials : false
4949 ref : ${{ matrix.branch == 'default' && github.event.repository.default_branch || '' }}
Original file line number Diff line number Diff line change 4848 private-key : " ${{ secrets.DUNCE_BOT_APP_PRIVATE_KEY }}"
4949
5050 - name : Checkout
51- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
51+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
5252 with :
5353 persist-credentials : false
5454 token : " ${{ steps.app-token.outputs.token }}"
You can’t perform that action at this time.
0 commit comments