File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed
Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2828 -
2929 name : Checkout
3030 uses : actions/checkout@v4
31+ with :
32+ persist-credentials : false
3133 -
3234 name : Upload checkout
3335 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 2828 -
2929 name : Checkout
3030 uses : actions/checkout@v4
31+ with :
32+ persist-credentials : false
3133 -
3234 name : Upload checkout
3335 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 2828 -
2929 name : Checkout
3030 uses : actions/checkout@v1
31+ with :
32+ persist-credentials : false
3133 -
3234 name : Upload checkout
3335 uses : actions/upload-artifact@v1
@@ -322,6 +324,8 @@ jobs:
322324 -
323325 name : Checkout
324326 uses : actions/checkout@v1
327+ with :
328+ persist-credentials : false
325329 -
326330 name : Download test artifacts
327331 uses : actions/download-artifact@v1
Original file line number Diff line number Diff line change 3030 -
3131 name : Checkout
3232 uses : actions/checkout@v4
33+ with :
34+ persist-credentials : false
3335 -
3436 name : Upload checkout
3537 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments