mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
11 lines
241 B
JSON
11 lines
241 B
JSON
{
|
|
"paths": [
|
|
".github/workflows/*.yml",
|
|
".github/workflows/*.yaml",
|
|
".github/reusable_workflows/**/*.yml",
|
|
".github/reusable_workflows/**/*.yaml",
|
|
"**/action.yml",
|
|
"**/action.yaml"
|
|
]
|
|
}
|