File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1+ name : " CodeQL config for Javascript"
2+
3+ paths :
4+ - dashboard/src/**
Original file line number Diff line number Diff line change 1+ name : " CodeQL config for Python"
2+
3+ paths-ignore :
4+ - agent/bench-scripts/test-bin/fio-histo-log-pctiles.py
5+ - web-server/v0.3/demo.py
Original file line number Diff line number Diff line change 1- # For most projects, this workflow file will not need changing; you simply need
2- # to commit it to your repository.
3- #
4- # You may wish to alter this file to override the set of languages analyzed,
5- # or to provide custom queries or build logic.
6- #
7- # ******** NOTE ********
8- # We have attempted to detect the languages in your repository. Please check
9- # the `language` matrix defined below to confirm you have the correct set of
10- # supported CodeQL languages.
11- #
121name : " CodeQL"
132
143on :
4534 uses : github/codeql-action/init@v2
4635 with :
4736 languages : ${{ matrix.language }}
37+ config-file : ./.github/codeql/${{ matrix.language }}-config.yml
4838 # If you wish to specify custom queries, you can do so here or in a config file.
4939 # By default, queries listed here will override any specified in a config file.
5040 # Prefix the list here with "+" to use these queries and those in the config file.
You can’t perform that action at this time.
0 commit comments