Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:actions/setup-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v4
Choose a base ref
Loading
...
head repository:actions/setup-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v5
Choose a head ref
Loading
  • 18commits
  • 67files changed
  • 16contributors

Commits on Apr 16, 2025

  1. 1Configuration menu
    Copy the full SHA
    f4f1212View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Improve Error Handling for Setup-Java Action to Help Debug Intermitte…

    …nt Failures (#848)* error-handling* Logic update---------Co-authored-by: “gowridurgad” <“hgowridurgad@github.com>
    @gowridurgad
    gowridurgad and“gowridurgad” authoredJun 23, 2025
    Configuration menu
    Copy the full SHA
    ebb356cView commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. Fix: prevent default installation of JetBrains pre-releases (#859)

    * fix: prevent default installation of JetBrains pre-releases* simplify prerelease filter logic* fix basic validation checks
    @priyagupta108
    priyagupta108 authoredJul 3, 2025
    Configuration menu
    Copy the full SHA
    67aec00View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Bump eslint-plugin-jest from 27.9.0 to 29.0.1 (#730)

    * Bump eslint-plugin-jest from 27.9.0 to 29.0.1Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.11.0.- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)- [Commits](jest-community/eslint-plugin-jest@v27.9.0...v28.11.0)---updated-dependencies:- dependency-name: eslint-plugin-jest  dependency-type: direct:development  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>* Fix failures* Fix lint error---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com>
    @dependabot@HarithaVattikuti
    dependabot[bot] andHarithaVattikuti authoredJul 7, 2025
    Configuration menu
    Copy the full SHA
    c190c18View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. Bump undici from 5.28.5 to 5.29.0 (#833)

    * Bump undici from 5.28.5 to 5.29.0Bumps [undici](https://github.com/nodejs/undici) from 5.28.5 to 5.29.0.- [Release notes](https://github.com/nodejs/undici/releases)- [Commits](nodejs/undici@v5.28.5...v5.29.0)---updated-dependencies:- dependency-name: undici  dependency-version: 5.29.0  dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>* Fix CI failures---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com>
    @dependabot@HarithaVattikuti
    dependabot[bot] andHarithaVattikuti authoredJul 15, 2025
    Configuration menu
    Copy the full SHA
    ae2b61dView commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. Bumps form-data (#887)

    Co-authored-by: “gowridurgad” <“hgowridurgad@github.com>
    @gowridurgad
    gowridurgad and“gowridurgad” authoredJul 30, 2025
    Configuration menu
    Copy the full SHA
    e9343dbView commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Upgrade to node 24 (#888)

    * Upgrade to node 24Upgrading action to node 24 since new runner version.* fix tests* Fix tests and licences* format* format x2* Upgrade Node.js version in workflow files to 24.x* check failure fix* check failures fix* Fix mock platform---------Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>Co-authored-by: Haritha <73516759+HarithaVattikuti@users.noreply.github.com>
    @salmanmkc@aparnajyothi-y@HarithaVattikuti
    3 people authoredAug 20, 2025
    Configuration menu
    Copy the full SHA
    0913e9aView commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. Bump actions/checkout from 4 to 5 (#896)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@v4...v5)---updated-dependencies:- dependency-name: actions/checkout  dependency-version: '5'  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authoredAug 21, 2025
    Configuration menu
    Copy the full SHA
    dded088View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Update documentation to use checkout and Java v5 (#903)

    Co-authored-by: lmvysakh <lmvysakh@github.com>
    @lmvysakh
    lmvysakh andlmvysakh authoredSep 3, 2025
    Configuration menu
    Copy the full SHA
    d0351b4View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Bump prettier from 2.8.8 to 3.6.2 (#873)

    * Bump prettier from 2.8.8 to 3.6.2Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.6.2.- [Release notes](https://github.com/prettier/prettier/releases)- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)- [Commits](prettier/prettier@2.8.8...3.6.2)---updated-dependencies:- dependency-name: prettier  dependency-version: 3.6.2  dependency-type: direct:development  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>* doc update and check failure fix* npm run format-check* doc format update* doc update* doc update---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
    @dependabot@aparnajyothi-y
    dependabot[bot] andaparnajyothi-y authoredSep 9, 2025
    Configuration menu
    Copy the full SHA
    a7ab372View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Clarify JAVA_HOME and PATH setup in README (#841)

    * Update README to clarify JAVA_HOME and PATH setup* Clarify instructions for setting up multiple JDKs in README
    @chiranjib-swain
    chiranjib-swain authoredSep 16, 2025
    Configuration menu
    Copy the full SHA
    8c57fa3View commit details
    Browse the repository at this point in the history
  2. Update Regex to Support All ASDF Versions for the supported distribut…

    …ions in tool-versions File (#767)* Regex update tofix#719* Check failures fix* npm run format, npm run format-check & npm run build* Regex update* regex update* fixed check failures* updated regex* regex update for all the versions* regex and docmentation update* Regex update* format and doc update* doc format update* npm audit fix* resolve conflicts* resolve conflicts* resolve conflicts* doc update* Java version upgrade
    @aparnajyothi-y
    aparnajyothi-y authoredSep 16, 2025
    Configuration menu
    Copy the full SHA
    ead9eaaView commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. adds microsoft openjdk25 builds (#927)

    * adds microsoft java 25 buildadds microsoft java 25 build* tests and formatting* Add Microsoft distribution for version 25 on multiple OS
    @the-mod
    the-mod authoredOct 27, 2025
    Configuration menu
    Copy the full SHA
    de5a937View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. Enhance error logging for network failures to include endpoint/IP det…

    …ails, add retry mechanism and update workflows to use macos-15-intel (#946)* enhance error logging and implement retry* Replace macos-13 with macos-15-intel* refactored code based on Copilot suggestions
    @priya-kinthali
    priya-kinthali authoredNov 13, 2025
    Configuration menu
    Copy the full SHA
    6ba5449View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. Configuration menu
    Copy the full SHA
    66b9457View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. Add GitHub Token Support for GraalVM and Refactor Code (#849)

    * Code updated to let code accept github token and refactored the code.* github token accept through environment variable* fix test error* audit fix commit* update package-lock.json* Update GraalVM Tests* Lint Issue Resolve* Update Test case for Windows* update with enhance code and test
    @mahabaleshwars
    mahabaleshwars authoredNov 18, 2025
    Configuration menu
    Copy the full SHA
    46c56d6View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. feat: Add support for.sdkmanrc file injava-version-file paramet…

    …er (#736)* chore(e2e-versions): Add e2e test scenario on `setup-java-version-from-file-major-minor-patch-with-dist` for `.sdkmanrc`* chore(e2e-versions): Update `setup-java-version-from-file-major-minor-patch-with-dist` test to include the file name of the java-version-file that is used* feat: Add support for `.sdkmanrc` as *Java Version File** chore: Add test for the latest known sdkman java versions* docs(advanced-usage): Document support for `.sdkmanrc` as java-version-file* chore(docs): Anyone can contribute and maintain 🤷* Update advanced-usage.mdAdd example step/file for `.sdkmanrc`* Update advanced-usage.md* Update util.ts* chore: format and rebuild* chore: untouch toolchains.ts* fix check dist error---------Co-authored-by: mahabaleshwars <147705296+mahabaleshwars@users.noreply.github.com>
    @guicamest@mahabaleshwars
    guicamest andmahabaleshwars authoredNov 25, 2025
    Configuration menu
    Copy the full SHA
    4e7e684View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. Bump actions/publish-action from 0.3.0 to 0.4.0 (#912)

    Bumps [actions/publish-action](https://github.com/actions/publish-action) from 0.3.0 to 0.4.0.- [Commits](actions/publish-action@v0.3.0...v0.4.0)---updated-dependencies:- dependency-name: actions/publish-action  dependency-version: 0.4.0  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authoredDec 4, 2025
    Configuration menu
    Copy the full SHA
    f2beeb2View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp