mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Move immutable-actions-list pack to codeql org
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Model pack containing the list of known immutable actions. The Immutable Actions feature is not
|
# Model pack containing the list of known immutable actions. The Immutable Actions feature is not
|
||||||
# yet released, so this pack will only be used within GitHub. Once the feature is available to
|
# yet released, so this pack will only be used within GitHub. Once the feature is available to
|
||||||
# customers, we will move the contents of this pack back into the standard library pack.
|
# customers, we will move the contents of this pack back into the standard library pack.
|
||||||
name: github/immutable-actions-list
|
name: codeql/immutable-actions-list
|
||||||
version: 0.0.1-dev
|
version: 0.0.1-dev
|
||||||
library: true
|
library: true
|
||||||
warnOnImplicitThis: true
|
warnOnImplicitThis: true
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ extensions:
|
|||||||
extensible: immutableActionsDataModel
|
extensible: immutableActionsDataModel
|
||||||
# Since the Immutable Actions feature is not yet available to customers, we won't alert about
|
# Since the Immutable Actions feature is not yet available to customers, we won't alert about
|
||||||
# any unversioned immutable action references for now. Within GitHub, we'll include the
|
# any unversioned immutable action references for now. Within GitHub, we'll include the
|
||||||
# `github/immutable-actions-list` model pack, which will provide the necessary list of actions
|
# `codeql/immutable-actions-list` model pack, which will provide the necessary list of actions
|
||||||
# for internal use. Once the feature is available to customers, we'll move that list back into
|
# for internal use. Once the feature is available to customers, we'll move that list back into
|
||||||
# this file.
|
# this file.
|
||||||
data: []
|
data: []
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ dependencies:
|
|||||||
# Use the `immutable-actions-list` model pack so that we have some actual data to test against.
|
# Use the `immutable-actions-list` model pack so that we have some actual data to test against.
|
||||||
# We can remove this dependency when we incorporate the data from that model pack back into the
|
# We can remove this dependency when we incorporate the data from that model pack back into the
|
||||||
# standard library pack.
|
# standard library pack.
|
||||||
github/immutable-actions-list: ${workspace}
|
codeql/immutable-actions-list: ${workspace}
|
||||||
extractor: actions
|
extractor: actions
|
||||||
tests: .
|
tests: .
|
||||||
warnOnImplicitThis: true
|
warnOnImplicitThis: true
|
||||||
|
|||||||
Reference in New Issue
Block a user