Skip to content

Try out CodeQL Community Packs #6

Try out CodeQL Community Packs

Try out CodeQL Community Packs #6

Workflow file for this run

# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
name: CodeQL
on:
push:
pull_request:
workflow_dispatch:
jobs:
codeql:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
name: CodeQL
steps:
- uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
queries: python
packs: codeql/python-queries, githubsecuritylab/codeql-python-queries