Skip to content

Bump the npm_and_yarn group across 1 directory with 1 update #145

Bump the npm_and_yarn group across 1 directory with 1 update

Bump the npm_and_yarn group across 1 directory with 1 update #145

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "18 17 * * 1"
jobs:
analyze:
name: Analyze Code Quality
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
packages: read
security-events: write
strategy:
fail-fast: false
matrix:
include:
- language: actions
build-mode: none
- language: javascript-typescript
build-mode: none
steps:
- uses: actions/checkout@v5
- uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
queries: security-extended, security-and-quality
- uses: github/codeql-action/analyze@v4
with:
category: "/language:${{matrix.language}}"