chore(deps-dev): bump the npm_and_yarn group group with 1 update #187
Annotations
4 errors and 4 warnings
test
Resource not accessible by integration
|
test
Delete all deployments failed: {
"name": "HttpError",
"status": 403,
"headers": {
"access-control-allow-origin": "*",
"access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset",
"connection": "close",
"content-encoding": "gzip",
"content-security-policy": "default-src 'none'",
"content-type": "application/json; charset=utf-8",
"date": "Tue, 05 Mar 2024 21:57:20 GMT",
"referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"server": "GitHub.com",
"strict-transport-security": "max-age=31536000; includeSubdomains; preload",
"transfer-encoding": "chunked",
"vary": "Accept-Encoding, Accept, X-Requested-With",
"x-accepted-github-permissions": "deployments=write",
"x-content-type-options": "nosniff",
"x-frame-options": "deny",
"x-github-api-version-selected": "2022-11-28",
"x-github-media-type": "github.v3; param=ant-man-preview; format=json, github.flash-preview; format=json",
"x-github-request-id": "0FC2:1745:D6D4FD:19EC94E:65E79540",
"x-ratelimit-limit": "15000",
"x-ratelimit-remaining": "14986",
"x-ratelimit-reset": "1709679431",
"x-ratelimit-resource": "core",
"x-ratelimit-used": "14",
"x-xss-protection": "0"
},
"request": {
"method": "POST",
"url": "https://api.github.com/repos/npm/action-deploy/deployments/1369919924/statuses",
"headers": {
"accept": "application/vnd.github.ant-man-preview+json,application/vnd.github.flash-preview+json",
"user-agent": "octokit.js/16.43.2 Node.js/16.20.2 (Linux 6.5; x64)",
"authorization": "token [REDACTED]",
"content-type": "application/json; charset=utf-8"
},
"body": "{\"state\":\"failure\"}",
"request": {
"validate": {
"auto_inactive": {
"type": "boolean"
},
"deployment_id": {
"required": true,
"type": "integer"
},
"description": {
"type": "string"
},
"environment": {
"enum": [
"production",
"staging",
"qa"
],
"type": "string"
},
"environment_url": {
"type": "string"
},
"log_url": {
"type": "string"
},
"owner": {
"required": true,
"type": "string"
},
"repo": {
"required": true,
"type": "string"
},
"state": {
"enum": [
"error",
"failure",
"inactive",
"in_progress",
"queued",
"pending",
"success"
],
"required": true,
"type": "string"
},
"target_url": {
"type": "string"
}
}
}
},
"documentation_url": "https://docs.github.com/rest/deployments/statuses#create-a-deployment-status"
}
|
build
HttpError: {"resource":"DeploymentStatus","code":"custom","field":"environment_url","message":"environment_url must use http(s) scheme"}
|
build
Create deployment failed: {
"name": "HttpError",
"status": 400,
"headers": {
"content-type": "application/json"
},
"request": {
"method": "POST",
"url": "https://api.github.com/repos/owner/repo/deployments",
"headers": {
"accept": "application/vnd.github.ant-man-preview+json,application/vnd.github.flash-preview+json",
"user-agent": "octokit.js/16.43.2 Node.js/18.19.1 (Linux 6.5; x64)",
"authorization": "token [REDACTED]",
"content-type": "application/json; charset=utf-8"
},
"body": "{\"ref\":\"refs/heads/master\",\"required_contexts\":[],\"environment\":\"master\",\"transient_environment\":true,\"auto_merge\":false,\"description\":\"deployed by fake-actor\",\"payload\":\"{\\\"actor\\\":\\\"fake-actor\\\",\\\"main_sha\\\":\\\"fake-sha\\\"}\"}",
"request": {
"validate": {
"auto_merge": {
"type": "boolean"
},
"description": {
"type": "string"
},
"environment": {
"type": "string"
},
"owner": {
"required": true,
"type": "string"
},
"payload": {
"type": "string"
},
"production_environment": {
"type": "boolean"
},
"ref": {
"required": true,
"type": "string"
},
"repo": {
"required": true,
"type": "string"
},
"required_contexts": {
"type": "string[]"
},
"task": {
"type": "string"
},
"transient_environment": {
"type": "boolean"
}
}
}
},
"resource": "DeploymentStatus"
}
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ./. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: ./. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|