Skip to content

Commit

Permalink
Try out CodeQL Community Packs
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Jan 8, 2025
1 parent f4c1c1b commit 7f68292
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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: githubsecuritylab/codeql-python-extensions,githubsecuritylab/codeql-python-queries

0 comments on commit 7f68292

Please sign in to comment.