Skip to content

Commit

Permalink
codeql query format
Browse files Browse the repository at this point in the history
  • Loading branch information
felickz committed Jan 10, 2025
1 parent f413c4f commit 1a4c205
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion actions/ql/lib/codeql/actions/config/Config.qll
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a4c205

Please sign in to comment.