Skip to content

chore(deps): bump io.gitlab.arturbosch.detekt from 1.23.1 to 1.23.4 #120

chore(deps): bump io.gitlab.arturbosch.detekt from 1.23.1 to 1.23.4

chore(deps): bump io.gitlab.arturbosch.detekt from 1.23.1 to 1.23.4 #120

Workflow file for this run

name: SonarCloud
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: sonar-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build and analyze
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Initialization
uses: ./.github/actions/init
with:
jdk: 17
- name: Build
uses: gradle/gradle-build-action@v2.8.0
env:
DETEKT_IGNORE_FAILURES: true
with:
arguments: build detekt test jacocoTestReport
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}