Skip to content

Bump io.freefair.javadoc-utf-8 from 6.6.1 to 8.3 #281

Bump io.freefair.javadoc-utf-8 from 6.6.1 to 8.3

Bump io.freefair.javadoc-utf-8 from 6.6.1 to 8.3 #281

Workflow file for this run

name: QA
on:
push:
branches:
- develop
- master
pull_request:
jobs:
QA:
runs-on: ubuntu-latest
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.event.repository.full_name
steps:
- uses: actions/checkout@v3
with:
fetch-depth: ''
- run: |
git fetch --prune --unshallow
- name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: 11
distribution: 'adopt'
- name: SonarCloud Scan
run: ./gradlew check sonar
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}