fix dependabot alerts #172
Annotations
2 errors and 8 warnings
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/
|
test
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/
|
test
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/
|
test
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/
|
test
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/
|
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/
|