Move immutable-actions-list pack to codeql org

This commit is contained in:
Dave Bartolomeo
2025-02-27 12:30:11 -05:00
parent abc174858e
commit 2dde9ab6b9
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# 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
# 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
library: true
warnOnImplicitThis: true

View File

@@ -4,7 +4,7 @@ extensions:
extensible: immutableActionsDataModel
# 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
# `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
# this file.
data: []

View File

@@ -6,7 +6,7 @@ dependencies:
# 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
# standard library pack.
github/immutable-actions-list: ${workspace}
codeql/immutable-actions-list: ${workspace}
extractor: actions
tests: .
warnOnImplicitThis: true