Skip to content

⬆️ Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#136) #557

⬆️ Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#136)

⬆️ Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#136) #557

name: "CodeQL"
on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
- cron: '0 12 * * 6'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [ 'python' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3