Skip to content

Commit 92fdf78

Browse files
committed
Merge branch 'master' into potel-base
2 parents c8d5799 + 28d0ddd commit 92fdf78

Some content is hidden

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

46 files changed

+1771
-672
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 10
2525

2626
steps:
27-
- uses: actions/checkout@v4.2.2
27+
- uses: actions/checkout@v5.0.0
2828
- uses: actions/setup-python@v5
2929
with:
3030
python-version: 3.12
@@ -39,7 +39,7 @@ jobs:
3939
timeout-minutes: 10
4040

4141
steps:
42-
- uses: actions/checkout@v4.2.2
42+
- uses: actions/checkout@v5.0.0
4343
- uses: actions/setup-python@v5
4444
with:
4545
python-version: 3.12
@@ -58,7 +58,7 @@ jobs:
5858
timeout-minutes: 10
5959

6060
steps:
61-
- uses: actions/checkout@v4.2.2
61+
- uses: actions/checkout@v5.0.0
6262
- uses: actions/setup-python@v5
6363
with:
6464
python-version: 3.12
@@ -89,7 +89,7 @@ jobs:
8989
timeout-minutes: 10
9090

9191
steps:
92-
- uses: actions/checkout@v4.2.2
92+
- uses: actions/checkout@v5.0.0
9393
- uses: actions/setup-python@v5
9494
with:
9595
python-version: 3.12

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Checkout repository
51-
uses: actions/checkout@v4.2.2
51+
uses: actions/checkout@v5.0.0
5252

5353
# Initializes the CodeQL tools for scanning.
5454
- name: Initialize CodeQL

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
steps:
2121
- name: Get auth token
2222
id: token
23-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
23+
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
2424
with:
2525
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
2626
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
27-
- uses: actions/checkout@v4.2.2
27+
- uses: actions/checkout@v5.0.0
2828
with:
2929
token: ${{ steps.token.outputs.token }}
3030
fetch-depth: 0

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: ["3.9","3.11","3.12"]
3333
os: [ubuntu-22.04]
3434
steps:
35-
- uses: actions/checkout@v4.2.2
35+
- uses: actions/checkout@v5.0.0
3636
- uses: actions/setup-python@v5
3737
with:
3838
python-version: ${{ matrix.python-version }}
@@ -74,7 +74,7 @@ jobs:
7474
coverage xml
7575
- name: Upload coverage to Codecov
7676
if: ${{ !cancelled() }}
77-
uses: codecov/codecov-action@v5.4.3
77+
uses: codecov/codecov-action@v5.5.0
7878
with:
7979
token: ${{ secrets.CODECOV_TOKEN }}
8080
files: coverage.xml
@@ -98,7 +98,7 @@ jobs:
9898
python-version: ["3.8","3.9","3.10","3.11","3.12","3.13"]
9999
os: [ubuntu-22.04]
100100
steps:
101-
- uses: actions/checkout@v4.2.2
101+
- uses: actions/checkout@v5.0.0
102102
- uses: actions/setup-python@v5
103103
with:
104104
python-version: ${{ matrix.python-version }}
@@ -140,7 +140,7 @@ jobs:
140140
coverage xml
141141
- name: Upload coverage to Codecov
142142
if: ${{ !cancelled() }}
143-
uses: codecov/codecov-action@v5.4.3
143+
uses: codecov/codecov-action@v5.5.0
144144
with:
145145
token: ${{ secrets.CODECOV_TOKEN }}
146146
files: coverage.xml

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
image: docker:dind # Required for Docker network management
3737
options: --privileged # Required for Docker-in-Docker operations
3838
steps:
39-
- uses: actions/checkout@v4.2.2
39+
- uses: actions/checkout@v5.0.0
4040
- uses: actions/setup-python@v5
4141
with:
4242
python-version: ${{ matrix.python-version }}
@@ -74,7 +74,7 @@ jobs:
7474
coverage xml
7575
- name: Upload coverage to Codecov
7676
if: ${{ !cancelled() }}
77-
uses: codecov/codecov-action@v5.4.3
77+
uses: codecov/codecov-action@v5.5.0
7878
with:
7979
token: ${{ secrets.CODECOV_TOKEN }}
8080
files: coverage.xml
@@ -102,7 +102,7 @@ jobs:
102102
image: docker:dind # Required for Docker network management
103103
options: --privileged # Required for Docker-in-Docker operations
104104
steps:
105-
- uses: actions/checkout@v4.2.2
105+
- uses: actions/checkout@v5.0.0
106106
- uses: actions/setup-python@v5
107107
with:
108108
python-version: ${{ matrix.python-version }}
@@ -140,7 +140,7 @@ jobs:
140140
coverage xml
141141
- name: Upload coverage to Codecov
142142
if: ${{ !cancelled() }}
143-
uses: codecov/codecov-action@v5.4.3
143+
uses: codecov/codecov-action@v5.5.0
144144
with:
145145
token: ${{ secrets.CODECOV_TOKEN }}
146146
files: coverage.xml

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: ["3.7","3.8","3.9","3.10","3.11","3.12","3.13"]
3333
os: [ubuntu-22.04]
3434
steps:
35-
- uses: actions/checkout@v4.2.2
35+
- uses: actions/checkout@v5.0.0
3636
- uses: actions/setup-python@v5
3737
with:
3838
python-version: ${{ matrix.python-version }}
@@ -54,7 +54,7 @@ jobs:
5454
coverage xml
5555
- name: Upload coverage to Codecov
5656
if: ${{ !cancelled() }}
57-
uses: codecov/codecov-action@v5.4.3
57+
uses: codecov/codecov-action@v5.5.0
5858
with:
5959
token: ${{ secrets.CODECOV_TOKEN }}
6060
files: coverage.xml

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
SENTRY_PYTHON_TEST_POSTGRES_USER: postgres
5151
SENTRY_PYTHON_TEST_POSTGRES_PASSWORD: sentry
5252
steps:
53-
- uses: actions/checkout@v4.2.2
53+
- uses: actions/checkout@v5.0.0
5454
- uses: actions/setup-python@v5
5555
with:
5656
python-version: ${{ matrix.python-version }}
@@ -94,7 +94,7 @@ jobs:
9494
coverage xml
9595
- name: Upload coverage to Codecov
9696
if: ${{ !cancelled() }}
97-
uses: codecov/codecov-action@v5.4.3
97+
uses: codecov/codecov-action@v5.5.0
9898
with:
9999
token: ${{ secrets.CODECOV_TOKEN }}
100100
files: coverage.xml
@@ -136,7 +136,7 @@ jobs:
136136
SENTRY_PYTHON_TEST_POSTGRES_USER: postgres
137137
SENTRY_PYTHON_TEST_POSTGRES_PASSWORD: sentry
138138
steps:
139-
- uses: actions/checkout@v4.2.2
139+
- uses: actions/checkout@v5.0.0
140140
- uses: actions/setup-python@v5
141141
with:
142142
python-version: ${{ matrix.python-version }}
@@ -180,7 +180,7 @@ jobs:
180180
coverage xml
181181
- name: Upload coverage to Codecov
182182
if: ${{ !cancelled() }}
183-
uses: codecov/codecov-action@v5.4.3
183+
uses: codecov/codecov-action@v5.5.0
184184
with:
185185
token: ${{ secrets.CODECOV_TOKEN }}
186186
files: coverage.xml

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: ["3.7","3.8","3.9","3.12","3.13"]
3333
os: [ubuntu-22.04]
3434
steps:
35-
- uses: actions/checkout@v4.2.2
35+
- uses: actions/checkout@v5.0.0
3636
- uses: actions/setup-python@v5
3737
with:
3838
python-version: ${{ matrix.python-version }}
@@ -66,7 +66,7 @@ jobs:
6666
coverage xml
6767
- name: Upload coverage to Codecov
6868
if: ${{ !cancelled() }}
69-
uses: codecov/codecov-action@v5.4.3
69+
uses: codecov/codecov-action@v5.5.0
7070
with:
7171
token: ${{ secrets.CODECOV_TOKEN }}
7272
files: coverage.xml

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: ["3.8","3.10","3.11","3.12"]
3333
os: [ubuntu-22.04]
3434
steps:
35-
- uses: actions/checkout@v4.2.2
35+
- uses: actions/checkout@v5.0.0
3636
- uses: actions/setup-python@v5
3737
with:
3838
python-version: ${{ matrix.python-version }}
@@ -54,7 +54,7 @@ jobs:
5454
coverage xml
5555
- name: Upload coverage to Codecov
5656
if: ${{ !cancelled() }}
57-
uses: codecov/codecov-action@v5.4.3
57+
uses: codecov/codecov-action@v5.5.0
5858
with:
5959
token: ${{ secrets.CODECOV_TOKEN }}
6060
files: coverage.xml

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: ["3.7","3.8","3.9","3.10","3.11","3.12","3.13"]
3333
os: [ubuntu-22.04]
3434
steps:
35-
- uses: actions/checkout@v4.2.2
35+
- uses: actions/checkout@v5.0.0
3636
- uses: actions/setup-python@v5
3737
with:
3838
python-version: ${{ matrix.python-version }}
@@ -66,7 +66,7 @@ jobs:
6666
coverage xml
6767
- name: Upload coverage to Codecov
6868
if: ${{ !cancelled() }}
69-
uses: codecov/codecov-action@v5.4.3
69+
uses: codecov/codecov-action@v5.5.0
7070
with:
7171
token: ${{ secrets.CODECOV_TOKEN }}
7272
files: coverage.xml

0 commit comments

Comments
 (0)