Skip to content

Bump org.jqassistant.plugin:parent from 2.4.0-M3 to 2.4.0-RC1 #12

Bump org.jqassistant.plugin:parent from 2.4.0-M3 to 2.4.0-RC1

Bump org.jqassistant.plugin:parent from 2.4.0-M3 to 2.4.0-RC1 #12

Workflow file for this run

---
name: CI
on:
push:
branches:
- main
tags-ignore:
- "*"
pull_request:
branches:
- main
workflow_dispatch: {}
concurrency:
group: build-java-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: jqassistant-tooling/jqassistant-github-actions/.github/workflows/ci.yml@main
with:
publish_snapshots: true
secrets:
ossrh_username: ${{ secrets.OSSRH_USERNAME }}
ossrh_password: ${{ secrets.OSSRH_PASSWORD }}
ossrh_signing_key: ${{ secrets.OSSRH_SIGNING_KEY }}
ossrh_signing_password: ${{ secrets.OSSRH_SIGNING_PASSWORD }}
sonar_token: ${{ secrets.SONAR_TOKEN }}