Skip to content

🆙 npm(deps-dev): Bump eslint from 8.57.0 to 9.1.1 in the npm group #34

🆙 npm(deps-dev): Bump eslint from 8.57.0 to 9.1.1 in the npm group

🆙 npm(deps-dev): Bump eslint from 8.57.0 to 9.1.1 in the npm group #34

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
paths-ignore:
- '*.md'
pull_request:
branches:
- main
paths-ignore:
- '*.md'
jobs:
codeql:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
actions: read
contents: read
security-events: write
env:
CI: true
LGTM_INDEX_FILTERS: |
exclude:*/dist/*
strategy:
matrix:
language:
- javascript
steps:
- name: Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Initialize CodeQL
uses: github/codeql-action/init@592977e6ae857384aa79bb31e7a1d62d63449ec5
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@592977e6ae857384aa79bb31e7a1d62d63449ec5
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@592977e6ae857384aa79bb31e7a1d62d63449ec5