Skip to content

Merge branch 'main' into MP-1799-wrapper-script #330

Merge branch 'main' into MP-1799-wrapper-script

Merge branch 'main' into MP-1799-wrapper-script #330

Workflow file for this run

name: "CodeQL"
on:
push:
branches: []
paths-ignore:
- "**.md"
# pull_request:
# # The branches below must be a subset of the branches above
# branches: []
# paths-ignore:
# - "**.md"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
matrix:
# Add the language(s) you want to analyze here as an array of strings
# for example: ['javascript'] or ['python', 'javascript']
language: ["javascript"]
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
with:
category: "/language:${{matrix.language}}"