forked from OSGeo/grass
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Ignore paths in CodeQL (OSGeo#1778)
* Do not run CodeQL on PR when only HTML, Markdown, or txt is changed. * Ignore bin and dist dir in the CodeQL analysis. * Ignore testsuite dirs and PyGRASS in-package tests. * Add custom CodeQL config to have paths-ignore settings. * Ignore node_modules dir also in Git.
- Loading branch information
1 parent
5afcea7
commit 60a8934
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: "CodeQL config" | ||
paths-ignore: | ||
- "**/testsuite/**" | ||
- "bin.*" | ||
- "dist.*" | ||
- node_modules | ||
- python/grass/pygrass/tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters