File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
python-packaging :
12
12
name : 🐍 Packaging
13
- uses : cda-tum/mqt-workflows/.github/workflows/reusable-python-packaging.yml@v1.5
13
+ uses : cda-tum/mqt-workflows/.github/workflows/reusable-python-packaging.yml@v1.7
14
14
with :
15
15
pure-python : true
16
16
Original file line number Diff line number Diff line change @@ -14,19 +14,19 @@ concurrency:
14
14
jobs :
15
15
change-detection :
16
16
name : 🔍 Change
17
- uses : cda-tum/mqt-workflows/.github/workflows/reusable-change-detection.yml@v1.5
17
+ uses : cda-tum/mqt-workflows/.github/workflows/reusable-change-detection.yml@v1.7
18
18
19
19
python-tests :
20
20
name : 🐍 Test
21
21
needs : change-detection
22
22
if : fromJSON(needs.change-detection.outputs.run-python-tests)
23
- uses : cda-tum/mqt-workflows/.github/workflows/reusable-python-ci.yml@v1.5
23
+ uses : cda-tum/mqt-workflows/.github/workflows/reusable-python-ci.yml@v1.7
24
24
25
25
code-ql :
26
26
name : 📝 CodeQL
27
27
needs : change-detection
28
28
if : fromJSON(needs.change-detection.outputs.run-code-ql)
29
- uses : cda-tum/mqt-workflows/.github/workflows/reusable-code-ql-python.yml@v1.5
29
+ uses : cda-tum/mqt-workflows/.github/workflows/reusable-code-ql-python.yml@v1.7
30
30
31
31
required-checks-pass : # This job does nothing and is only used for branch protection
32
32
name : 🚦 Check
You can’t perform that action at this time.
0 commit comments