Skip to content

build(deps-dev): bump nock from 13.5.6 to 14.0.11 #2778

build(deps-dev): bump nock from 13.5.6 to 14.0.11

build(deps-dev): bump nock from 13.5.6 to 14.0.11 #2778

Workflow file for this run

name: CodeQL
on:
push:
branches:
- trunk
pull_request:
branches:
- trunk
schedule:
- cron: '36 18 * * 5'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 360
permissions:
security-events: write
actions: read
contents: read
strategy:
fail-fast: false
matrix:
language:
- javascript-typescript
- actions
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
queries: security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: '/language:${{matrix.language}}'