Skip to content

Bump the npm-development-minor-patch group across 1 directory with 14… #1687

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

Bump the npm-development-minor-patch group across 1 directory with 14… #1687

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3"
- name: "Initialize CodeQL"
uses: "github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2"
with:
languages: "${{ matrix.language }}"
- name: "Autobuild"
uses: "github/codeql-action/autobuild@fe4161a26a8629af62121b670040955b330f9af2"
- name: "Perform CodeQL Analysis"
uses: "github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2"