Skip to content

build(deps-dev): bump @types/node from 22.5.4 to 22.5.5 #255

build(deps-dev): bump @types/node from 22.5.4 to 22.5.5

build(deps-dev): bump @types/node from 22.5.4 to 22.5.5 #255

Workflow file for this run

name: CodeQL 🧼
on:
push:
branches: ["main", "dev", "qa"]
paths-ignore:
- "**/*.test.ts"
pull_request:
branches: ["main", "dev", "qa"]
paths-ignore:
- "**/*.test.ts"
schedule:
- cron: "0 0 * * 0"
jobs:
analyze:
name: 🧪 Code QL Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["typescript"]
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.6
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"