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/test-integrations-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
enable-cache: false
- name: Install Java
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Generated workflow reverts Java bump

Low Severity

This workflow is auto-generated and the header says not to edit it manually. The actions/setup-java pin was updated here, but scripts/split_tox_gh_actions/templates/test_group.jinja still references the previous commit, so running the generator will overwrite this bump.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a938726. Configure here.

with:
distribution: 'temurin'
java-version: '21'
Expand Down
Loading