Skip to content

build(deps): bump cross-spawn #1666

build(deps): bump cross-spawn

build(deps): bump cross-spawn #1666

name: "Code Scanning - Action"
on:
push:
branches: [master, production]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
schedule:
- cron: '22 3 * * 0'
jobs:
CodeQL-Build:
# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2