File tree 3 files changed +3
-3
lines changed
extensions/immutable-actions-list
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Model pack containing the list of known immutable actions. The Immutable Actions feature is not
2
2
# yet released, so this pack will only be used within GitHub. Once the feature is available to
3
3
# 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
5
5
version : 0.0.1-dev
6
6
library : true
7
7
warnOnImplicitThis : true
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ extensions:
4
4
extensible : immutableActionsDataModel
5
5
# Since the Immutable Actions feature is not yet available to customers, we won't alert about
6
6
# 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
8
8
# for internal use. Once the feature is available to customers, we'll move that list back into
9
9
# this file.
10
10
data : []
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies:
6
6
# Use the `immutable-actions-list` model pack so that we have some actual data to test against.
7
7
# We can remove this dependency when we incorporate the data from that model pack back into the
8
8
# standard library pack.
9
- github /immutable-actions-list : ${workspace}
9
+ codeql /immutable-actions-list : ${workspace}
10
10
extractor : actions
11
11
tests : .
12
12
warnOnImplicitThis : true
You can’t perform that action at this time.
0 commit comments