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: main
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: docs/self-signed-ca-enterprise
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 23, 2026

  1. docs: document self-signed certificate / internal CA handling for Git…

    …Hub Enterprise
    
    Adds an advanced-usage section explaining the 'self signed certificate in
    certificate chain' error seen on GitHub Enterprise Server and behind
    TLS-inspecting proxies. Recommends the secure fix of trusting the internal
    CA via NODE_EXTRA_CA_CERTS (or the OS trust store on self-hosted runners),
    with a GitHub Enterprise callout, and warns against disabling TLS
    verification since the JDK download has no checksum fallback.
    
    Refs #640
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    brunoborges and Copilot committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    ed62911 View commit details
    Browse the repository at this point in the history
  2. docs: add post-install keytool import for the JDK cacerts trust store

    Document how to make the installed JDK trust an internal CA at application
    runtime by importing it into $JAVA_HOME/lib/security/cacerts with keytool
    after setup-java runs. Clarifies this is the runtime trust layer, distinct
    from the download/transport layer (NODE_EXTRA_CA_CERTS), and notes hosted vs
    self-hosted persistence caveats.
    
    Refs #640 #1035
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    brunoborges and Copilot committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    1ccf20a View commit details
    Browse the repository at this point in the history
Loading