Skip to content

Build(deps): bump js-yaml from 5.2.0 to 5.2.1 in the npm_and_yarn group across 1 directory #15

Build(deps): bump js-yaml from 5.2.0 to 5.2.1 in the npm_and_yarn group across 1 directory

Build(deps): bump js-yaml from 5.2.0 to 5.2.1 in the npm_and_yarn group across 1 directory #15

Workflow file for this run

name: CodeQL
on:
pull_request:
push:
branches: [main]
schedule:
- cron: "23 6 * * 4"
workflow_dispatch:
permissions:
contents: read
security-events: write
concurrency:
group: codeql-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze ${{ matrix.label }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- language: javascript-typescript
label: JavaScript/TypeScript
- language: python
label: Python
steps:
- name: Check out repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Initialize CodeQL
uses: github/codeql-action/init@02c5e83432fe5497fd85b873b6c9f16a8578e1d9 # v3
with:
languages: ${{ matrix.language }}
queries: security-extended
- name: Analyze
uses: github/codeql-action/analyze@02c5e83432fe5497fd85b873b6c9f16a8578e1d9 # v3
with:
category: /language:${{ matrix.language }}