Skip to content

Commit 6373551

Browse files
authored
Merge branch 'potel-base' into antonpirker/potel/fix-celery
2 parents e7952b2 + abd4baa commit 6373551

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+925
-1793
lines changed

.github/workflows/test-integrations-ai.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
coverage xml
6969
- name: Upload coverage to Codecov
7070
if: ${{ !cancelled() }}
71-
uses: codecov/[email protected].2
71+
uses: codecov/[email protected].7
7272
with:
7373
token: ${{ secrets.CODECOV_TOKEN }}
7474
files: coverage.xml
@@ -89,7 +89,7 @@ jobs:
8989
strategy:
9090
fail-fast: false
9191
matrix:
92-
python-version: ["3.7","3.9","3.11","3.12","3.13"]
92+
python-version: ["3.8","3.9","3.11","3.12","3.13"]
9393
os: [ubuntu-latest]
9494
steps:
9595
- uses: actions/[email protected]
@@ -130,7 +130,7 @@ jobs:
130130
coverage xml
131131
- name: Upload coverage to Codecov
132132
if: ${{ !cancelled() }}
133-
uses: codecov/[email protected].2
133+
uses: codecov/[email protected].7
134134
with:
135135
token: ${{ secrets.CODECOV_TOKEN }}
136136
files: coverage.xml

.github/workflows/test-integrations-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
coverage xml
8888
- name: Upload coverage to Codecov
8989
if: ${{ !cancelled() }}
90-
uses: codecov/[email protected].2
90+
uses: codecov/[email protected].7
9191
with:
9292
token: ${{ secrets.CODECOV_TOKEN }}
9393
files: coverage.xml

.github/workflows/test-integrations-cloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
coverage xml
6565
- name: Upload coverage to Codecov
6666
if: ${{ !cancelled() }}
67-
uses: codecov/[email protected].2
67+
uses: codecov/[email protected].7
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
files: coverage.xml
@@ -122,7 +122,7 @@ jobs:
122122
coverage xml
123123
- name: Upload coverage to Codecov
124124
if: ${{ !cancelled() }}
125-
uses: codecov/[email protected].2
125+
uses: codecov/[email protected].7
126126
with:
127127
token: ${{ secrets.CODECOV_TOKEN }}
128128
files: coverage.xml

.github/workflows/test-integrations-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
coverage xml
5353
- name: Upload coverage to Codecov
5454
if: ${{ !cancelled() }}
55-
uses: codecov/[email protected].2
55+
uses: codecov/[email protected].7
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}
5858
files: coverage.xml

.github/workflows/test-integrations-dbs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
python-version: ${{ matrix.python-version }}
5555
allow-prereleases: true
56-
- uses: getsentry/action-clickhouse-in-ci@v1
56+
- uses: getsentry/action-clickhouse-in-ci@v1.1
5757
- name: Setup Test Env
5858
run: |
5959
pip install "coverage[toml]" tox
@@ -91,7 +91,7 @@ jobs:
9191
coverage xml
9292
- name: Upload coverage to Codecov
9393
if: ${{ !cancelled() }}
94-
uses: codecov/[email protected].2
94+
uses: codecov/[email protected].7
9595
with:
9696
token: ${{ secrets.CODECOV_TOKEN }}
9797
files: coverage.xml
@@ -138,7 +138,7 @@ jobs:
138138
with:
139139
python-version: ${{ matrix.python-version }}
140140
allow-prereleases: true
141-
- uses: getsentry/action-clickhouse-in-ci@v1
141+
- uses: getsentry/action-clickhouse-in-ci@v1.1
142142
- name: Setup Test Env
143143
run: |
144144
pip install "coverage[toml]" tox
@@ -176,7 +176,7 @@ jobs:
176176
coverage xml
177177
- name: Upload coverage to Codecov
178178
if: ${{ !cancelled() }}
179-
uses: codecov/[email protected].2
179+
uses: codecov/[email protected].7
180180
with:
181181
token: ${{ secrets.CODECOV_TOKEN }}
182182
files: coverage.xml

.github/workflows/test-integrations-graphql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
coverage xml
6565
- name: Upload coverage to Codecov
6666
if: ${{ !cancelled() }}
67-
uses: codecov/[email protected].2
67+
uses: codecov/[email protected].7
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
files: coverage.xml
@@ -122,7 +122,7 @@ jobs:
122122
coverage xml
123123
- name: Upload coverage to Codecov
124124
if: ${{ !cancelled() }}
125-
uses: codecov/[email protected].2
125+
uses: codecov/[email protected].7
126126
with:
127127
token: ${{ secrets.CODECOV_TOKEN }}
128128
files: coverage.xml

.github/workflows/test-integrations-misc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
coverage xml
7777
- name: Upload coverage to Codecov
7878
if: ${{ !cancelled() }}
79-
uses: codecov/[email protected].2
79+
uses: codecov/[email protected].7
8080
with:
8181
token: ${{ secrets.CODECOV_TOKEN }}
8282
files: coverage.xml
@@ -146,7 +146,7 @@ jobs:
146146
coverage xml
147147
- name: Upload coverage to Codecov
148148
if: ${{ !cancelled() }}
149-
uses: codecov/[email protected].2
149+
uses: codecov/[email protected].7
150150
with:
151151
token: ${{ secrets.CODECOV_TOKEN }}
152152
files: coverage.xml

.github/workflows/test-integrations-network.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
coverage xml
6565
- name: Upload coverage to Codecov
6666
if: ${{ !cancelled() }}
67-
uses: codecov/[email protected].2
67+
uses: codecov/[email protected].7
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
files: coverage.xml
@@ -122,7 +122,7 @@ jobs:
122122
coverage xml
123123
- name: Upload coverage to Codecov
124124
if: ${{ !cancelled() }}
125-
uses: codecov/[email protected].2
125+
uses: codecov/[email protected].7
126126
with:
127127
token: ${{ secrets.CODECOV_TOKEN }}
128128
files: coverage.xml

.github/workflows/test-integrations-tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
coverage xml
8383
- name: Upload coverage to Codecov
8484
if: ${{ !cancelled() }}
85-
uses: codecov/[email protected].2
85+
uses: codecov/[email protected].7
8686
with:
8787
token: ${{ secrets.CODECOV_TOKEN }}
8888
files: coverage.xml
@@ -158,7 +158,7 @@ jobs:
158158
coverage xml
159159
- name: Upload coverage to Codecov
160160
if: ${{ !cancelled() }}
161-
uses: codecov/[email protected].2
161+
uses: codecov/[email protected].7
162162
with:
163163
token: ${{ secrets.CODECOV_TOKEN }}
164164
files: coverage.xml

.github/workflows/test-integrations-web-1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
coverage xml
8383
- name: Upload coverage to Codecov
8484
if: ${{ !cancelled() }}
85-
uses: codecov/[email protected].2
85+
uses: codecov/[email protected].7
8686
with:
8787
token: ${{ secrets.CODECOV_TOKEN }}
8888
files: coverage.xml
@@ -158,7 +158,7 @@ jobs:
158158
coverage xml
159159
- name: Upload coverage to Codecov
160160
if: ${{ !cancelled() }}
161-
uses: codecov/[email protected].2
161+
uses: codecov/[email protected].7
162162
with:
163163
token: ${{ secrets.CODECOV_TOKEN }}
164164
files: coverage.xml

0 commit comments

Comments
 (0)