Skip to content

build(deps): bump the npm_security group across 1 directory with 2 updates #410

build(deps): bump the npm_security group across 1 directory with 2 updates

build(deps): bump the npm_security group across 1 directory with 2 updates #410

Workflow file for this run

name: CodeQL
on:
workflow_dispatch:
push:
branches: [main]
paths:
- 'src/**'
- 'prisma/**'
- 'package.json'
- 'package-lock.json'
pull_request:
branches: [main]
paths:
- 'src/**'
- 'prisma/**'
- 'package.json'
- 'package-lock.json'
schedule:
- cron: "0 4 * * 0"
concurrency:
group: codeql-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
security-events: write
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 22
- name: Initialize CodeQL
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4
with:
languages: javascript-typescript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4
with:
category: "/language:javascript-typescript"