Skip to content

Merge pull request #49 from OlegMakarenko/explorer-frontend/footer #4

Merge pull request #49 from OlegMakarenko/explorer-frontend/footer

Merge pull request #49 from OlegMakarenko/explorer-frontend/footer #4

name: Code Scanning - Action
'on':
push:
branches: [dev, main]
pull_request:
branches: [dev]
schedule:
# yamllint disable-line rule:quoted-strings
- cron: '44 11 * * 3'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 360
permissions:
# required for all workflows
security-events: write
# only required for workflows in private repositories
actions: read
contents: read
strategy:
fail-fast: false
matrix:
language: [javascript-typescript, python]
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 }}
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: /language:${{matrix.language}}