|
7 | 7 | workflow_call: |
8 | 8 | inputs: |
9 | 9 | runs-on: |
10 | | - timeout-minutes: 30 |
11 | 10 | description: Runner label for all governance jobs |
12 | 11 | type: string |
13 | 12 | required: false |
|
21 | 20 | workflow-staleness: |
22 | 21 | name: Check Workflow Staleness |
23 | 22 | runs-on: ubuntu-latest |
24 | | - timeout-minutes: 30 |
25 | 23 | timeout-minutes: 10 |
26 | 24 | outputs: |
27 | 25 | has_baseline: ${{ steps.check.outputs.has_baseline }} |
|
64 | 62 | allowlist-preflight: |
65 | 63 | name: Allowlist Preflight |
66 | 64 | runs-on: ${{ inputs.runs-on }} |
67 | | - timeout-minutes: 30 |
68 | 65 | timeout-minutes: 5 |
69 | 66 | permissions: |
70 | 67 | contents: read |
@@ -106,7 +103,6 @@ jobs: |
106 | 103 | needs: workflow-staleness |
107 | 104 | if: needs.workflow-staleness.outputs.has_baseline == 'true' |
108 | 105 | runs-on: ubuntu-latest |
109 | | - timeout-minutes: 30 |
110 | 106 | timeout-minutes: 15 |
111 | 107 | steps: |
112 | 108 | - name: Checkout caller repository |
@@ -229,7 +225,6 @@ jobs: |
229 | 225 | language-policy: |
230 | 226 | name: Language / package anti-pattern policy |
231 | 227 | runs-on: ${{ inputs.runs-on }} |
232 | | - timeout-minutes: 30 |
233 | 228 | timeout-minutes: 10 |
234 | 229 | permissions: |
235 | 230 | contents: read |
@@ -588,7 +583,6 @@ jobs: |
588 | 583 | package-policy: |
589 | 584 | name: Guix packaging policy (Nix retired) |
590 | 585 | runs-on: ${{ inputs.runs-on }} |
591 | | - timeout-minutes: 30 |
592 | 586 | timeout-minutes: 10 |
593 | 587 | permissions: |
594 | 588 | contents: read |
@@ -632,7 +626,6 @@ jobs: |
632 | 626 | security-policy: |
633 | 627 | name: Security policy checks |
634 | 628 | runs-on: ${{ inputs.runs-on }} |
635 | | - timeout-minutes: 30 |
636 | 629 | timeout-minutes: 10 |
637 | 630 | permissions: |
638 | 631 | contents: read |
@@ -872,7 +865,6 @@ jobs: |
872 | 865 | quality: |
873 | 866 | name: Code quality + docs |
874 | 867 | runs-on: ${{ inputs.runs-on }} |
875 | | - timeout-minutes: 30 |
876 | 868 | timeout-minutes: 10 |
877 | 869 | permissions: |
878 | 870 | contents: read |
@@ -935,7 +927,6 @@ jobs: |
935 | 927 | wellknown: |
936 | 928 | name: Well-Known (RFC 9116 + RSR) |
937 | 929 | runs-on: ${{ inputs.runs-on }} |
938 | | - timeout-minutes: 30 |
939 | 930 | timeout-minutes: 10 |
940 | 931 | permissions: |
941 | 932 | contents: read |
@@ -1002,7 +993,6 @@ jobs: |
1002 | 993 | workflow-lint: |
1003 | 994 | name: Workflow security linter |
1004 | 995 | runs-on: ${{ inputs.runs-on }} |
1005 | | - timeout-minutes: 30 |
1006 | 996 | timeout-minutes: 10 |
1007 | 997 | permissions: |
1008 | 998 | contents: read |
@@ -1164,7 +1154,6 @@ jobs: |
1164 | 1154 | trusted-base: |
1165 | 1155 | name: Trusted-base reduction policy |
1166 | 1156 | runs-on: ${{ inputs.runs-on }} |
1167 | | - timeout-minutes: 30 |
1168 | 1157 | timeout-minutes: 10 |
1169 | 1158 | permissions: |
1170 | 1159 | contents: read |
@@ -1197,7 +1186,6 @@ jobs: |
1197 | 1186 | timeout-minutes: 10 |
1198 | 1187 | name: Licence consistency |
1199 | 1188 | runs-on: ${{ inputs.runs-on }} |
1200 | | - timeout-minutes: 30 |
1201 | 1189 | permissions: |
1202 | 1190 | contents: read |
1203 | 1191 | steps: |
@@ -1228,7 +1216,6 @@ jobs: |
1228 | 1216 | exemption-ratchet: |
1229 | 1217 | name: Exemption ratchet |
1230 | 1218 | runs-on: ${{ inputs.runs-on }} |
1231 | | - timeout-minutes: 30 |
1232 | 1219 | timeout-minutes: 5 |
1233 | 1220 | permissions: |
1234 | 1221 | contents: read |
@@ -1273,7 +1260,6 @@ jobs: |
1273 | 1260 | debt-ratchet: |
1274 | 1261 | name: Debt ratchet |
1275 | 1262 | runs-on: ${{ inputs.runs-on }} |
1276 | | - timeout-minutes: 30 |
1277 | 1263 | timeout-minutes: 5 |
1278 | 1264 | permissions: |
1279 | 1265 | contents: read |
|
0 commit comments