File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 steps :
2929 - name : Checkout the repository
3030 uses : actions/checkout@v4
31+ with :
32+ persist-credentials : ' false'
3133 - name : Bootstrap repository
3234 uses : ./.github/actions/bootstrap
3335 with :
@@ -47,13 +49,15 @@ jobs:
4749 if : github.event_name != 'pull_request'
4850 with :
4951 fetch-depth : 0
52+ persist-credentials : ' false'
5053 - name : Checkout the repository
5154 uses : actions/checkout@v4
5255 # Necessary for hooks to succeed during tests for PRs
5356 if : github.event_name == 'pull_request'
5457 with :
5558 ref : ${{ github.event.pull_request.head.ref }}
5659 fetch-depth : 0
60+ persist-credentials : ' false'
5761 - name : Bootstrap repository
5862 uses : ./.github/actions/bootstrap
5963 with :
Original file line number Diff line number Diff line change 2626 with :
2727 fetch-depth : 0
2828 token : ${{ secrets.GITHUB_TOKEN }}
29+ persist-credentials : ' false'
2930
3031 - name : Bootstrap repository
3132 uses : ./.github/actions/bootstrap
Original file line number Diff line number Diff line change 2121 steps :
2222 - name : Checkout the repository
2323 uses : actions/checkout@v4
24+ with :
25+ persist-credentials : ' false'
2426 - name : Bootstrap repository
2527 uses : ./.github/actions/bootstrap
2628 with :
Original file line number Diff line number Diff line change 2323 steps :
2424 - name : Checkout the repository
2525 uses : actions/checkout@v4
26+ with :
27+ persist-credentials : ' false'
2628 - name : Bootstrap repository
2729 uses : ./.github/actions/bootstrap
2830 with :
You can’t perform that action at this time.
0 commit comments