Update first-party Pulumi dependencies #3019
run-acceptance-tests.yml
on: pull_request
prerequisites
15m 38s
lint
/
lint
4m 53s
comment-notification
0s
Matrix: build_sdks
Matrix: test
sentinel
29s
Annotations
2 errors and 40 warnings
|
prerequisites
Unexpected changes detected: 1. See file annotations for details.
|
|
Unexpected file modified:
provider/cmd/pulumi-resource-aws-native/schema.json#L0
File modified:
@@ -262772,7 +262772,7 @@
]
},
"aws-native:acmpca:CertificateAuthority": {
- "description": "Private certificate authority.\n\n{{% examples %}}\n## Example Usage\n{{% example %}}\n### Example\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing AwsNative = Pulumi.AwsNative;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var rootCA = new AwsNative.Acmpca.CertificateAuthority(\"rootCA\", new()\n {\n Type = \"ROOT\",\n KeyAlgorithm = \"RSA_2048\",\n SigningAlgorithm = \"SHA256WITHRSA\",\n Subject = new AwsNative.Acmpca.Inputs.CertificateAuthoritySubjectArgs\n {\n Country = \"US\",\n Organization = \"string\",\n OrganizationalUnit = \"string\",\n DistinguishedNameQualifier = \"string\",\n State = \"string\",\n CommonName = \"123\",\n SerialNumber = \"string\",\n Locality = \"string\",\n Title = \"string\",\n Surname = \"string\",\n GivenName = \"string\",\n Initials = \"DG\",\n Pseudonym = \"string\",\n GenerationQualifier = \"DBG\",\n },\n RevocationConfiguration = new AwsNative.Acmpca.Inputs.CertificateAuthorityRevocationConfigurationArgs\n {\n CrlConfiguration = new AwsNative.Acmpca.Inputs.CertificateAuthorityCrlConfigurationArgs\n {\n Enabled = false,\n },\n },\n });\n\n var rootCACertificate = new AwsNative.Acmpca.Certificate(\"rootCACertificate\", new()\n {\n CertificateAuthorityArn = rootCA.Id,\n CertificateSigningRequest = rootCA.CertificateSigningRequest,\n SigningAlgorithm = \"SHA256WITHRSA\",\n TemplateArn = \"arn:aws:acm-pca:::template/RootCACertificate/V1\",\n Validity = new AwsNative.Acmpca.Inputs.CertificateValidityArgs\n {\n Type = \"DAYS\",\n Value = 100,\n },\n });\n\n var rootCAActivation = new AwsNative.Acmpca.CertificateAuthorityActivation(\"rootCAActivation\", new()\n {\n CertificateAuthorityArn = rootCA.Id,\n Certificate = rootCACertificate.Certificate,\n Status = \"ACTIVE\",\n });\n\n var rootCAPermission = new AwsNative.Acmpca.Permission(\"rootCAPermission\", new()\n {\n Actions = new[]\n {\n \"IssueCertificate\",\n \"GetCertificate\",\n \"ListPermissions\",\n },\n CertificateAuthorityArn = rootCA.Id,\n Principal = \"acm.amazonaws.com\",\n });\n\n var subordinateCAOne = new AwsNative.Acmpca.CertificateAuthority(\"subordinateCAOne\", new()\n {\n Type = \"SUBORDINATE\",\n KeyAlgorithm = \"RSA_2048\",\n SigningAlgorithm = \"SHA256WITHRSA\",\n Subject = new AwsNative.Acmpca.Inputs.CertificateAuthoritySubjectArgs\n {\n Country = \"US\",\n Organization = \"string\",\n OrganizationalUnit = \"string\",\n DistinguishedNameQualifier = \"string\",\n State = \"string\",\n CommonName = \"Sub1\",\n SerialNumber = \"string\",\n Locality = \"string\",\n Title = \"string\",\n Surname = \"string\",\n GivenName = \"string\",\n Initials = \"DG\",\n Pseudonym = \"string\",\n GenerationQualifier = \"DBG\",\n },\n RevocationConfiguration = null,\n Tags = new[] {},\n });\n\n var subordinateCAOneCACertificate = new AwsNative.Acmpca.Certificate(\"subordinateCAOneCACertificate\", new()\n {\n CertificateAuthorityArn = rootCA.Id,\n CertificateSigningRequest = subordinateCAOne.CertificateSigningRequest,\n SigningAlgorithm = \"SHA256WITHRSA\",\n TemplateArn = \"arn:aws:acm-pca:::template/SubordinateCACertificate_PathLen3/V1\",\n Validity = new AwsNative.Acmpca.Inputs.CertificateValidityArgs\n {\n Type = \"DAYS
|
|
lint / lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint / lint
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
lint / lint
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
prerequisites
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
prerequisites
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
prerequisites
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
build_sdks (python)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_sdks (python)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
build_sdks (python)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
build_sdks (nodejs)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_sdks (nodejs)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
build_sdks (nodejs)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
build_sdks (dotnet)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_sdks (dotnet)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
build_sdks (dotnet)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
build_sdks (java)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_sdks (java)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
build_sdks (java)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
build_sdks (go)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_sdks (go)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
build_sdks (go)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
test (yaml)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (yaml)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
test (yaml)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
test (java)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (java)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
test (java)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
test (python)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (python)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
test (python)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
test (dotnet)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (dotnet)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
test (dotnet)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
test (go)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (go)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
test (go)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
test (nodejs)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (nodejs)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
test (nodejs)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
sentinel
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
dotnet-sdk.tar.gz
|
46.3 MB |
sha256:f5724ee70816ed31abf78b9921eca877501a2614f2aa8a437993e3e33df6abe0
|
|
|
go-sdk.tar.gz
|
9.51 MB |
sha256:3a16a310e849ea4088ea9d2b6b15da98d8a343d26fb1cb5582017cbe013f6f7f
|
|
|
java-sdk.tar.gz
|
93.8 MB |
sha256:499fa9a96acc6c6c403b518443fad202af9bb746e76929a96672aab2934d2aab
|
|
|
nodejs-sdk.tar.gz
|
36.4 MB |
sha256:394b18740e4fc0fb44fc9e35310d9fb0dd1761bfbe96604e7f902363dd794fac
|
|
|
pulumi-aws-native-provider.tar.gz
|
70.4 MB |
sha256:02c22a2961b9ac21deb392813437f13e62caa5cfe8c20e7f8c2ed94db6913278
|
|
|
python-sdk.tar.gz
|
47.4 MB |
sha256:0475ae6f7366201f33a0ead5ce9762e6f41281a8a8f5109aa14abfa81f011e88
|
|