|
1 | 1 | name:"[M] UTBot Java: build and run tests" |
2 | 2 |
|
| 3 | +permissions:read-all |
| 4 | + |
3 | 5 | on: |
4 | 6 | workflow_dispatch: |
5 | 7 | inputs: |
|
42 | 44 |
|
43 | 45 | jobs: |
44 | 46 | prepare-matrices: |
| 47 | +permissions:read-all |
45 | 48 | runs-on:ubuntu-latest |
46 | 49 | # Outputs are used for passing data to dependent jobs. |
47 | 50 | outputs: |
|
72 | 75 |
|
73 | 76 |
|
74 | 77 | framework-tests: |
| 78 | +permissions:read-all |
75 | 79 | needs:prepare-matrices |
76 | 80 | # Using matrices let create multiple jobs runs based on the combinations of the variables from matrices. |
77 | 81 | # https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs |
@@ -161,6 +165,7 @@ jobs: |
161 | 165 |
|
162 | 166 |
|
163 | 167 | spring-tests: |
| 168 | +permissions:read-all |
164 | 169 | runs-on:ubuntu-20.04 |
165 | 170 | container: |
166 | 171 | image:unittestbot/java-env:java17-zulu-jdk-gradle7.6.1-kotlinc1.8.0 |
|