Skip to content

Update dependency org.mockito:mockito-core from 5.11.0 to 5.12.0 (#419) #103

Update dependency org.mockito:mockito-core from 5.11.0 to 5.12.0 (#419)

Update dependency org.mockito:mockito-core from 5.11.0 to 5.12.0 (#419) #103

Workflow file for this run

name: "CI"
on:
push:
branches:
- '**'
concurrency:
group: ${{ github.ref == 'refs/heads/main' && format('ci-main-{0}', github.sha) || format('ci-{0}', github.ref) }}
cancel-in-progress: true
jobs:
validate:
name: "🦺 Validation"
uses: TWiStErRob/github-workflows/.github/workflows/validate.yml@1e06403c5d561d70e40109c2701ea3092ca6ded7 # v3
permissions:
contents: read
security-events: write
actions: read
build:
name: "🔨 Build & Verify"
needs: validate
uses: ./.github/workflows/ci-build.yml
permissions:
contents: read
checks: write
security-events: write
icons:
name: "🎨 Icons"
uses: ./.github/workflows/ci-icons.yml
permissions:
contents: read
instrumentation:
name: "🧪 Instrumentation Tests on" # / API ${{ matrix.api }} will be appended by used workflow.
needs: validate
uses: ./.github/workflows/ci-instrumentation.yml
permissions:
contents: read
checks: write
statuses: write