Skip to content

build(deps): update typescript-eslint monorepo to ~5.60.0 (#2715) #4395

build(deps): update typescript-eslint monorepo to ~5.60.0 (#2715)

build(deps): update typescript-eslint monorepo to ~5.60.0 (#2715) #4395

name: CodeQL
on:
pull_request:
branches:
- main
push:
branches:
- main
schedule:
- cron: '0 20 * * 5'
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
- uses: github/codeql-action/init@v2
with:
languages: javascript
- uses: github/codeql-action/analyze@v2