Skip to content

build(deps-dev): bump typescript-eslint in /src/OasdiffExt/OasdiffCLI/V0 #7

build(deps-dev): bump typescript-eslint in /src/OasdiffExt/OasdiffCLI/V0

build(deps-dev): bump typescript-eslint in /src/OasdiffExt/OasdiffCLI/V0 #7

name: CodeQL
on:
push:
branches:
- main
schedule:
- cron: 0 0 1 * 0
timezone: Asia/Ho_Chi_Minh
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'
- .github/*
- .devcontainer/*
- .vscode/*
- tests/*
jobs:
analyze:
name: Analyze
runs-on:
- ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
include:
- language: javascript-typescript
build-mode: none
steps:
- uses: actions/checkout@v6
with:
lfs: false
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: '${{ matrix.language }}'
build-mode: '${{ matrix.build-mode }}'
config: |
paths:
- src
paths-ignore:
- '**/node_modules'
- '**/dist'
- '**/tests'
- name: Initialize CodeQL
uses: github/codeql-action/analyze@v4
with:
category: '/language:${{ matrix.language }}'