From 68001069818466acf89aaeb6ae4bb1b86ffad8b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 03:53:32 +0000 Subject: [PATCH] build(deps): bump getsentry/codecov-action Bumps [getsentry/codecov-action](https://github.com/getsentry/codecov-action) from fda17cfc37e16a0cc23f61685813390bfee7daf3 to 6e1445c5f7b31aede31e62e7235f1eee86d04f6b. - [Release notes](https://github.com/getsentry/codecov-action/releases) - [Changelog](https://github.com/getsentry/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/codecov-action/compare/fda17cfc37e16a0cc23f61685813390bfee7daf3...6e1445c5f7b31aede31e62e7235f1eee86d04f6b) --- updated-dependencies: - dependency-name: getsentry/codecov-action dependency-version: 6e1445c5f7b31aede31e62e7235f1eee86d04f6b dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/test-integrations-agents.yml | 2 +- .github/workflows/test-integrations-ai-workflow.yml | 2 +- .github/workflows/test-integrations-ai.yml | 2 +- .github/workflows/test-integrations-cloud.yml | 2 +- .github/workflows/test-integrations-common.yml | 2 +- .github/workflows/test-integrations-dbs.yml | 2 +- .github/workflows/test-integrations-flags.yml | 2 +- .github/workflows/test-integrations-gevent.yml | 2 +- .github/workflows/test-integrations-graphql.yml | 2 +- .github/workflows/test-integrations-mcp.yml | 2 +- .github/workflows/test-integrations-misc.yml | 2 +- .github/workflows/test-integrations-network.yml | 2 +- .github/workflows/test-integrations-tasks.yml | 2 +- .github/workflows/test-integrations-web-1.yml | 2 +- .github/workflows/test-integrations-web-2.yml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/test-integrations-agents.yml b/.github/workflows/test-integrations-agents.yml index fbb983ef03..0a90894999 100644 --- a/.github/workflows/test-integrations-agents.yml +++ b/.github/workflows/test-integrations-agents.yml @@ -74,7 +74,7 @@ jobs: coverage xml - name: Parse and Upload Coverage if: ${{ !cancelled() }} - uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main + uses: getsentry/codecov-action@6e1445c5f7b31aede31e62e7235f1eee86d04f6b # main with: token: ${{ secrets.GITHUB_TOKEN }} files: coverage.xml diff --git a/.github/workflows/test-integrations-ai-workflow.yml b/.github/workflows/test-integrations-ai-workflow.yml index a3e2bf5c0e..34bc02a7be 100644 --- a/.github/workflows/test-integrations-ai-workflow.yml +++ b/.github/workflows/test-integrations-ai-workflow.yml @@ -78,7 +78,7 @@ jobs: coverage xml - name: Parse and Upload Coverage if: ${{ !cancelled() }} - uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main + uses: getsentry/codecov-action@6e1445c5f7b31aede31e62e7235f1eee86d04f6b # main with: token: ${{ secrets.GITHUB_TOKEN }} files: coverage.xml diff --git a/.github/workflows/test-integrations-ai.yml b/.github/workflows/test-integrations-ai.yml index 5559a72f34..b6caa8cbd4 100644 --- a/.github/workflows/test-integrations-ai.yml +++ b/.github/workflows/test-integrations-ai.yml @@ -94,7 +94,7 @@ jobs: coverage xml - name: Parse and Upload Coverage if: ${{ !cancelled() }} - uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main + uses: getsentry/codecov-action@6e1445c5f7b31aede31e62e7235f1eee86d04f6b # main with: token: ${{ secrets.GITHUB_TOKEN }} files: coverage.xml diff --git a/.github/workflows/test-integrations-cloud.yml b/.github/workflows/test-integrations-cloud.yml index 97aed9e30b..bbe6657e48 100644 --- a/.github/workflows/test-integrations-cloud.yml +++ b/.github/workflows/test-integrations-cloud.yml @@ -90,7 +90,7 @@ jobs: coverage xml - name: Parse and Upload Coverage if: ${{ !cancelled() }} - uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main + uses: getsentry/codecov-action@6e1445c5f7b31aede31e62e7235f1eee86d04f6b # main with: token: ${{ secrets.GITHUB_TOKEN }} files: coverage.xml diff --git a/.github/workflows/test-integrations-common.yml b/.github/workflows/test-integrations-common.yml index 6523ce084e..b9c6586014 100644 --- a/.github/workflows/test-integrations-common.yml +++ b/.github/workflows/test-integrations-common.yml @@ -70,7 +70,7 @@ jobs: coverage xml - name: Parse and Upload Coverage if: ${{ !cancelled() }} - uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main + uses: getsentry/codecov-action@6e1445c5f7b31aede31e62e7235f1eee86d04f6b # main with: token: ${{ secrets.GITHUB_TOKEN }} files: coverage.xml diff --git a/.github/workflows/test-integrations-dbs.yml b/.github/workflows/test-integrations-dbs.yml index 380ded2f80..ffab7709ab 100644 --- a/.github/workflows/test-integrations-dbs.yml +++ b/.github/workflows/test-integrations-dbs.yml @@ -110,7 +110,7 @@ jobs: coverage xml - name: Parse and Upload Coverage if: ${{ !cancelled() }} - uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main + uses: getsentry/codecov-action@6e1445c5f7b31aede31e62e7235f1eee86d04f6b # main with: token: ${{ secrets.GITHUB_TOKEN }} files: coverage.xml diff --git a/.github/workflows/test-integrations-flags.yml b/.github/workflows/test-integrations-flags.yml index 13897537af..f1a08383d2 100644 --- a/.github/workflows/test-integrations-flags.yml +++ b/.github/workflows/test-integrations-flags.yml @@ -82,7 +82,7 @@ jobs: coverage xml - name: Parse and Upload Coverage if: ${{ !cancelled() }} - uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main + uses: getsentry/codecov-action@6e1445c5f7b31aede31e62e7235f1eee86d04f6b # main with: token: ${{ secrets.GITHUB_TOKEN }} files: coverage.xml diff --git a/.github/workflows/test-integrations-gevent.yml b/.github/workflows/test-integrations-gevent.yml index 934498b96c..42cef25d64 100644 --- a/.github/workflows/test-integrations-gevent.yml +++ b/.github/workflows/test-integrations-gevent.yml @@ -70,7 +70,7 @@ jobs: coverage xml - name: Parse and Upload Coverage if: ${{ !cancelled() }} - uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main + uses: getsentry/codecov-action@6e1445c5f7b31aede31e62e7235f1eee86d04f6b # main with: token: ${{ secrets.GITHUB_TOKEN }} files: coverage.xml diff --git a/.github/workflows/test-integrations-graphql.yml b/.github/workflows/test-integrations-graphql.yml index d26b4a422a..b23eba6396 100644 --- a/.github/workflows/test-integrations-graphql.yml +++ b/.github/workflows/test-integrations-graphql.yml @@ -82,7 +82,7 @@ jobs: coverage xml - name: Parse and Upload Coverage if: ${{ !cancelled() }} - uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main + uses: getsentry/codecov-action@6e1445c5f7b31aede31e62e7235f1eee86d04f6b # main with: token: ${{ secrets.GITHUB_TOKEN }} files: coverage.xml diff --git a/.github/workflows/test-integrations-mcp.yml b/.github/workflows/test-integrations-mcp.yml index 0611f9a249..a2782326a4 100644 --- a/.github/workflows/test-integrations-mcp.yml +++ b/.github/workflows/test-integrations-mcp.yml @@ -74,7 +74,7 @@ jobs: coverage xml - name: Parse and Upload Coverage if: ${{ !cancelled() }} - uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main + uses: getsentry/codecov-action@6e1445c5f7b31aede31e62e7235f1eee86d04f6b # main with: token: ${{ secrets.GITHUB_TOKEN }} files: coverage.xml diff --git a/.github/workflows/test-integrations-misc.yml b/.github/workflows/test-integrations-misc.yml index 8787acb8ca..9344f95a62 100644 --- a/.github/workflows/test-integrations-misc.yml +++ b/.github/workflows/test-integrations-misc.yml @@ -102,7 +102,7 @@ jobs: coverage xml - name: Parse and Upload Coverage if: ${{ !cancelled() }} - uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main + uses: getsentry/codecov-action@6e1445c5f7b31aede31e62e7235f1eee86d04f6b # main with: token: ${{ secrets.GITHUB_TOKEN }} files: coverage.xml diff --git a/.github/workflows/test-integrations-network.yml b/.github/workflows/test-integrations-network.yml index 9a4805b3bc..44eedfb71b 100644 --- a/.github/workflows/test-integrations-network.yml +++ b/.github/workflows/test-integrations-network.yml @@ -82,7 +82,7 @@ jobs: coverage xml - name: Parse and Upload Coverage if: ${{ !cancelled() }} - uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main + uses: getsentry/codecov-action@6e1445c5f7b31aede31e62e7235f1eee86d04f6b # main with: token: ${{ secrets.GITHUB_TOKEN }} files: coverage.xml diff --git a/.github/workflows/test-integrations-tasks.yml b/.github/workflows/test-integrations-tasks.yml index 085714d756..5d72bf2228 100644 --- a/.github/workflows/test-integrations-tasks.yml +++ b/.github/workflows/test-integrations-tasks.yml @@ -105,7 +105,7 @@ jobs: coverage xml - name: Parse and Upload Coverage if: ${{ !cancelled() }} - uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main + uses: getsentry/codecov-action@6e1445c5f7b31aede31e62e7235f1eee86d04f6b # main with: token: ${{ secrets.GITHUB_TOKEN }} files: coverage.xml diff --git a/.github/workflows/test-integrations-web-1.yml b/.github/workflows/test-integrations-web-1.yml index 48797f5dcf..26521e6ad1 100644 --- a/.github/workflows/test-integrations-web-1.yml +++ b/.github/workflows/test-integrations-web-1.yml @@ -100,7 +100,7 @@ jobs: coverage xml - name: Parse and Upload Coverage if: ${{ !cancelled() }} - uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main + uses: getsentry/codecov-action@6e1445c5f7b31aede31e62e7235f1eee86d04f6b # main with: token: ${{ secrets.GITHUB_TOKEN }} files: coverage.xml diff --git a/.github/workflows/test-integrations-web-2.yml b/.github/workflows/test-integrations-web-2.yml index 87f69d36bd..096944c7b3 100644 --- a/.github/workflows/test-integrations-web-2.yml +++ b/.github/workflows/test-integrations-web-2.yml @@ -106,7 +106,7 @@ jobs: coverage xml - name: Parse and Upload Coverage if: ${{ !cancelled() }} - uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main + uses: getsentry/codecov-action@6e1445c5f7b31aede31e62e7235f1eee86d04f6b # main with: token: ${{ secrets.GITHUB_TOKEN }} files: coverage.xml