Skip to content

chore(deps-dev): bump @commitlint/config-conventional from 17.3.0 to 19.2.2 #438

chore(deps-dev): bump @commitlint/config-conventional from 17.3.0 to 19.2.2

chore(deps-dev): bump @commitlint/config-conventional from 17.3.0 to 19.2.2 #438

Workflow file for this run

name: 'CodeQL'
on:
push:
branches:
- master
- '!dependabot/**'
pull_request:
branches:
- master
- '!dependabot/**'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: 'javascript'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3