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 @@
coverage xml
- name: Parse and Upload Coverage
if: ${{ !cancelled() }}
uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main
uses: getsentry/codecov-action@8e1790232ba27f65d2ec25f052095dc1eafd2d63 # main

Check warning on line 77 in .github/workflows/test-integrations-agents.yml

View check run for this annotation

@sentry/warden / warden: find-bugs

[22Y-QXA] Template file not updated - next regeneration will revert dependency (additional location)

The workflow files are auto-generated from `scripts/split_tox_gh_actions/templates/test_group.jinja` (as noted in the file header comments), but this template still references the old SHA `fda17cfc37e16a0cc23f61685813390bfee7daf3` at line 99. When someone next runs `python scripts/split_tox_gh_actions/split_tox_gh_actions.py`, all workflow files will revert to the old codecov-action version, negating this dependency update.
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@8e1790232ba27f65d2ec25f052095dc1eafd2d63 # 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@8e1790232ba27f65d2ec25f052095dc1eafd2d63 # 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@8e1790232ba27f65d2ec25f052095dc1eafd2d63 # 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@8e1790232ba27f65d2ec25f052095dc1eafd2d63 # 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 @@
coverage xml
- name: Parse and Upload Coverage
if: ${{ !cancelled() }}
uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main
uses: getsentry/codecov-action@8e1790232ba27f65d2ec25f052095dc1eafd2d63 # main

Check warning on line 113 in .github/workflows/test-integrations-dbs.yml

View check run for this annotation

@sentry/warden / warden: find-bugs

Template file not updated - next regeneration will revert dependency

The workflow files are auto-generated from `scripts/split_tox_gh_actions/templates/test_group.jinja` (as noted in the file header comments), but this template still references the old SHA `fda17cfc37e16a0cc23f61685813390bfee7daf3` at line 99. When someone next runs `python scripts/split_tox_gh_actions/split_tox_gh_actions.py`, all workflow files will revert to the old codecov-action version, negating this dependency update.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Template file not updated - next regeneration will revert dependency

The workflow files are auto-generated from scripts/split_tox_gh_actions/templates/test_group.jinja (as noted in the file header comments), but this template still references the old SHA fda17cfc37e16a0cc23f61685813390bfee7daf3 at line 99. When someone next runs python scripts/split_tox_gh_actions/split_tox_gh_actions.py, all workflow files will revert to the old codecov-action version, negating this dependency update.

Verification

Read the template file scripts/split_tox_gh_actions/templates/test_group.jinja and confirmed line 99 still uses getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 while the generated workflow file has been updated to @8e1790232ba27f65d2ec25f052095dc1eafd2d63. The workflow file header explicitly states it's auto-generated from the template.

Also found at 1 additional location
  • .github/workflows/test-integrations-agents.yml:77

Identified by Warden find-bugs · 22Y-QXA

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@8e1790232ba27f65d2ec25f052095dc1eafd2d63 # 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@8e1790232ba27f65d2ec25f052095dc1eafd2d63 # 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@8e1790232ba27f65d2ec25f052095dc1eafd2d63 # 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@8e1790232ba27f65d2ec25f052095dc1eafd2d63 # 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@8e1790232ba27f65d2ec25f052095dc1eafd2d63 # 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 @@ -78,7 +78,7 @@ jobs:
coverage xml
- name: Parse and Upload Coverage
if: ${{ !cancelled() }}
uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main
uses: getsentry/codecov-action@8e1790232ba27f65d2ec25f052095dc1eafd2d63 # main
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@8e1790232ba27f65d2ec25f052095dc1eafd2d63 # 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@8e1790232ba27f65d2ec25f052095dc1eafd2d63 # 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@8e1790232ba27f65d2ec25f052095dc1eafd2d63 # main
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: coverage.xml
Expand Down
Loading