|
40 | 40 | - uses: actions/checkout@v4 |
41 | 41 | with: |
42 | 42 | submodules: true |
| 43 | + persist-credentials: false |
43 | 44 | - name: Check license header |
44 | 45 | uses: apache/skywalking-eyes@5b7ee1731d036b5aac68f8bd3fc9e6f98ada082e |
45 | 46 |
|
|
52 | 53 | - uses: actions/checkout@v4 |
53 | 54 | with: |
54 | 55 | submodules: true |
| 56 | + persist-credentials: false |
55 | 57 | - name: Check code style |
56 | 58 | run: ./mvnw -B -q clean checkstyle:check |
57 | 59 |
|
|
67 | 69 | - uses: actions/checkout@v4 |
68 | 70 | with: |
69 | 71 | submodules: true |
| 72 | + persist-credentials: false |
70 | 73 | - uses: actions/setup-java@v4 |
71 | 74 | with: |
72 | 75 | distribution: "temurin" |
@@ -115,6 +118,7 @@ jobs: |
115 | 118 | with: |
116 | 119 | fetch-depth: 0 |
117 | 120 | submodules: true |
| 121 | + persist-credentials: false |
118 | 122 | - name: Filter |
119 | 123 | id: filter |
120 | 124 | uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 |
@@ -164,6 +168,7 @@ jobs: |
164 | 168 | - uses: actions/checkout@v4 |
165 | 169 | with: |
166 | 170 | submodules: true |
| 171 | + persist-credentials: false |
167 | 172 | - uses: actions/setup-java@v4 |
168 | 173 | with: |
169 | 174 | distribution: "temurin" |
@@ -198,6 +203,7 @@ jobs: |
198 | 203 | - uses: actions/checkout@v4 |
199 | 204 | with: |
200 | 205 | submodules: true |
| 206 | + persist-credentials: false |
201 | 207 | - uses: actions/download-artifact@v4 |
202 | 208 | name: Download distribution tar |
203 | 209 | with: |
@@ -242,6 +248,7 @@ jobs: |
242 | 248 | - uses: actions/checkout@v4 |
243 | 249 | with: |
244 | 250 | submodules: true |
| 251 | + persist-credentials: false |
245 | 252 | - name: Cache maven repository |
246 | 253 | uses: actions/cache@v4 |
247 | 254 | with: |
@@ -270,6 +277,7 @@ jobs: |
270 | 277 | - uses: actions/checkout@v4 |
271 | 278 | with: |
272 | 279 | submodules: true |
| 280 | + persist-credentials: false |
273 | 281 | - name: Cache maven repository |
274 | 282 | uses: actions/cache@v4 |
275 | 283 | with: |
@@ -304,6 +312,7 @@ jobs: |
304 | 312 | - uses: actions/checkout@v4 |
305 | 313 | with: |
306 | 314 | submodules: true |
| 315 | + persist-credentials: false |
307 | 316 | - name: Cache maven repository |
308 | 317 | uses: actions/cache@v4 |
309 | 318 | with: |
@@ -703,6 +712,7 @@ jobs: |
703 | 712 | - uses: actions/checkout@v4 |
704 | 713 | with: |
705 | 714 | submodules: true |
| 715 | + persist-credentials: false |
706 | 716 | - uses: actions/download-artifact@v4 |
707 | 717 | name: Download docker images |
708 | 718 | with: |
@@ -782,6 +792,7 @@ jobs: |
782 | 792 | - uses: actions/checkout@v4 |
783 | 793 | with: |
784 | 794 | submodules: true |
| 795 | + persist-credentials: false |
785 | 796 | - uses: actions/download-artifact@v4 |
786 | 797 | name: Download docker images |
787 | 798 | with: |
@@ -833,6 +844,7 @@ jobs: |
833 | 844 | - uses: actions/checkout@v4 |
834 | 845 | with: |
835 | 846 | submodules: true |
| 847 | + persist-credentials: false |
836 | 848 | - uses: actions/download-artifact@v4 |
837 | 849 | name: Download docker images |
838 | 850 | with: |
|
0 commit comments