Skip to content

chore: bump @commitlint/config-conventional from 19.1.0 to 19.2.2 #3

chore: bump @commitlint/config-conventional from 19.1.0 to 19.2.2

chore: bump @commitlint/config-conventional from 19.1.0 to 19.2.2 #3

Workflow file for this run

name: CodeQL
on:
pull_request_target:
branches:
- main
paths:
- index.ts
- package.json
push:
branches:
- main
paths:
- index.ts
- package.json
permissions:
actions: read
contents: read
security-events: write
jobs:
codeql:
name: CodeQL
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
language:
- javascript-typescript
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Initialize
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Auto Build
uses: github/codeql-action/autobuild@v3
- name: Perform Analysis
uses: github/codeql-action/analyze@v3
with:
category: /language:${{ matrix.language }}