Skip to content

Commit

Permalink
chore: update codeql yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sepehr-Sobhani committed Sep 19, 2023
1 parent 0a5b961 commit 61f3b33
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,13 @@ name: "CodeQL"

on:
push:
# branches: [main]
branches: [main, develop]
pull_request:
# The branches below must be a subset of the branches above
# branches: [main]
branches: [main, develop]
schedule:
- cron: "19 23 * * 5"

# on:
# workflow_dispatch:
# workflow_call:

jobs:
analyze:
name: Analyze
Expand All @@ -36,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [python]
language: [$detected-codeql-languages]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://git.io/codeql-language-support

Expand Down Expand Up @@ -66,9 +62,7 @@ jobs:
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"

0 comments on commit 61f3b33

Please sign in to comment.