@@ -14,13 +14,13 @@ concurrency:
14
14
jobs :
15
15
change-detection :
16
16
name : π Change
17
- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@v1.9
17
+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@v1.10
18
18
19
19
cpp-tests :
20
20
name : π¨β Test
21
21
needs : change-detection
22
22
if : fromJSON(needs.change-detection.outputs.run-cpp-tests)
23
- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-ci.yml@v1.9
23
+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-ci.yml@v1.10
24
24
with :
25
25
# Runs to enable
26
26
enable-ubuntu2404-gcc-release : true
72
72
name : π¨β Test (Extensive)
73
73
needs : change-detection
74
74
if : fromJSON(needs.change-detection.outputs.run-cpp-tests) && github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'extensive-cpp-ci')
75
- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-ci.yml@v1.9
75
+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-ci.yml@v1.10
76
76
with :
77
77
# Runs to enable
78
78
enable-ubuntu2404-gcc-debug : true
@@ -123,7 +123,7 @@ jobs:
123
123
name : π¨β Coverage
124
124
needs : change-detection
125
125
if : fromJSON(needs.change-detection.outputs.run-cpp-tests)
126
- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-coverage.yml@v1.9
126
+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-coverage.yml@v1.10
127
127
with :
128
128
setup-z3 : true
129
129
permissions :
@@ -148,7 +148,7 @@ jobs:
148
148
name : π Test
149
149
needs : change-detection
150
150
if : fromJSON(needs.change-detection.outputs.run-python-tests)
151
- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-ci.yml@v1.9
151
+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-ci.yml@v1.10
152
152
with :
153
153
# Runs to enable
154
154
enable-ubuntu2404 : true
@@ -173,7 +173,7 @@ jobs:
173
173
name : π Test (Extensive)
174
174
needs : change-detection
175
175
if : fromJSON(needs.change-detection.outputs.run-python-tests) && github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'extensive-python-ci')
176
- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-ci.yml@v1.9
176
+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-ci.yml@v1.10
177
177
with :
178
178
# Runs to enable
179
179
enable-ubuntu2204 : true
@@ -198,23 +198,23 @@ jobs:
198
198
name : π Lint
199
199
needs : change-detection
200
200
if : fromJSON(needs.change-detection.outputs.run-python-tests)
201
- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@v1.9
201
+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@v1.10
202
202
with :
203
203
setup-z3 : true
204
204
205
205
code-ql :
206
206
name : π CodeQL
207
207
needs : change-detection
208
208
if : fromJSON(needs.change-detection.outputs.run-code-ql)
209
- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-code-ql.yml@v1.9
209
+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-code-ql.yml@v1.10
210
210
with :
211
211
setup-z3 : true
212
212
213
213
cd :
214
214
name : π CD
215
215
needs : change-detection
216
216
if : fromJSON(needs.change-detection.outputs.run-cd)
217
- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging.yml@v1.9
217
+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging.yml@v1.10
218
218
with :
219
219
setup-z3 : true
220
220
# 4.13.0 has incorrectly tagged manylinux wheels
0 commit comments