build: upgrade dependencies (#870) #6
Annotations
2 errors
Create Release
Validation Failed: {"resource":"Release","code":"already_exists","field":"tag_name"}
{
name: 'HttpError',
id: '12046072664',
status: 422,
response: {
url: 'https://api.github.com/repos/codefresh-io/cli/releases',
status: 422,
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-length': '209',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Wed, 27 Nov 2024 08:02:04 GMT',
'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
server: 'github.com',
'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-accepted-github-permissions': 'contents=write; contents=write,workflows=write',
'x-content-type-options': 'nosniff',
'x-frame-options': 'deny',
'x-github-api-version-selected': '2022-11-28',
'x-github-media-type': 'github.v3; format=json',
'x-github-request-id': '0447:174E27:250D9CD:48D7AF6:6746D1FC',
'x-ratelimit-limit': '15000',
'x-ratelimit-remaining': '14986',
'x-ratelimit-reset': '1732698115',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '14',
'x-xss-protection': '0'
},
data: {
message: 'Validation Failed',
errors: [
{
resource: 'Release',
code: 'already_exists',
field: 'tag_name'
}
],
documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release',
status: '422'
}
},
request: {
method: 'POST',
url: 'https://api.github.com/repos/codefresh-io/cli/releases',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.18.0 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"target_commitish":"refs/heads/master","name":"v0.88.3","tag_name":"v0.88.3","body":"## Changes\\n\\n* No changes\\n","draft":false,"prerelease":false,"make_latest":"true"}',
request: {}
},
event: {
id: '12046072664',
name: 'push',
payload: {
after: 'f0a514cdadc686c5ce7615febca8703dbbfa4648',
base_ref: null,
before: '7e49659afc80c50665f03c568ac699a4edd0412c',
commits: [
{
author: {
email: '[email protected]',
name: 'Zhenya Tikhonov',
username: 'masontikhonov'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'f0a514cdadc686c5ce7615febca8703dbbfa4648',
message: 'build: upgrade dependencies (#870)\n' +
'\n' +
'## What\r\n' +
'\r\n' +
'This PR reapplies #866 that was previously reverted in #869.\r\n' +
'\r\n' +
'It contains upgrade for multiple dependencies to address critical- and\r\n' +
'high-level CVE.\r\n' +
'\r\n' +
'In addition to #866, it:\r\n' +
'\r\n' +
'* upgrades `npm` to address\r\n' +
'[CVE-2024-21538](https://scout.docker.com/vulnerabilities/id/CVE-2024-21538?s=github&n=cross-spawn&t=npm&vr=%3E%3D7.0.0%2C%3C7.0.5&utm_source=desktop&utm_medium=ExternalLink).\r\n' +
'* Sets `NODE_NO_WARNINGS=1` env in Dockerfile\r\n' +
'([ref](https://nodejs.org/api/cli.html#node_no_warnings1)) in order to\r\n' +
'suppress Node.js deprecation warnings, that may interrupt end-user\r\n' +
'automati
|
Create Release
HttpError: Validation Failed: {"resource":"Release","code":"already_exists","field":"tag_name"}
at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:8462:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '12046072664',
name: 'push',
payload: {
after: 'f0a514cdadc686c5ce7615febca8703dbbfa4648',
base_ref: null,
before: '7e49659afc80c50665f03c568ac699a4edd0412c',
commits: [
{
author: {
email: '[email protected]',
name: 'Zhenya Tikhonov',
username: 'masontikhonov'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'f0a514cdadc686c5ce7615febca8703dbbfa4648',
message: 'build: upgrade dependencies (#870)\n' +
'\n' +
'## What\r\n' +
'\r\n' +
'This PR reapplies #866 that was previously reverted in #869.\r\n' +
'\r\n' +
'It contains upgrade for multiple dependencies to address critical- and\r\n' +
'high-level CVE.\r\n' +
'\r\n' +
'In addition to #866, it:\r\n' +
'\r\n' +
'* upgrades `npm` to address\r\n' +
'[CVE-2024-21538](https://scout.docker.com/vulnerabilities/id/CVE-2024-21538?s=github&n=cross-spawn&t=npm&vr=%3E%3D7.0.0%2C%3C7.0.5&utm_source=desktop&utm_medium=ExternalLink).\r\n' +
'* Sets `NODE_NO_WARNINGS=1` env in Dockerfile\r\n' +
'([ref](https://nodejs.org/api/cli.html#node_no_warnings1)) in order to\r\n' +
'suppress Node.js deprecation warnings, that may interrupt end-user\r\n' +
'automations, that rely on exact CLi output.\r\n' +
'* Migrates from `pkg`, which is no longer maintained, to its fork\r\n' +
'`@yao-pkg/pkg`.',
timestamp: '2024-11-27T12:01:42+04:00',
tree_id: 'eedda0cbbbddc30303515fa4ac8adefb04471cbf',
url: 'https://github.com/codefresh-io/cli/commit/f0a514cdadc686c5ce7615febca8703dbbfa4648'
}
],
compare: 'https://github.com/codefresh-io/cli/compare/7e49659afc80...f0a514cdadc6',
created: false,
deleted: false,
enterprise: {
avatar_url: 'https://avatars.githubusercontent.com/b/18608?v=4',
created_at: '2022-12-16T17:38:23Z',
description: '',
html_url: 'https://github.com/enterprises/octopusdeployMSEA',
id: 18608,
name: 'Octopus Deploy',
node_id: 'E_kgDNSLA',
slug: 'octopusdeployMSEA',
updated_at: '2024-07-24T20:09:19Z',
website_url: 'https://octopus.com'
},
forced: false,
head_commit: {
author: {
email: '[email protected]',
name: 'Zhenya Tikhonov',
username: 'masontikhonov'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'f0a514cdadc686c5ce7615febca8703dbbfa4648',
message: 'build: upgrade dependencies (#870)\n' +
'\n' +
'## What\r\n' +
'\r\n' +
'This PR reapplies #866 that was previously reverted in #869.\r\n' +
'\r\n' +
'It contains upgrade for multiple dependencies to address critical- and\r\n' +
'high-level CVE.\r\n' +
'\r\n' +
'In addition to #866, it:\r\n' +
'\r\n' +
'* upgrades `npm` to address\r\n' +
'[CVE-2024-21538](https://scout.docker.com/vulnerabilities/id/CVE-2024-21538?s=github&n=cross-spawn&t=npm&vr=%3E%3D7.0.0%2C%3C7.0.5&utm_source=desktop&utm_medium=ExternalLink).\r\n' +
'* Sets `NODE_NO_WARNINGS=1` env in Dockerfile\r\n' +
'([r
|