Skip to content

Update dependency org.xerial:sqlite-jdbc from 3.45.1.0 to 3.45.2.0 (#… #312

Update dependency org.xerial:sqlite-jdbc from 3.45.1.0 to 3.45.2.0 (#…

Update dependency org.xerial:sqlite-jdbc from 3.45.1.0 to 3.45.2.0 (#… #312

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@19333c04e57739ec6074b09c6ca09c225c94dc09 # v1
build:
name: "🔨 Build & Verify"
needs: validate
uses: ./.github/workflows/CI-build.yml