chore(deps): update actions/setup-java digest to 3a4f6e1 #5482
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Code Quality Checks | |
on: | |
workflow_dispatch: | |
pull_request: | |
push: | |
branches: | |
- master | |
- 'releases/*' | |
jobs: | |
run-spotless: | |
uses: martinwitt/unreusable-workflows/.github/workflows/spotless-gradle.yaml@master | |
with: | |
java-version: '21' | |
distribution: 'oracle' | |
working-dir: './' | |
qodana-scan: | |
permissions: | |
security-events: write | |
uses: martinwitt/unreusable-workflows/.github/workflows/qodana-scan.yaml@master | |
junit: | |
uses: martinwitt/unreusable-workflows/.github/workflows/gradle-tests.yaml@master | |
with: | |
java-version: '21' | |
distribution: 'oracle' | |
working-dir: './' | |
build: | |
uses: martinwitt/unreusable-workflows/.github/workflows/gradle-build.yaml@master | |
with: | |
java-version: '21' | |
distribution: 'oracle' | |
working-dir: './' |