mirror of
https://github.com/github/codeql.git
synced 2025-12-16 00:33:11 +01:00
14 lines
667 B
YAML
14 lines
667 B
YAML
# 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
|
|
version: 0.0.1-dev
|
|
library: true
|
|
extensionTargets:
|
|
# We expect to need this model pack even after GA of Actions analysis, so make it compatible with
|
|
# all future prereleases plus 1.x.x. We should be able to remove this back before we need to
|
|
# bump the major version to 2.
|
|
codeql/actions-all: ">=0.4.3 <2.0.0"
|
|
dataExtensions:
|
|
- ext/**/*.yml
|