Skip to content

chore(deps): bump @eslint/plugin-kit from 0.2.1 to 0.2.3 (#312) #161

chore(deps): bump @eslint/plugin-kit from 0.2.1 to 0.2.3 (#312)

chore(deps): bump @eslint/plugin-kit from 0.2.1 to 0.2.3 (#312) #161

Workflow file for this run

name: PR Sonar Scan
on:
push:
branches:
- main
pull_request:
jobs:
sonar-scan:
name: Sonar Scan
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
args: >
-Dsonar.verbose=false
-Dsonar.branch.name=${{ github.head_ref || github.ref_name }}