Skip to content

Merge pull request #18 from PiJaAB/feat/w16 #38

Merge pull request #18 from PiJaAB/feat/w16

Merge pull request #18 from PiJaAB/feat/w16 #38

# name: CodeQL
#
# on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main
# # schedule:
# # - cron: '31 7 * * 3'
#
# jobs:
# analyze:
# name: Analyze
# runs-on: ubuntu-latest
#
# permissions:
# actions: read
# checks: write
# contents: read
# security-events: write
#
# strategy:
# fail-fast: false
# matrix:
# language:
# - TypeScript
#
# steps:
# - name: Checkout
# id: checkout
# uses: actions/checkout@v4
#
# - name: Initialize CodeQL
# id: initialize
# uses: github/codeql-action/init@v2
# with:
# languages: ${{ matrix.language }}
# source-root: src
#
# - name: Autobuild
# id: autobuild
# uses: github/codeql-action/autobuild@v2
#
# - name: Perform CodeQL Analysis
# id: analyze
# uses: github/codeql-action/analyze@v2