Skip to content
Closed
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/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
steps:
- uses: actions/checkout@v6

- uses: graalvm/setup-graalvm@dec5790292b7b36d7ad368abe856887749c6c520 # v1
- uses: graalvm/setup-graalvm@790e28947b79a9c09c3391c0f18bf8d0f102ed69 # v1
Copy link

Copilot AI Dec 3, 2025

Choose a reason for hiding this comment

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

The inline comment should be updated to reflect the specific version being used. According to the PR title, this is bumping to v1.4.4, so the comment should be # v1.4.4 instead of # v1 to help maintainers track which version is pinned.

Suggested change
- uses: graalvm/setup-graalvm@790e28947b79a9c09c3391c0f18bf8d0f102ed69 # v1
- uses: graalvm/setup-graalvm@790e28947b79a9c09c3391c0f18bf8d0f102ed69 # v1.4.4

Copilot uses AI. Check for mistakes.
with:
java-version: ${{matrix.java-version}}
distribution: 'graalvm-community'
Expand Down
Loading