Skip to content

chore: bump the npm-development group across 1 directory with 30 updates #1222

chore: bump the npm-development group across 1 directory with 30 updates

chore: bump the npm-development group across 1 directory with 30 updates #1222

Workflow file for this run

name: Security
on:
pull_request:
branches: ['main', 'next']
schedule:
- cron: '0 0 * * 6'
permissions: {}
concurrency:
group: '${{ github.workflow }} @ ${{ github.ref }}'
cancel-in-progress: true
jobs:
CodeQL:
name: CodeQL (${{ matrix.label }})
runs-on: ubuntu-latest
permissions:
contents: read
actions: read
# required for all workflows
security-events: write
# required to fetch internal or private CodeQL packs
packages: read
strategy:
fail-fast: false
matrix:
include:
- label: 'GitHub Actions'
language: actions
- label: 'TypeScript'
language: javascript-typescript
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
with:
languages: ${{ matrix.language }}
queries: +security-extended
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
with:
category: '/language:${{matrix.language}}'