Skip to content

Bump eslint from 8.57.0 to 8.57.1 #99

Bump eslint from 8.57.0 to 8.57.1

Bump eslint from 8.57.0 to 8.57.1 #99

Workflow file for this run

name: codeql
on:
pull_request:
branches:
- main
workflow_dispatch:
permissions:
actions: read
contents: read
security-events: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
codeql:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
# with:
# config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3