mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
12 lines
482 B
YAML
12 lines
482 B
YAML
|
|
extensions:
|
|
- addsTo:
|
|
pack: codeql/actions-all
|
|
extensible: actionsSourceModel
|
|
data:
|
|
# https://github.com/knu/changed-files
|
|
- ["knu/changed-files", "*", "output.changed_files", "filename", "manual"]
|
|
- ["knu/changed-files", "*", "output.changed_files_json", "filename", "manual"]
|
|
- ["knu/changed-files", "*", "output.matched_files", "filename", "manual"]
|
|
- ["knu/changed-files", "*", "output.matched_files_json", "filename", "manual"]
|