Skip to content

Bump stylelint-config-standard-scss from 12.0.0 to 13.0.0 #544

Bump stylelint-config-standard-scss from 12.0.0 to 13.0.0

Bump stylelint-config-standard-scss from 12.0.0 to 13.0.0 #544

Workflow file for this run

name: "CodeQL Analysis"
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
branches: [main]
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["javascript"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3