mirror of
https://github.com/github/codeql.git
synced 2025-12-27 22:26:31 +01:00
Add new sources and summary steps
This commit is contained in:
6
ql/lib/ext/manual/AsasInnab_regex-action.model.yml
Normal file
6
ql/lib/ext/manual/AsasInnab_regex-action.model.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
extensions:
|
||||
- addsTo:
|
||||
pack: github/actions-all
|
||||
extensible: actionsSummaryModel
|
||||
data:
|
||||
- ["AsasInnab/regex-action", "*", "input.search_string", "output.first_match", "taint", "manual"]
|
||||
8
ql/lib/ext/manual/MeilCli_regex-match.model.yml
Normal file
8
ql/lib/ext/manual/MeilCli_regex-match.model.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
extensions:
|
||||
- addsTo:
|
||||
pack: github/actions-all
|
||||
extensible: actionsSummaryModel
|
||||
data:
|
||||
- ["MeilCli/regex-match", "*", "input.search_string", "output.matched_first", "taint", "manual"]
|
||||
- ["MeilCli/regex-match", "*", "input.search_string", "output.matched_json", "taint", "manual"]
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
extensions:
|
||||
- addsTo:
|
||||
pack: github/actions-all
|
||||
extensible: actionsSummaryModel
|
||||
data:
|
||||
- ["actions-ecosystem/action-regex-match", "*", "input.text", "output.*", "taint", "manual"]
|
||||
@@ -0,0 +1,6 @@
|
||||
extensions:
|
||||
- addsTo:
|
||||
pack: github/actions-all
|
||||
extensible: actionsSummaryModel
|
||||
data:
|
||||
- ["dsfx3d/action-extract-unique-matches", "*", "input.text", "output.matches", "taint", "manual"]
|
||||
7
ql/lib/ext/manual/kaisugi_action-regex-match.model.yml
Normal file
7
ql/lib/ext/manual/kaisugi_action-regex-match.model.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
extensions:
|
||||
- addsTo:
|
||||
pack: github/actions-all
|
||||
extensible: actionsSummaryModel
|
||||
data:
|
||||
- ["kaisugi/action-regex-match", "*", "input.text", "output.*", "taint", "manual"]
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
extensions:
|
||||
- addsTo:
|
||||
pack: github/actions-all
|
||||
extensible: actionsSummaryModel
|
||||
data:
|
||||
- ["paulschuberth/regex-extract-action", "*", "input.haystack", "output.matches", "taint", "manual"]
|
||||
|
||||
7
ql/lib/ext/manual/release-kit_regex.model.yml
Normal file
7
ql/lib/ext/manual/release-kit_regex.model.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
extensions:
|
||||
- addsTo:
|
||||
pack: github/actions-all
|
||||
extensible: actionsSummaryModel
|
||||
data:
|
||||
- ["release-kit/regex", "*", "input.string", "output.*", "taint", "manual"]
|
||||
|
||||
7
ql/lib/ext/manual/tim-actions_get-pr-commits.model.yml
Normal file
7
ql/lib/ext/manual/tim-actions_get-pr-commits.model.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
extensions:
|
||||
- addsTo:
|
||||
pack: github/actions-all
|
||||
extensible: actionsSourceModel
|
||||
data:
|
||||
- ["tim-actions/get-pr-commits", "*", "output.commits", "text", "manual"]
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
extensions:
|
||||
- addsTo:
|
||||
pack: github/actions-all
|
||||
extensible: actionsSummaryModel
|
||||
data:
|
||||
- ["tmelliottjr/extract-regex-action", "*", "input.input", "output.resultString", "taint", "manual"]
|
||||
- ["tmelliottjr/extract-regex-action", "*", "input.input", "output.resultArray", "taint", "manual"]
|
||||
|
||||
Reference in New Issue
Block a user