Skip to content
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 or learn 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.5.0
Choose a base ref
...
head repository: actions/setup-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.7.0
Choose a head ref
  • 8 commits
  • 44 files changed
  • 7 contributors

Commits on Dec 11, 2024

  1. Fix sbt and x86 CI failures on Ubuntu-24 (#693)

    * updated workflows with ubuntu 24.04 runner
    
    * added workflow_dispatch to test workflows
    
    * updated workflow to ubnutu 22.04
    
    * Updated workflows for PR
    
    * workflows updated to ubuntu-latest
    
    * Audit fixes
    mahabaleshwars authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    7136edc View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Add Support for JetBrains Runtime (#637)

    * Add Support for JetBrains Runtime
    
    - Add Installer, Models
    - Includes Tests & Test Manifest Data
    - Add to `e2e-versions.yml`
    - Run `npm run build`
    - Update README.md
    
    * Add Docs + Distro Factory
    
    * Fix Runtime Unrecognizable
    
    * `npm run build` (JBR)
    
    * Fix Incorrect JBR Distribution
    
    * Switch to `jbrsdk_jcef`
    
    * Fix Incorrect File Extension
    
    * `npm run build` (JBR)
    
    * Fix Windows Support
    
    * Add `GITHUB_TOKEN` Authentication
    
    * Update Authorization, Add Documentation
    
    * Fix PR Issues
    
    - Fix JDK 11 URL Bug
    - Add JDK URL Testing to ensure versions can be downloaded
    - Run Prettier
    
    * Change Distribution to \`jbrsdk\`
    
    * Don't Replace Underscores
    
    * Fix `semver` not resolving correctly
    
    * Update e2e-versions.yml
    
    - Add `GITHUB_TOKEN` environment variable for JetBrains requests
    - Add `jetbrains` to other E2E tests
    
    * `npm run format`
    
    * Fix Format, Inaccessible URLs
    
    * Update Tests
    
    * Fix Broken URLs, Add Additional Package Types
    
    * `npm run build`
    
    * Fix JetBrains Tests, Issues in `e2e-versions.yml`
    
    * Add Hidden JDK 11 Versions
    
    * Update `jetbrains-installer` Tests
    
    * Add Notices in Documentation
    
    * Fix Documentation
    
    * Run `npm audit fix`
    
    * Fix Tests on Windows
    gmitch215 authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    7a6d8a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. Update README.md (#723)

    Ben Wells authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    99d3141 View commit details
    Browse the repository at this point in the history
  2. Update cache from 3.2.4 to 4.0.0 (#724)

    * update package-lock.json
    
    * licensed update and cache upgrade
    
    * cache upgrade
    aparnajyothi-y authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    51ab6d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

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

Commits on Jan 28, 2025

  1. Bump @actions/http-client from 2.2.1 to 2.2.3 (#728)

    * Bump @actions/http-client from 2.2.1 to 2.2.3
    
    Bumps [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) from 2.2.1 to 2.2.3.
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/http-client)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/http-client"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix for check-dist and license failures
    
    ---------
    
    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[bot] and aparnajyothi-y authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    d4e4b6b View commit details
    Browse the repository at this point in the history
  2. Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (#727)

    Bumps [actions/publish-immutable-action](https://github.com/actions/publish-immutable-action) from 0.0.3 to 0.0.4.
    - [Release notes](https://github.com/actions/publish-immutable-action/releases)
    - [Commits](actions/publish-immutable-action@0.0.3...v0.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/publish-immutable-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    25f376e View commit details
    Browse the repository at this point in the history
  3. Bump @types/jest from 29.5.12 to 29.5.14 (#729)

    * Bump @types/jest from 29.5.12 to 29.5.14
    
    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.12 to 29.5.14.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix for check failures
    
    ---------
    
    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[bot] and aparnajyothi-y authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    3a4f6e1 View commit details
    Browse the repository at this point in the history
Loading