|
23 | 23 | runs-on: ubuntu-latest
|
24 | 24 | steps:
|
25 | 25 | - uses: actions/checkout@v4
|
| 26 | + with: |
| 27 | + persist-credentials: false |
26 | 28 | - uses: ./.github/actions/install-deps
|
27 | 29 | with:
|
28 | 30 | node-version: ${{ env.NODE_VERSION }}
|
|
32 | 34 | runs-on: ubuntu-latest
|
33 | 35 | steps:
|
34 | 36 | - uses: actions/checkout@v4
|
| 37 | + with: |
| 38 | + persist-credentials: false |
35 | 39 | - run: sudo apt-get install shellcheck
|
36 | 40 | - run: git ls-files '*.sh' | xargs shellcheck
|
37 | 41 |
|
|
58 | 62 | SKIP_MIGRATION: 1
|
59 | 63 | steps:
|
60 | 64 | - uses: actions/checkout@v4
|
| 65 | + with: |
| 66 | + persist-credentials: false |
61 | 67 | - uses: ./.github/actions/install-deps
|
62 | 68 | with:
|
63 | 69 | node-version: ${{ matrix.node }}
|
|
98 | 104 | SKIP_MIGRATION: 1
|
99 | 105 | steps:
|
100 | 106 | - uses: actions/checkout@v4
|
| 107 | + with: |
| 108 | + persist-credentials: false |
101 | 109 | - uses: ./.github/actions/install-deps
|
102 | 110 | with:
|
103 | 111 | node-version: ${{ env.NODE_VERSION }}
|
@@ -135,6 +143,8 @@ jobs:
|
135 | 143 | ADAPTERS: ${{ matrix.adapter }}
|
136 | 144 | steps:
|
137 | 145 | - uses: actions/checkout@v4
|
| 146 | + with: |
| 147 | + persist-credentials: false |
138 | 148 | - uses: ./.github/actions/install-deps
|
139 | 149 | with:
|
140 | 150 | node-version: ${{ matrix.node }}
|
@@ -172,6 +182,8 @@ jobs:
|
172 | 182 | ADAPTERS: ${{ matrix.adapter }}
|
173 | 183 | steps:
|
174 | 184 | - uses: actions/checkout@v4
|
| 185 | + with: |
| 186 | + persist-credentials: false |
175 | 187 | - uses: ./.github/actions/install-deps
|
176 | 188 | with:
|
177 | 189 | node-version: ${{ env.NODE_VERSION }}
|
@@ -209,6 +221,8 @@ jobs:
|
209 | 221 | SERVER: pouchdb-server
|
210 | 222 | steps:
|
211 | 223 | - uses: actions/checkout@v4
|
| 224 | + with: |
| 225 | + persist-credentials: false |
212 | 226 | - uses: ./.github/actions/install-deps
|
213 | 227 | with:
|
214 | 228 | node-version: ${{ env.NODE_VERSION }}
|
@@ -245,6 +259,8 @@ jobs:
|
245 | 259 | runs-on: ubuntu-latest
|
246 | 260 | steps:
|
247 | 261 | - uses: actions/checkout@v4
|
| 262 | + with: |
| 263 | + persist-credentials: false |
248 | 264 | - uses: ./.github/actions/install-deps
|
249 | 265 | with:
|
250 | 266 | node-version: ${{ matrix.node }}
|
|
0 commit comments