Skip to content

Bump stylelint-config-standard-scss from 14.0.0 to 15.0.1 #53

Bump stylelint-config-standard-scss from 14.0.0 to 15.0.1

Bump stylelint-config-standard-scss from 14.0.0 to 15.0.1 #53

Workflow file for this run

name: SonarQube Scan
on:
pull_request:
types: [opened, synchronize, reopened]
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:
jobs:
scan:
name: Sonar Scan Runner
runs-on: ubuntu-latest
if: github.repository_owner == 'trimble-oss'
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Run Sonar Scan Action
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}