Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
97030434e7 | |||
0af6142823 | |||
ac4173a983 |
2 changed files with 12 additions and 6 deletions
12
action.yml
12
action.yml
|
@ -22,7 +22,7 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
- name: "Import Secrets"
|
- name: "Import Secrets"
|
||||||
id: "import-secrets"
|
id: "import-secrets"
|
||||||
uses: "https://github.com/hashicorp/vault-action@v3"
|
uses: "https://github.com/hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c" # v3
|
||||||
with:
|
with:
|
||||||
url: "https://vault.w9r.dev"
|
url: "https://vault.w9r.dev"
|
||||||
method: "approle"
|
method: "approle"
|
||||||
|
@ -36,7 +36,7 @@ runs:
|
||||||
kv/data/ci/nexus password | JRELEASER_ARTIFACTORY_TOKEN ;
|
kv/data/ci/nexus password | JRELEASER_ARTIFACTORY_TOKEN ;
|
||||||
kv/data/ci/vulnz username | VULNZ_USERNAME ;
|
kv/data/ci/vulnz username | VULNZ_USERNAME ;
|
||||||
kv/data/ci/vulnz password | VULNZ_PASSWORD ;
|
kv/data/ci/vulnz password | VULNZ_PASSWORD ;
|
||||||
kv/data/ci/releasebot gpgPrivateKey | JRELEASER_GPG_PRIVATE_KEY ;
|
kv/data/ci/releasebot gpgPrivateKey | JRELEASER_GPG_SECRET_KEY ;
|
||||||
kv/data/ci/releasebot gpgPublicKey | JRELEASER_GPG_PUBLIC_KEY ;
|
kv/data/ci/releasebot gpgPublicKey | JRELEASER_GPG_PUBLIC_KEY ;
|
||||||
kv/data/ci/releasebot gpgPassphrase | JRELEASER_GPG_PASSPHRASE ;
|
kv/data/ci/releasebot gpgPassphrase | JRELEASER_GPG_PASSPHRASE ;
|
||||||
kv/data/ci/releasebot ciToken | JRELEASER_GITEA_TOKEN ;
|
kv/data/ci/releasebot ciToken | JRELEASER_GITEA_TOKEN ;
|
||||||
|
@ -56,13 +56,13 @@ runs:
|
||||||
touch /root/.jreleaser/config.properties
|
touch /root/.jreleaser/config.properties
|
||||||
|
|
||||||
- name: "Install syft"
|
- name: "Install syft"
|
||||||
uses: "https://github.com/anchore/sbom-action/download-syft@v0"
|
uses: "https://github.com/anchore/sbom-action/download-syft@df80a981bc6edbc4e220a492d3cbe9f5547a6e75" # v0
|
||||||
id: "install_syft"
|
id: "install_syft"
|
||||||
with:
|
with:
|
||||||
syft-version: "v1.18.1"
|
syft-version: "v1.18.1"
|
||||||
|
|
||||||
- name: "Setup Java and Maven"
|
- name: "Setup Java and Maven"
|
||||||
uses: "https://github.com/s4u/setup-maven-action@v1.18.0"
|
uses: "https://github.com/s4u/setup-maven-action@4f7fb9d9675e899ca81c6161dadbba0189a4ebb1" # v1.18.0
|
||||||
with:
|
with:
|
||||||
checkout-fetch-depth: 0
|
checkout-fetch-depth: 0
|
||||||
java-distribution: "temurin"
|
java-distribution: "temurin"
|
||||||
|
@ -136,9 +136,9 @@ runs:
|
||||||
|
|
||||||
- name: "Import Commit Signing GPG key"
|
- name: "Import Commit Signing GPG key"
|
||||||
id: "import-gpg"
|
id: "import-gpg"
|
||||||
uses: "https://github.com/crazy-max/ghaction-import-gpg@v6"
|
uses: "https://github.com/crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5" # v6
|
||||||
with:
|
with:
|
||||||
gpg_private_key: "${{ env.JRELEASER_GPG_PRIVATE_KEY }}"
|
gpg_private_key: "${{ env.JRELEASER_GPG_SECRET_KEY }}"
|
||||||
passphrase: "${{ env.JRELEASER_GPG_PASSPHRASE }}"
|
passphrase: "${{ env.JRELEASER_GPG_PASSPHRASE }}"
|
||||||
git_user_signingkey: true
|
git_user_signingkey: true
|
||||||
git_commit_gpgsign: true
|
git_commit_gpgsign: true
|
||||||
|
|
6
renovate.json
Normal file
6
renovate.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"local>w9r.dev/renovate-config"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue