Skip to content

Merge pull request #17 from hyphae/dependabot/github_actions/actions/… #26

Merge pull request #17 from hyphae/dependabot/github_actions/actions/…

Merge pull request #17 from hyphae/dependabot/github_actions/actions/… #26

Workflow file for this run

name: "CodeQL Analysis"
on:
push:
branches: [ "main"]
pull_request:
branches: [ "main" ]
schedule:
- cron: '0 0 * * 1'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'python', 'javascript' ]
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{matrix.language}}"