Skip to content

Commit 2dde9ab

Browse files
committed
Move immutable-actions-list pack to codeql org
1 parent abc1748 commit 2dde9ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

actions/ql/extensions/immutable-actions-list/qlpack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
version: 0.0.1-dev
66
library: true
77
warnOnImplicitThis: true

actions/ql/lib/ext/config/immutable_actions.yml

+1-1
Original file line numberDiff line numberDiff 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: []

actions/ql/test/qlpack.yml

+1-1
Original file line numberDiff line numberDiff 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}
1010
extractor: actions
1111
tests: .
1212
warnOnImplicitThis: true

0 commit comments

Comments
 (0)