Skip to content

[security](deps): bump the npm_and_yarn group across 1 directory with 7 updates #464

[security](deps): bump the npm_and_yarn group across 1 directory with 7 updates

[security](deps): bump the npm_and_yarn group across 1 directory with 7 updates #464

Workflow file for this run

name: "CodeQL"
on:
push:
branches: ["main", "master"]
pull_request:
branches: ["main", "master"]
schedule:
- cron: "0 4 * * 1"
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 120
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["javascript"]
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/languages/${{ matrix.language }}"