Skip to content

build(deps): bump github/codeql-action from 3.30.1 to 3.30.3 in the all group #26

build(deps): bump github/codeql-action from 3.30.1 to 3.30.3 in the all group

build(deps): bump github/codeql-action from 3.30.1 to 3.30.3 in the all group #26

Workflow file for this run

# vim: ts=2 sw=2 et
# On every push, and on every PR, do come checks.
#
# We do the following things:
# * Run CodeQL
name: Run CodeQL
on:
push:
pull_request:
permissions:
contents: read
jobs:
codeql:
name: Run CodeQL on ubuntu-latest & Python 3.13
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Install non-Python dependencies (Ubuntu)
run: |
true
- name: Check out code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Set up Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
with:
python-version: "3.13"
cache: 'pip'
- name: Install dependencies for testing
run: |
pip install .
- name: CodeQL Init
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3
with:
languages: python
- name: CodeQL Analyze
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3
with:
category: "/language:python"