Skip to content

Bump eslint from 8.38.0 to 8.39.0 #163

Bump eslint from 8.38.0 to 8.39.0

Bump eslint from 8.38.0 to 8.39.0 #163

Workflow file for this run

name: "CodeQL"
on:
pull_request:
branches:
- main
- "!dependabot/**"
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: "javascript"
queries: +security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2