Skip to content

Update gh actions#2300

Open
djankows wants to merge 2 commits intomasterfrom
update-actions
Open

Update gh actions#2300
djankows wants to merge 2 commits intomasterfrom
update-actions

Conversation

@djankows
Copy link
Copy Markdown
Member

@djankows djankows commented Apr 7, 2026

No description provided.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the repository’s GitHub Actions workflows and composite action to newer major versions of commonly used actions (checkout/token/setup-java/cache/CodeQL), aligning CI/release automation on consistent action versions and Java distributions.

Changes:

  • Bump multiple workflows from older actions/* major versions to newer majors (notably checkout, setup-java, cache) and update tibdex/github-app-token.
  • Update CodeQL workflow action majors (github/codeql-action/*).
  • Switch Java distribution usage in updated steps to temurin (including v1/Java 8 workflows and the composite action).

Reviewed changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.github/workflows/release.yml Updates action versions used by the master release workflow.
.github/workflows/release-v1.yml Updates action versions used by the v1 release workflow.
.github/workflows/prepare-release.yml Updates action versions used by the master prepare-release workflow.
.github/workflows/prepare-release-v1.yml Updates action versions used by the v1 prepare-release workflow.
.github/workflows/next-snapshot.yml Updates action versions used by the master next-snapshot workflow (including multiple checkouts).
.github/workflows/next-snapshot-v1.yml Updates action versions used by the v1 next-snapshot workflow (including multiple checkouts).
.github/workflows/maven.yml Updates action versions used by the master Maven build/deploy workflow.
.github/workflows/maven-v1.yml Updates action versions used by the v1 Maven build/deploy workflow.
.github/workflows/maven-v1-pulls.yml Updates action versions used by the v1 PR Maven workflow.
.github/workflows/maven-pulls.yml Updates action versions used by the master PR Maven workflow.
.github/workflows/dependency-review.yml Updates checkout action version for dependency review.
.github/workflows/codeql-analysis.yml Updates checkout and CodeQL action majors for scanning.
.github/actions/action.yml Updates setup-java major and Java distribution inside the composite action.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants