Skip to content

Commit 51f87a5

Browse files
authored
Merge branch 'main' into UML-3789
2 parents 8f44a16 + 6768c63 commit 51f87a5

8 files changed

+8
-8
lines changed

.github/workflows/_build-and-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- name: install python
152152
uses: actions/setup-python@9e62be81b28222addecf85e47571213eb7680449 # pin@v4.2.0
153153
with:
154-
python-version: '3.12'
154+
python-version: '3.13'
155155

156156
- name: docker unit tests
157157
env:

.github/workflows/_ecr-scanning.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: install python
3030
uses: actions/setup-python@9e62be81b28222addecf85e47571213eb7680449 # pin@v4.2.0
3131
with:
32-
python-version: '3.10'
32+
python-version: '3.13'
3333
cache: 'pip'
3434

3535
- name: install requirements

.github/workflows/_run-behat-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: install python
2222
uses: actions/setup-python@9e62be81b28222addecf85e47571213eb7680449 # pin@v4.2.0
2323
with:
24-
python-version: '3.10'
24+
python-version: '3.13'
2525
cache: 'pip'
2626

2727
- name: install chrome

.github/workflows/_seed-database.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: install python
3333
uses: actions/setup-python@9e62be81b28222addecf85e47571213eb7680449 # pin@v4.2.0
3434
with:
35-
python-version: '3.10'
35+
python-version: '3.13'
3636
cache: 'pip'
3737

3838
- name: install requirements

.github/workflows/_slack-notification.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: install python
3434
uses: actions/setup-python@9e62be81b28222addecf85e47571213eb7680449 # pin@v4.2.0
3535
with:
36-
python-version: '3.10'
36+
python-version: '3.13'
3737
cache: 'pip'
3838

3939
- name: install requirements

.github/workflows/golang-linting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: '1.22.2' # The Go version to download (if necessary) and use.
16+
go-version: '1.24.1' # The Go version to download (if necessary) and use.
1717
- run: go version
1818

1919
- name: golangci-lint

.github/workflows/statistics.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python
3232
uses: actions/setup-python@v5.4.0
3333
with:
34-
python-version: 3.11.5
34+
python-version: 3.13.2
3535
- name: Install requirements
3636
run: |
3737
pip install -r ./scripts/pipeline/requirements.txt

.github/workflows/trivy_scan_alert_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: install python
1818
uses: actions/setup-python@9e62be81b28222addecf85e47571213eb7680449 # pin@v4.2.0
1919
with:
20-
python-version: '3.10'
20+
python-version: '3.13'
2121
cache: 'pip'
2222

2323
- name: install requirements

0 commit comments

Comments
 (0)