feature: migrate to self host actions
This commit is contained in:
parent
f18306735f
commit
c995efd8cd
@ -20,7 +20,7 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Retrieve root ca certificate
|
- name: Retrieve root ca certificate
|
||||||
id: get-ca-cert
|
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 }}
|
- name: Setup java ${{ inputs.distribution }} version ${{ inputs.version }}
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
@ -31,7 +31,7 @@ runs:
|
|||||||
overwrite-settings: false
|
overwrite-settings: false
|
||||||
|
|
||||||
- name: Add root certificate to java truststore
|
- 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
|
id: add-ca-to-truststore
|
||||||
with:
|
with:
|
||||||
alias-name: antoine-roux.tk
|
alias-name: antoine-roux.tk
|
||||||
|
Loading…
Reference in New Issue
Block a user