Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-ai-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-dbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-flags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-gevent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-mcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
coverage xml
- name: Parse and Upload Coverage
if: ${{ !cancelled() }}
uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main
uses: getsentry/codecov-action@6e1445c5f7b31aede31e62e7235f1eee86d04f6b # main

Check warning on line 85 in .github/workflows/test-integrations-network.yml

View check run for this annotation

@sentry/warden / warden: find-bugs

Dependency update will be reverted if workflows are regenerated from template

The workflow files are auto-generated from `scripts/split_tox_gh_actions/templates/test_group.jinja` but this template still references the old commit hash `fda17cfc37e16a0cc23f61685813390bfee7daf3` while the generated workflow files have been updated to `6e1445c5f7b31aede31e62e7235f1eee86d04f6b`. This inconsistency means the dependency update will be reverted the next time someone runs the generator script.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependency update will be reverted if workflows are regenerated from template

The workflow files are auto-generated from scripts/split_tox_gh_actions/templates/test_group.jinja but this template still references the old commit hash fda17cfc37e16a0cc23f61685813390bfee7daf3 while the generated workflow files have been updated to 6e1445c5f7b31aede31e62e7235f1eee86d04f6b. This inconsistency means the dependency update will be reverted the next time someone runs the generator script.

Verification

Verified by reading the template file at scripts/split_tox_gh_actions/templates/test_group.jinja line 99 which shows the old hash, and grep confirmed all 14 workflow files have the new hash while the template has the old hash.

Identified by Warden find-bugs · RV3-FN5

with:
token: ${{ secrets.GITHUB_TOKEN }}
files: coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-web-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-web-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading