Skip to content

Bump the npm-development-minor-patch group across 1 directory with 9 … #1383

Bump the npm-development-minor-patch group across 1 directory with 9 …

Bump the npm-development-minor-patch group across 1 directory with 9 … #1383

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "CodeQL analysis"
on:
push:
tags: ["*"]
branches: ["*"]
pull_request:
branches: ["*"]
schedule:
- cron: "25 10 * * 3"
workflow_dispatch:
permissions: {}
jobs:
analyze:
name: "CodeQL analysis (${{ matrix.language }})"
runs-on: "ubuntu-latest"
permissions:
actions: "read"
contents: "read"
security-events: "write"
strategy:
fail-fast: false
matrix:
language: ["javascript"]
steps:
- name: "Checkout"
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332"
- name: "Initialize CodeQL"
uses: "github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a"
with:
languages: "${{ matrix.language }}"
- name: "Autobuild"
uses: "github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a"
- name: "Perform CodeQL Analysis"
uses: "github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a"