Skip to content

chore(deps): Bump org.moditect:moditect-maven-plugin (#63) #128

chore(deps): Bump org.moditect:moditect-maven-plugin (#63)

chore(deps): Bump org.moditect:moditect-maven-plugin (#63) #128

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- README.md
pull_request:
branches:
- main
paths-ignore:
- README.md
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: |
8
21
cache: maven
- name: Cache Sonar
uses: actions/cache@v3
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Build
run: SONAR_TOKEN=${{ secrets.SONAR_TOKEN }} ./mvnw --no-transfer-progress verify sonar:sonar