Skip to content

Bump com.github.spotbugs from 6.0.18 to 6.0.19 #881

Bump com.github.spotbugs from 6.0.18 to 6.0.19

Bump com.github.spotbugs from 6.0.18 to 6.0.19 #881

name: Gradle Publish
on:
push:
branches:
- develop
schedule:
- cron: 0 3 * * * # Daily 3 a.m.
permissions: read-all
jobs:
gradle-publish:
name: Gradle Publish
uses: interlok-tooling/reusable-workflows/.github/workflows/gradle-publish.yml@main
secrets:
NEXUS_REPO_PASSWORD: ${{ secrets.NEXUS_REPO_PASSWORD }}
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
TEAMS_IDN_WH_URL: ${{ secrets.TEAMS_IDN_WH_URL }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}