mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
codeql query format
This commit is contained in:
@@ -131,7 +131,9 @@ predicate immutableActionsDataModel(string action) { Extensions::immutableAction
|
||||
* Fields:
|
||||
* - owner: owner name
|
||||
*/
|
||||
predicate trustedActionsOwnerDataModel(string owner) { Extensions::trustedActionsOwnerDataModel(owner) }
|
||||
predicate trustedActionsOwnerDataModel(string owner) {
|
||||
Extensions::trustedActionsOwnerDataModel(owner)
|
||||
}
|
||||
|
||||
/**
|
||||
* MaD models for untrusted git commands
|
||||
|
||||
Reference in New Issue
Block a user