|
30 | 30 | # Need to check out as part of the test, as its a local action |
31 | 31 | - name: Checkout repo |
32 | 32 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 33 | + with: |
| 34 | + persist-credentials: false |
33 | 35 |
|
34 | 36 | - name: Action-Test [1-Simple] |
35 | 37 | uses: ./ |
|
58 | 60 | # Need to check out as part of the test, as its a local action |
59 | 61 | - name: Checkout repo |
60 | 62 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 63 | + with: |
| 64 | + persist-credentials: false |
61 | 65 |
|
62 | 66 | - name: Action-Test [1-Simple-File] |
63 | 67 | uses: ./ |
|
86 | 90 | # Need to check out as part of the test, as its a local action |
87 | 91 | - name: Checkout repo |
88 | 92 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 93 | + with: |
| 94 | + persist-credentials: false |
89 | 95 |
|
90 | 96 | - name: Action-Test [1-Simple-Failure] |
91 | 97 | uses: ./ |
@@ -115,6 +121,8 @@ jobs: |
115 | 121 | # Need to check out as part of the test, as its a local action |
116 | 122 | - name: Checkout repo |
117 | 123 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 124 | + with: |
| 125 | + persist-credentials: false |
118 | 126 |
|
119 | 127 | - name: Action-Test [1-Simple-Failure] |
120 | 128 | uses: ./ |
@@ -144,6 +152,8 @@ jobs: |
144 | 152 | # Need to check out as part of the test, as its a local action |
145 | 153 | - name: Checkout repo |
146 | 154 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 155 | + with: |
| 156 | + persist-credentials: false |
147 | 157 |
|
148 | 158 | - name: Action-Test [1-Simple-ExecutionFailure] |
149 | 159 | uses: ./ |
@@ -171,6 +181,8 @@ jobs: |
171 | 181 | # Need to check out as part of the test, as its a local action |
172 | 182 | - name: Checkout repo |
173 | 183 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 184 | + with: |
| 185 | + persist-credentials: false |
174 | 186 |
|
175 | 187 | - name: Action-Test [2-Standard] |
176 | 188 | uses: ./ |
@@ -201,6 +213,8 @@ jobs: |
201 | 213 | # Need to check out as part of the test, as its a local action |
202 | 214 | - name: Checkout repo |
203 | 215 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 216 | + with: |
| 217 | + persist-credentials: false |
204 | 218 |
|
205 | 219 | - name: Action-Test [2-Standard-NoSummary] |
206 | 220 | uses: ./ |
@@ -229,6 +243,8 @@ jobs: |
229 | 243 | # Need to check out as part of the test, as its a local action |
230 | 244 | - name: Checkout repo |
231 | 245 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 246 | + with: |
| 247 | + persist-credentials: false |
232 | 248 |
|
233 | 249 | - name: Action-Test [3-Advanced] |
234 | 250 | uses: ./ |
|
0 commit comments