Skip to content

Update GitHub Actions workflow versions#291

Merged
tortmayr merged 1 commit into
masterfrom
update-workflow-action-versions
Jun 10, 2026
Merged

Update GitHub Actions workflow versions#291
tortmayr merged 1 commit into
masterfrom
update-workflow-action-versions

Conversation

@tortmayr

Copy link
Copy Markdown
Contributor

What it does

Updates the pinned versions of the external GitHub Actions used in the CI/release workflows to the latest eligible stable releases. All external actions remain pinned to a full commit SHA with a same-line version comment, per the repository's action-pinning policy.

  • actions/checkout: legacy @v2 -> v6.0.3
  • actions/setup-java: legacy @v1 -> v5.2.0
  • github/codeql-action/init: legacy @v2 -> v4.36.1
  • github/codeql-action/analyze: legacy @v2 -> v4.36.1
  • actions/setup-node -> v6.4.0
  • actions/upload-artifact -> v7.0.1

How to test

The workflows run on this PR. Verify that all CI jobs (build/lint, CodeQL, e2e, etc.) complete successfully against the bumped action versions.

Follow-ups

None.

Changelog

  • This PR should be mentioned in the changelog
  • This PR introduces a breaking change (if yes, provide more details below for the changelog and the migration guide)

- actions/checkout: legacy @v2 -> v6.0.3
- actions/setup-java: legacy @v1 -> v5.2.0
- github/codeql-action/init: legacy @v2 -> v4.36.1
- github/codeql-action/analyze: legacy @v2 -> v4.36.1
- actions/setup-node -> v6.4.0
- actions/upload-artifact -> v7.0.1
@tortmayr tortmayr merged commit 465ddd6 into master Jun 10, 2026
5 checks passed
@tortmayr tortmayr deleted the update-workflow-action-versions branch June 10, 2026 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant