Skip to content

use alpine image as builder so correct wheels get downloaded #101

use alpine image as builder so correct wheels get downloaded

use alpine image as builder so correct wheels get downloaded #101

name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
branches: [ main, next ]
schedule:
- cron: '0 12 1 * *'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'javascript', 'python' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
- name: Autobuild
uses: github/codeql-action/autobuild@v2
# Perfom the analysis
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2