Skip to content

Added separated class for the charge density equation solver + file f… #50

Added separated class for the charge density equation solver + file f…

Added separated class for the charge density equation solver + file f… #50

Workflow file for this run

# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL Advanced"
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
schedule:
- cron: '31 2 * * 3'
jobs:
analyze:
name: Analyze
runs-on: ${{ matrix.os }}
permissions:
security-events: write
packages: read
actions: read
contents: read
strategy:
fail-fast: true
matrix:
language: [python]
os: [ubuntu-latest]
include:
- language: python
os: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"