File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - 1.26
3131 steps :
3232 - uses : actions/checkout@v6
33+ with :
34+ persist-credentials : false
3335 - name : install Go
3436 uses : actions/setup-go@v6
3537 with :
5658 with :
5759 path : src/github.com/containerd/accelerated-container-image
5860 fetch-depth : 100
61+ persist-credentials : false
5962
6063 - name : set env
6164 shell : bash
Original file line number Diff line number Diff line change 3838 with :
3939 ref : ${{ inputs.commit-hash }}
4040 fetch-depth : 0
41+ persist-credentials : false
4142
4243 - name : Setup Buildx
4344 uses : docker/setup-buildx-action@v2
Original file line number Diff line number Diff line change 3030 - uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 100
33+ persist-credentials : false
3334
3435 - name : install Go
3536 uses : actions/setup-go@v6
Original file line number Diff line number Diff line change 5151 with :
5252 ref : ${{ inputs.commit-hash }}
5353 fetch-depth : 0
54+ persist-credentials : false
5455
5556 - name : Start OverlayBD
5657 working-directory : /app
Original file line number Diff line number Diff line change 3030 steps :
3131 - name : Checkout repository
3232 uses : actions/checkout@v6
33+ with :
34+ persist-credentials : false
3335
3436 - uses : actions/setup-go@v6
3537 with :
Original file line number Diff line number Diff line change 3232 uses : actions/checkout@v6
3333 with :
3434 fetch-depth : 100
35+ persist-credentials : false
3536 - name : Setup buildx instance
3637 uses : docker/setup-buildx-action@v2
3738 with :
You can’t perform that action at this time.
0 commit comments