aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql.yml
AgeCommit message (Collapse)AuthorLines
2024-10-20codeql workflow: Switch from pip to aptBernd Schubert-2/+2
On some runs: Run pip install --break-system-packages -r requirements.txt .... no such option: --break-system-packages Error: Process completed with exit code 2. On other runs it refuses to install and asks for that option as it refuses to override system packages. Also require ubuntu-latest only, as MacOS is not supported at all by libfuse.
2024-10-14Create codeql.ymlBernd Schubert-0/+80