Skip to content

Update plugin com.gradle.develocity from 3.17.2 to 3.17.3 (#416) #96

Update plugin com.gradle.develocity from 3.17.2 to 3.17.3 (#416)

Update plugin com.gradle.develocity from 3.17.2 to 3.17.3 (#416) #96

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@f44f69e4ba1bcbd6a7ecf29dba33342d23e3220c # 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