Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
c5d685eaa5 | |||
|
b00e2b3bea | ||
c995efd8cd | |||
f18306735f |
@ -1,7 +1,7 @@
|
||||
# setup-java
|
||||
|
||||
GitHub action to setup and configure java.
|
||||
The aim is to abstract [public setup-java action](https://github.com/actions/setup-java)
|
||||
The aim is to abstract [public setup-java action](https://github.com/actions/setup-java)
|
||||
to allow homemade customization, for example adding root ca certificate to the java truststore
|
||||
|
||||
## Usage example
|
||||
@ -20,11 +20,11 @@ jobs:
|
||||
|
||||
runs-on: runner
|
||||
steps:
|
||||
- uses: RouxAntoine/checkout@v3.5.4
|
||||
- uses: https://antoine-roux.tk/projects/actions/checkout@v3.5.4
|
||||
|
||||
- uses: antoine-roux.tk/projects/actions/setup-java@v1.0.0
|
||||
- uses: https://antoine-roux.tk/projects/actions/setup-java@v1.0.0
|
||||
|
||||
- uses: RouxAntoine/auto-changie@v1.0.1
|
||||
- uses: https://antoine-roux.tk/projects/actions/auto-changie@v1.0.1
|
||||
|
||||
- name: Push changelog
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
@ -20,7 +20,7 @@ runs:
|
||||
steps:
|
||||
- name: Retrieve root ca certificate
|
||||
id: get-ca-cert
|
||||
uses: RouxAntoine/get-ca-cert@v1.0.0
|
||||
uses: https://antoine-roux.tk/projects/actions/get-ca-cert@v1.0.0
|
||||
|
||||
- name: Setup java ${{ inputs.distribution }} version ${{ inputs.version }}
|
||||
uses: actions/setup-java@v4
|
||||
@ -31,7 +31,7 @@ runs:
|
||||
overwrite-settings: false
|
||||
|
||||
- name: Add root certificate to java truststore
|
||||
uses: RouxAntoine/add-ca-truststore@v1.1.0
|
||||
uses: https://antoine-roux.tk/projects/actions/add-ca-truststore@v1.1.0
|
||||
id: add-ca-to-truststore
|
||||
with:
|
||||
alias-name: antoine-roux.tk
|
||||
|
3
renovate.json
Normal file
3
renovate.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user