Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

fix(deps): update dependency org.xerial:sqlite-jdbc to v3.43.2.2 #106

fix(deps): update dependency org.xerial:sqlite-jdbc to v3.43.2.2

fix(deps): update dependency org.xerial:sqlite-jdbc to v3.43.2.2 #106

Workflow file for this run

# Maven でビルドを実行する。マージされたら、リリースを作成する。
name: Maven
on:
pull_request:
branches:
- main
- master
types:
- opened
- synchronize
paths:
- .github/workflows/maven-ci.yml
pull_request_target:
branches:
- main
- master
types:
- opened
- synchronize
- reopened
- closed
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.merged == true && github.base_ref || github.event.pull_request.head.sha }}
jobs:
maven-ci:
name: Maven CI
uses: book000/templates/.github/workflows/reusable-maven.yml@master