mirror of
https://github.com/apple/pkl.git
synced 2026-04-27 02:38:41 +02:00
This adds jobs to add Gradle dependencies to [GitHub's dependency submission API](https://docs.github.com/en/code-security/how-tos/secure-your-supply-chain/secure-your-dependencies/using-the-dependency-submission-api), and to review when these dependencies change.
11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
amends "pkl:Project"
|
|
|
|
dependencies {
|
|
["pkl.impl.ghactions"] {
|
|
uri = "package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.6.0"
|
|
}
|
|
["gha"] {
|
|
uri = "package://pkg.pkl-lang.org/pkl-pantry/com.github.actions@1.4.0"
|
|
}
|
|
}
|