Skip to content

Bump eslint-config-prettier from 8.8.0 to 9.0.0 #486

Bump eslint-config-prettier from 8.8.0 to 9.0.0

Bump eslint-config-prettier from 8.8.0 to 9.0.0 #486

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@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2