Skip to content

Merge pull request #293 from OldSneerJaw/dependabot/npm_and_yarn/prod… #795

Merge pull request #293 from OldSneerJaw/dependabot/npm_and_yarn/prod…

Merge pull request #293 from OldSneerJaw/dependabot/npm_and_yarn/prod… #795

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
pull_request:
# The branches for pull_request must be a subset of the branches for push
branches:
- main
schedule:
- cron: 30 17 * * 2
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language:
- javascript # TypeScript is covered by the JavaScript language scanner
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3