Skip to content

Merge pull request #30 from hyphae/dependabot/pip/wheel-0.46.3 #46

Merge pull request #30 from hyphae/dependabot/pip/wheel-0.46.3

Merge pull request #30 from hyphae/dependabot/pip/wheel-0.46.3 #46

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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Initialize CodeQL
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
with:
category: "/language:${{matrix.language}}"