Skip to content

Sensory-to-chemistry enhancements: centring/scaling traps, panel diagnostics, chemistry preprocessing, permutation nulls #1043

Sensory-to-chemistry enhancements: centring/scaling traps, panel diagnostics, chemistry preprocessing, permutation nulls

Sensory-to-chemistry enhancements: centring/scaling traps, panel diagnostics, chemistry preprocessing, permutation nulls #1043

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
# Weekly run so new advisories applied to unchanged code still surface.
- cron: "0 6 * * 1"
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [python]
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.37.8
with:
languages: ${{ matrix.language }}
queries: security-and-quality
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v4.37.8
with:
category: "/language:${{ matrix.language }}"