Skip to content

Merge pull request #1273 from Mehak-mahajan/fix/numeric-keypad-workou… #3811

Merge pull request #1273 from Mehak-mahajan/fix/numeric-keypad-workou…

Merge pull request #1273 from Mehak-mahajan/fix/numeric-keypad-workou… #3811

name: "CodeQL"
on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
- cron: '38 0 * * 3' # Every Wednesday at 00:38 UTC
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'typescript', 'actions' ]
# Supported languages https://git.io/codeql-language-support
steps:
- name: Checkout repository
uses: actions/checkout@v7
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4