Skip to content

Commit

Permalink
add python to codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalgoyal committed Dec 7, 2023
1 parent e6ebeef commit c87899f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@ on:
push:

pull_request:
# The branches below must be a subset of the branches above

schedule:
- cron: '22 3 * * 5'
paths-ignore:
- '**/*.md'
- '**/*.txt'

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
needs: java_build
permissions:
actions: read
contents: read
Expand All @@ -33,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'java' ]
language: [ 'java', 'python' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://git.io/codeql-language-support

Expand Down

0 comments on commit c87899f

Please sign in to comment.