Skip to content

dependency: update @commitlint/cli from 18.2.0 to 18.4.0 #16

dependency: update @commitlint/cli from 18.2.0 to 18.4.0

dependency: update @commitlint/cli from 18.2.0 to 18.4.0 #16

name: "JavaScript CodeQL"
on:
pull_request:
paths:
- "package.json"
- "pnpm-lock.yaml"
- "**.js"
schedule:
- cron: "0 0 */2 * *"
workflow_dispatch:
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
analyzer:
name: "Analyzer"
runs-on: "${{ vars.DEFAULT_UBUNTU }}"
permissions:
actions: "read"
contents: "read"
security-events: "write"
steps:
- name: "Set up workspace"
if: "${{ github.event_name == 'pull_request' }}"
uses: "actions/checkout@v4.1.1"
- name: "Set up workspace"
if: "${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}"
uses: "actions/checkout@v4.1.1"
with:
fetch-depth: 0
- name: "Set up analyzer"
uses: "github/codeql-action/init@v2.22.5"
with:
languages: "javascript"
- name: "Run analyzer"
uses: "github/codeql-action/analyze@v2.22.5"