Skip to content

chore(deps): update linear-b/gitstream-github-action digest to 0cdd25a #5320

chore(deps): update linear-b/gitstream-github-action digest to 0cdd25a

chore(deps): update linear-b/gitstream-github-action digest to 0cdd25a #5320

Workflow file for this run

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: './'