File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
extensions/immutable-actions-list Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Model pack containing the list of known immutable actions. The Immutable Actions feature is not
22# yet released, so this pack will only be used within GitHub. Once the feature is available to
33# customers, we will move the contents of this pack back into the standard library pack.
4- name : github /immutable-actions-list
4+ name : codeql /immutable-actions-list
55version : 0.0.1-dev
66library : true
77warnOnImplicitThis : true
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ extensions:
44 extensible : immutableActionsDataModel
55 # Since the Immutable Actions feature is not yet available to customers, we won't alert about
66 # any unversioned immutable action references for now. Within GitHub, we'll include the
7- # `github /immutable-actions-list` model pack, which will provide the necessary list of actions
7+ # `codeql /immutable-actions-list` model pack, which will provide the necessary list of actions
88 # for internal use. Once the feature is available to customers, we'll move that list back into
99 # this file.
1010 data : []
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies:
66 # Use the `immutable-actions-list` model pack so that we have some actual data to test against.
77 # We can remove this dependency when we incorporate the data from that model pack back into the
88 # standard library pack.
9- github /immutable-actions-list : ${workspace}
9+ codeql /immutable-actions-list : ${workspace}
1010extractor : actions
1111tests : .
1212warnOnImplicitThis : true
You can’t perform that action at this time.
0 commit comments