Skip to content

[TH2-5042] Update bom to 4.6.0 to get rid of vulnerabilities (#26) #18

[TH2-5042] Update bom to 4.6.0 to get rid of vulnerabilities (#26)

[TH2-5042] Update bom to 4.6.0 to get rid of vulnerabilities (#26) #18

name: Build and release Java distributions to sonatype.
on:
push:
branches:
- master
- version-*
paths:
- gradle.properties
jobs:
build:
uses: th2-net/.github/.github/workflows/compound-java.yml@main
with:
build-target: 'Sonatype'
runsOn: ubuntu-latest
gradleVersion: '7'
secrets:
sonatypeUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
sonatypePassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
sonatypeSigningKey: ${{ secrets.SONATYPE_GPG_ARMORED_KEY }}
sonatypeSigningPassword: ${{ secrets.SONATYPE_SIGNING_PASSWORD }}