File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 with :
4343 fetch-depth : 1
4444 ref : ${{ inputs.ref && inputs.ref || github.sha }}
45+ persist-credentials : false
4546
4647 - uses : graycoreio/daffodil/.github/actions/setup-nx-remote-cache@develop
4748 with :
6869 with :
6970 fetch-depth : 1
7071 ref : ${{ inputs.ref && inputs.ref || github.sha }}
72+ persist-credentials : false
7173
7274 - uses : graycoreio/github-actions/setup-node@main
7375 with :
@@ -103,6 +105,7 @@ jobs:
103105 with :
104106 ref : ${{ inputs.ref && inputs.ref || github.sha }}
105107 fetch-depth : 0
108+ persist-credentials : false
106109 - uses : graycoreio/github-actions/setup-node@main
107110 with :
108111 node-version : ' 22.21.x'
@@ -135,6 +138,7 @@ jobs:
135138 with :
136139 fetch-depth : 1
137140 ref : ${{ inputs.ref && inputs.ref || github.sha }}
141+ persist-credentials : false
138142
139143 - uses : graycoreio/daffodil/.github/actions/setup-nx-remote-cache@develop
140144 with :
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v3
2020 with :
2121 fetch-depth : 0
22+ persist-credentials : false
2223
2324 - uses : graycoreio/github-actions/setup-node@main
2425 with :
Original file line number Diff line number Diff line change 3030 with :
3131 ref : ${{ github.event.workflow_run.head_sha || github.ref }}
3232 fetch-depth : 1
33+ persist-credentials : false
3334
3435 - uses : graycoreio/github-actions/setup-node@main
3536 with :
Original file line number Diff line number Diff line change 4040 with :
4141 fetch-depth : 100
4242 ref : ${{ inputs.ref && inputs.ref || github.sha }}
43+ persist-credentials : false
4344
4445 - name : Get Angular version from package.json
4546 id : package-angular-version
9394 with :
9495 fetch-depth : 1
9596 ref : ${{ inputs.ref && inputs.ref || github.sha }}
97+ persist-credentials : false
9698
9799 - uses : graycoreio/github-actions/setup-node@main
98100 with :
Original file line number Diff line number Diff line change 1919 with :
2020 fetch-depth : 1
2121 ref : ${{ github.event_name == 'push' && github.event.ref || github.sha }}
22+ persist-credentials : false
2223
2324 - uses : graycoreio/daffodil/.github/actions/setup-nx-remote-cache@develop
2425 with :
You can’t perform that action at this time.
0 commit comments