Skip to content
Open
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/ai-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Run Python SDK Tests
uses: getsentry/testing-ai-sdk-integrations@dba21cbfb57482556338983d8c35e6b09b534667
uses: getsentry/testing-ai-sdk-integrations@5b57253605660c813c237839a42826d3d003ee0b
Copy link

Choose a reason for hiding this comment

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

Language parameter not updated after upstream rename

High Severity

The action was bumped to a version that includes the tet-1941-py-to-python change (visible in the PR's upstream commits), which renamed the accepted language value from py to python. However, the workflow still passes language: py, which the updated action likely no longer recognizes. This will cause the CI workflow to fail or behave incorrectly.

Fix in Cursor Fix in Web

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
Loading