fix dependabot alerts #171
Annotations
2 errors and 2 warnings
Run npm install
HttpError: {"resource":"DeploymentStatus","code":"custom","field":"environment_url","message":"environment_url must use http(s) scheme"}
|
Run npm install
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"
}
|
Run npm install
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/
|
Run npm install
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/
|
Loading