Skip to content

Bump the actions-minor group across 1 directory with 2 updates#3965

Merged
mbg merged 2 commits into
mainfrom
dependabot/github_actions/dot-github/workflows/actions-minor-ea9362b8e5
Jun 17, 2026
Merged

Bump the actions-minor group across 1 directory with 2 updates#3965
mbg merged 2 commits into
mainfrom
dependabot/github_actions/dot-github/workflows/actions-minor-ea9362b8e5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions-minor group with 2 updates in the /.github/workflows directory: actions/setup-java and ruby/setup-ruby.

Updates actions/setup-java from 5.2.0 to 5.3.0

Release notes

Sourced from actions/setup-java's releases.

v5.3.0

What's Changed

New Contributors

Full Changelog: actions/setup-java@v5...v5.3.0

Commits
  • ad2b381 Bump @​vercel/ncc from 0.38.1 to 0.44.0 (#1018)
  • b24df5b Make the Adoptopenjdk package type look at the Temurin repo first for latest ...
  • 43120bc Implement pagination with link headers for Adoptium based apis (#1014)
  • ad9d6a6 Bump @​types/node from 24.1.0 to 25.9.3 (#950)
  • 039af37 Bump picomatch, @​types/jest, jest, jest-circus and ts-jest (#1016)
  • 1756ab6 Bump eslint-config-prettier from 8.10.0 to 10.1.8 (#881)
  • 662bb59 Bump @​typescript-eslint/eslint-plugin from 8.35.1 to 8.46.2 (#952)
  • 1071fc1 fix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parse...
  • 576b821 Merge pull request #674 from gdams/alpine
  • 307d3a2 update readme for ubuntu sudo java_home behavior (#1013)
  • Additional commits viewable in compare view

Updates ruby/setup-ruby from 1.310.0 to 1.312.0

Release notes

Sourced from ruby/setup-ruby's releases.

v1.312.0

What's Changed

New Contributors

Full Changelog: ruby/setup-ruby@v1.311.0...v1.312.0

v1.311.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.310.0...v1.311.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions-minor group with 2 updates in the /.github/workflows directory: [actions/setup-java](https://github.com/actions/setup-java) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby).


Updates `actions/setup-java` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@be666c2...ad2b381)

Updates `ruby/setup-ruby` from 1.310.0 to 1.312.0
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@afeafc3...12fd324)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor
- dependency-name: ruby/setup-ruby
  dependency-version: 1.312.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the Rebuild Re-transpile JS & re-generate workflows label Jun 17, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 17, 2026 17:57
@github-actions github-actions Bot added size/XS Should be very easy to review and removed Rebuild Re-transpile JS & re-generate workflows labels Jun 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks.

@github-actions github-actions Bot marked this pull request as draft June 17, 2026 18:00
@mbg mbg marked this pull request as ready for review June 17, 2026 18:10
Copilot AI review requested due to automatic review settings June 17, 2026 18:10

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Warning

  • Copilot's review of this pull request may be incomplete because some of the changed files are excluded by your Copilot content exclusion settings. See Excluding content from Copilot for details.

Pull request overview

This PR updates pinned GitHub Action dependencies used by the PR-check workflow generation/templates, bumping actions/setup-java and ruby/setup-ruby to newer patch/minor releases. This keeps the repository’s generated CI checks aligned with upstream action fixes and security updates while preserving commit-SHA pinning.

Changes:

  • Bump actions/setup-java from v5.2.0 to v5.3.0 (pinned by commit SHA) in the PR-check generator.
  • Bump ruby/setup-ruby from v1.310.0 to v1.312.0 (pinned by commit SHA) in the RuboCop multi-language check template.
  • Regenerate corresponding .github/workflows/__*.yml outputs (contents excluded by policy).
Show a summary per file
File Description
pr-checks/sync.ts Updates the pinned actions/setup-java SHA/version used when generating workflows.
pr-checks/checks/rubocop-multi-language.yml Updates the pinned ruby/setup-ruby SHA/version in the RuboCop multi-language template.
.github/workflows/__build-mode-autobuild.yml Generated workflow updated (content excluded by policy).
.github/workflows/__rubocop-multi-language.yml Generated workflow updated (content excluded by policy).
.github/workflows/__autobuild-direct-tracing-with-working-dir.yml Generated workflow updated (content excluded by policy).

Copilot's findings

Files excluded by content exclusion policy (3)
  • .github/workflows/__autobuild-direct-tracing-with-working-dir.yml
  • .github/workflows/__build-mode-autobuild.yml
  • .github/workflows/__rubocop-multi-language.yml
  • Files reviewed: 2/5 changed files
  • Comments generated: 0

@mbg mbg added this pull request to the merge queue Jun 17, 2026
Merged via the queue into main with commit 3b64eee Jun 17, 2026
218 checks passed
@mbg mbg deleted the dependabot/github_actions/dot-github/workflows/actions-minor-ea9362b8e5 branch June 17, 2026 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Should be very easy to review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants