|
12 | 12 | ] |
13 | 13 | }, |
14 | 14 | ".github/workflows/acceptance-tests.yml": { |
15 | | - "regex": [ |
16 | | - "mise" |
| 15 | + "github-actions": [ |
| 16 | + "actions/checkout", |
| 17 | + "jdx/mise", |
| 18 | + "jdx/mise-action", |
| 19 | + "ubuntu" |
17 | 20 | ] |
18 | 21 | }, |
19 | 22 | ".github/workflows/api-diff.yml": { |
20 | | - "regex": [ |
21 | | - "mise" |
| 23 | + "github-actions": [ |
| 24 | + "actions/cache", |
| 25 | + "actions/checkout", |
| 26 | + "jdx/mise", |
| 27 | + "jdx/mise-action", |
| 28 | + "ubuntu" |
| 29 | + ] |
| 30 | + }, |
| 31 | + ".github/workflows/approve-workflows.yml": { |
| 32 | + "github-actions": [ |
| 33 | + "prometheus/promci", |
| 34 | + "ubuntu" |
22 | 35 | ] |
23 | 36 | }, |
24 | 37 | ".github/workflows/build.yml": { |
25 | | - "regex": [ |
26 | | - "mise" |
| 38 | + "github-actions": [ |
| 39 | + "actions/cache", |
| 40 | + "actions/checkout", |
| 41 | + "jdx/mise", |
| 42 | + "jdx/mise-action", |
| 43 | + "ubuntu" |
27 | 44 | ] |
28 | 45 | }, |
29 | 46 | ".github/workflows/bump-api-diff-baseline.yml": { |
30 | | - "regex": [ |
31 | | - "mise" |
| 47 | + "github-actions": [ |
| 48 | + "actions/cache", |
| 49 | + "actions/checkout", |
| 50 | + "jdx/mise", |
| 51 | + "jdx/mise-action", |
| 52 | + "ubuntu" |
| 53 | + ] |
| 54 | + }, |
| 55 | + ".github/workflows/codeql.yml": { |
| 56 | + "github-actions": [ |
| 57 | + "actions/cache", |
| 58 | + "actions/checkout", |
| 59 | + "actions/setup-java", |
| 60 | + "github/codeql-action", |
| 61 | + "ubuntu" |
| 62 | + ] |
| 63 | + }, |
| 64 | + ".github/workflows/detect-api-changes.yml": { |
| 65 | + "github-actions": [ |
| 66 | + "ubuntu" |
32 | 67 | ] |
33 | 68 | }, |
34 | 69 | ".github/workflows/generate-protobuf.yml": { |
35 | | - "regex": [ |
36 | | - "mise" |
| 70 | + "github-actions": [ |
| 71 | + "actions/cache", |
| 72 | + "actions/checkout", |
| 73 | + "actions/download-artifact", |
| 74 | + "actions/upload-artifact", |
| 75 | + "jdx/mise", |
| 76 | + "jdx/mise-action", |
| 77 | + "ubuntu" |
37 | 78 | ] |
38 | 79 | }, |
39 | 80 | ".github/workflows/github-pages.yaml": { |
40 | | - "regex": [ |
41 | | - "mise" |
| 81 | + "github-actions": [ |
| 82 | + "actions/checkout", |
| 83 | + "actions/configure-pages", |
| 84 | + "actions/deploy-pages", |
| 85 | + "actions/upload-pages-artifact", |
| 86 | + "jdx/mise", |
| 87 | + "jdx/mise-action", |
| 88 | + "ubuntu" |
| 89 | + ] |
| 90 | + }, |
| 91 | + ".github/workflows/issue-management-stale-action.yml": { |
| 92 | + "github-actions": [ |
| 93 | + "actions/stale", |
| 94 | + "ubuntu" |
42 | 95 | ] |
43 | 96 | }, |
44 | 97 | ".github/workflows/java-version-matrix-tests.yml": { |
45 | | - "regex": [ |
46 | | - "mise" |
| 98 | + "github-actions": [ |
| 99 | + "actions/cache", |
| 100 | + "actions/checkout", |
| 101 | + "jdx/mise", |
| 102 | + "jdx/mise-action", |
| 103 | + "ubuntu" |
47 | 104 | ] |
48 | 105 | }, |
49 | 106 | ".github/workflows/jmx-exporter-compatibility.yml": { |
50 | | - "regex": [ |
51 | | - "mise" |
| 107 | + "github-actions": [ |
| 108 | + "actions/cache", |
| 109 | + "actions/checkout", |
| 110 | + "jdx/mise", |
| 111 | + "jdx/mise-action", |
| 112 | + "ubuntu" |
52 | 113 | ] |
53 | 114 | }, |
54 | 115 | ".github/workflows/lint.yml": { |
55 | | - "regex": [ |
56 | | - "mise" |
| 116 | + "github-actions": [ |
| 117 | + "actions/checkout", |
| 118 | + "jdx/mise", |
| 119 | + "jdx/mise-action", |
| 120 | + "ubuntu" |
57 | 121 | ] |
58 | 122 | }, |
59 | 123 | ".github/workflows/micrometer-compatibility.yml": { |
| 124 | + "github-actions": [ |
| 125 | + "actions/cache", |
| 126 | + "actions/checkout", |
| 127 | + "jdx/mise", |
| 128 | + "jdx/mise-action", |
| 129 | + "ubuntu" |
| 130 | + ], |
60 | 131 | "regex": [ |
61 | | - "micrometer-metrics/micrometer", |
62 | | - "mise", |
63 | | - "zeitlinger/micrometer" |
| 132 | + "micrometer-metrics/micrometer" |
| 133 | + ] |
| 134 | + }, |
| 135 | + ".github/workflows/multi-version-test.yml": { |
| 136 | + "github-actions": [ |
| 137 | + "actions/cache", |
| 138 | + "actions/checkout", |
| 139 | + "actions/setup-java", |
| 140 | + "ubuntu" |
64 | 141 | ] |
65 | 142 | }, |
66 | 143 | ".github/workflows/native-tests.yml": { |
67 | | - "regex": [ |
68 | | - "mise" |
| 144 | + "github-actions": [ |
| 145 | + "actions/checkout", |
| 146 | + "jdx/mise", |
| 147 | + "jdx/mise-action", |
| 148 | + "ubuntu" |
69 | 149 | ] |
70 | 150 | }, |
71 | 151 | ".github/workflows/nightly-benchmarks.yml": { |
72 | | - "regex": [ |
73 | | - "mise" |
| 152 | + "github-actions": [ |
| 153 | + "actions/cache", |
| 154 | + "actions/checkout", |
| 155 | + "actions/download-artifact", |
| 156 | + "actions/upload-artifact", |
| 157 | + "jdx/mise", |
| 158 | + "jdx/mise-action", |
| 159 | + "ubuntu" |
| 160 | + ] |
| 161 | + }, |
| 162 | + ".github/workflows/pr-benchmark-report.yml": { |
| 163 | + "github-actions": [ |
| 164 | + "ubuntu" |
74 | 165 | ] |
75 | 166 | }, |
76 | 167 | ".github/workflows/pr-benchmarks.yml": { |
77 | | - "regex": [ |
78 | | - "mise" |
| 168 | + "github-actions": [ |
| 169 | + "actions/cache", |
| 170 | + "actions/checkout", |
| 171 | + "actions/download-artifact", |
| 172 | + "actions/upload-artifact", |
| 173 | + "jdx/mise", |
| 174 | + "jdx/mise-action", |
| 175 | + "ubuntu" |
79 | 176 | ] |
80 | 177 | }, |
81 | | - ".github/workflows/regenerate-api-diff-otel.yml": { |
82 | | - "regex": [ |
83 | | - "mise" |
| 178 | + ".github/workflows/pr-title.yml": { |
| 179 | + "github-actions": [ |
| 180 | + "grafana/shared-workflows", |
| 181 | + "ubuntu" |
84 | 182 | ] |
85 | 183 | }, |
86 | | - ".github/workflows/release.yml": { |
87 | | - "regex": [ |
88 | | - "mise" |
| 184 | + ".github/workflows/regenerate-api-diff-otel.yml": { |
| 185 | + "github-actions": [ |
| 186 | + "actions/cache", |
| 187 | + "actions/checkout", |
| 188 | + "actions/download-artifact", |
| 189 | + "actions/upload-artifact", |
| 190 | + "jdx/mise", |
| 191 | + "jdx/mise-action", |
| 192 | + "ubuntu" |
89 | 193 | ] |
90 | 194 | }, |
91 | | - ".github/workflows/test-release-build.yml": { |
92 | | - "regex": [ |
93 | | - "mise" |
| 195 | + ".github/workflows/release-please.yml": { |
| 196 | + "github-actions": [ |
| 197 | + "googleapis/release-please-action", |
| 198 | + "ubuntu" |
94 | 199 | ] |
95 | 200 | }, |
96 | | - ".mise/envs/jmx-exporter/mise.toml": { |
97 | | - "mise": [ |
98 | | - "java" |
| 201 | + ".github/workflows/release.yml": { |
| 202 | + "github-actions": [ |
| 203 | + "actions/checkout", |
| 204 | + "actions/setup-java", |
| 205 | + "jdx/mise", |
| 206 | + "jdx/mise-action", |
| 207 | + "ubuntu" |
99 | 208 | ] |
100 | 209 | }, |
101 | | - ".mise/envs/micrometer/mise.toml": { |
102 | | - "mise": [ |
103 | | - "java" |
| 210 | + ".github/workflows/scorecard.yml": { |
| 211 | + "github-actions": [ |
| 212 | + "actions/checkout", |
| 213 | + "actions/upload-artifact", |
| 214 | + "github/codeql-action", |
| 215 | + "ossf/scorecard-action", |
| 216 | + "ubuntu" |
104 | 217 | ] |
105 | 218 | }, |
106 | | - ".mise/envs/native/mise.toml": { |
107 | | - "mise": [ |
108 | | - "java" |
| 219 | + ".github/workflows/test-release-build.yml": { |
| 220 | + "github-actions": [ |
| 221 | + "actions/cache", |
| 222 | + "actions/checkout", |
| 223 | + "jdx/mise", |
| 224 | + "jdx/mise-action", |
| 225 | + "ubuntu" |
109 | 226 | ] |
110 | 227 | }, |
111 | 228 | ".mvn/wrapper/maven-wrapper.properties": { |
|
158 | 275 | "mise": [ |
159 | 276 | "actionlint", |
160 | 277 | "aqua:grafana/flint", |
| 278 | + "aqua:grafana/gcx", |
| 279 | + "aqua:grafana/oats", |
161 | 280 | "aqua:jonwiggins/xmloxide", |
162 | 281 | "aqua:owenlamont/ryl", |
163 | 282 | "biome", |
| 283 | + "checkstyle", |
164 | 284 | "editorconfig-checker", |
165 | | - "go:github.com/grafana/oats", |
166 | 285 | "google-java-format", |
167 | 286 | "hugo", |
168 | 287 | "java", |
|
194 | 313 | "maven-wrapper" |
195 | 314 | ] |
196 | 315 | } |
| 316 | + }, |
| 317 | + "actionMeta": { |
| 318 | + "actions/cache": { |
| 319 | + "packageName": "actions/cache", |
| 320 | + "refKind": "version-tag" |
| 321 | + }, |
| 322 | + "actions/checkout": { |
| 323 | + "packageName": "actions/checkout", |
| 324 | + "refKind": "version-tag" |
| 325 | + }, |
| 326 | + "actions/configure-pages": { |
| 327 | + "packageName": "actions/configure-pages", |
| 328 | + "refKind": "version-tag" |
| 329 | + }, |
| 330 | + "actions/deploy-pages": { |
| 331 | + "packageName": "actions/deploy-pages", |
| 332 | + "refKind": "version-tag" |
| 333 | + }, |
| 334 | + "actions/download-artifact": { |
| 335 | + "packageName": "actions/download-artifact", |
| 336 | + "refKind": "version-tag" |
| 337 | + }, |
| 338 | + "actions/setup-java": { |
| 339 | + "packageName": "actions/setup-java", |
| 340 | + "refKind": "version-tag" |
| 341 | + }, |
| 342 | + "actions/stale": { |
| 343 | + "packageName": "actions/stale", |
| 344 | + "refKind": "version-tag" |
| 345 | + }, |
| 346 | + "actions/upload-artifact": { |
| 347 | + "packageName": "actions/upload-artifact", |
| 348 | + "refKind": "version-tag" |
| 349 | + }, |
| 350 | + "actions/upload-pages-artifact": { |
| 351 | + "packageName": "actions/upload-pages-artifact", |
| 352 | + "refKind": "version-tag" |
| 353 | + }, |
| 354 | + "github/codeql-action/analyze": { |
| 355 | + "packageName": "github/codeql-action", |
| 356 | + "refKind": "version-tag" |
| 357 | + }, |
| 358 | + "github/codeql-action/init": { |
| 359 | + "packageName": "github/codeql-action", |
| 360 | + "refKind": "version-tag" |
| 361 | + }, |
| 362 | + "github/codeql-action/upload-sarif": { |
| 363 | + "packageName": "github/codeql-action", |
| 364 | + "refKind": "version-tag" |
| 365 | + }, |
| 366 | + "googleapis/release-please-action": { |
| 367 | + "packageName": "googleapis/release-please-action", |
| 368 | + "refKind": "version-tag" |
| 369 | + }, |
| 370 | + "grafana/shared-workflows/actions/lint-pr-title": { |
| 371 | + "packageName": "grafana/shared-workflows", |
| 372 | + "refKind": "version-tag", |
| 373 | + "compatibility": "lint-pr-title" |
| 374 | + }, |
| 375 | + "jdx/mise-action": { |
| 376 | + "packageName": "jdx/mise-action", |
| 377 | + "refKind": "version-tag" |
| 378 | + }, |
| 379 | + "ossf/scorecard-action": { |
| 380 | + "packageName": "ossf/scorecard-action", |
| 381 | + "refKind": "version-tag" |
| 382 | + }, |
| 383 | + "prometheus/promci/approve_workflows": { |
| 384 | + "packageName": "prometheus/promci", |
| 385 | + "refKind": "version-tag" |
| 386 | + } |
197 | 387 | } |
198 | 388 | } |
0 commit comments