chore(deps): bump uuid from 1.7.0 to 1.8.0 (#194) #410
main.yml
on: push
Fmt & Clippy Check
50s
Ubuntu Build
1m 37s
Mac Build
2m 58s
Win32 Build
3m 28s
Win64 Build
3m 12s
update_release_draft
7s
Annotations
2 errors and 6 warnings
update_release_draft
Validation Failed: {"resource":"Release","code":"custom","field":"body","message":"body is too long (maximum is 125000 characters)"}
{
name: 'HttpError',
id: '8435164586',
status: 422,
response: {
url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/releases/100309797',
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': '242',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Tue, 26 Mar 2024 11:25:22 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',
'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': '30CC:2BDB0E:CFE3F1:177250D:6602B0A2',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4997',
'x-ratelimit-reset': '1711455918',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '3',
'x-xss-protection': '0'
},
data: {
message: 'Validation Failed',
errors: [
{
resource: 'Release',
code: 'custom',
field: 'body',
message: 'body is too long (maximum is 125000 characters)'
}
],
documentation_url: 'https://docs.github.com/rest/releases/releases#update-a-release'
}
},
request: {
method: 'PATCH',
url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/releases/100309797',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/16.20.2 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"body":"## What’s Changed\\n- chore(deps): bump uuid from 1.7.0 to 1.8.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.7.0 to 1.8.0.\\n<details>\\n<summary>Release notes</summary>\\n<p><em>Sourced from <a href=\\"https://github.com/uuid-rs/uuid/releases\\">uuid\'s releases</a>.</em></p>\\n<blockquote>\\n<h2>1.8.0</h2>\\n<h2>⚠️ Potential Breakage ⚠️</h2>\\n<p>A new <code>impl AsRef<Uuid> for Uuid</code> bound has been added, which can break inference on code like:</p>\\n<pre lang=\\"rust\\"><code>let b = uuid.as_ref();\\n</code></pre>\\n<p>You can fix these by explicitly typing the result of the conversion:</p>\\n<pre lang=\\"rust\\"><code>let b: &[u8] = uuid.as_ref();\\n</code></pre>\\n<p>or by calling <code>as_bytes</code> instead:</p>\\n<pre lang=\\"rust\\"><code>let b = uuid.as_bytes();\\n</code></pre>\\n<h2>What\'s Changed</h2>\\n<ul>\\n<li>docs: fix small spelling mistake by <a href=\\"https://github.com/bengsparks\\"><code>@bengsparks</code></a> in <a href=\\"https://redirect.github.com/uuid-rs/uuid/pull/737\\">uuid-rs/uuid#737</a></li>\\n<li>serde serialize_with support by <a href=\\"https://github.com/dakaizou\\"><code>@dakaizou</code></a> in <a href=\\"https://redirect.github.com/uuid-rs/uuid/pull/735\\">uuid-rs/uuid#735</a></li>\\n<li>Fix up CI builds by <a href=\\"https://github.com/KodrAus\\"><code>@KodrAus</code></a> in <a href=\\"https://redirect.github.com/uuid-rs/uuid/pull/744\\">uuid-rs/uuid#744</a></li>\\n<li>Only add <code>wasm-bindgen</code> as a dependency on <code>wasm32-unknown-unknown</code> by <a href=\\"https://github.com/emilk\\"><code>@emilk</code></a> in <a href=\\"https://redirect.github.com
|
update_release_draft
HttpError: Validation Failed: {"resource":"Release","code":"custom","field":"body","message":"body is too long (maximum is 125000 characters)"}
at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:8462:21
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '8435164586',
name: 'push',
payload: {
after: '88727085f616430e69575aa1939ff79d87791c25',
base_ref: null,
before: 'fcbca67be9260f5e035b6c56ce13a7adf9714493',
commits: [
{
author: {
email: '49699333+dependabot[bot]@users.noreply.github.com',
name: 'dependabot[bot]',
username: 'dependabot[bot]'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '88727085f616430e69575aa1939ff79d87791c25',
message: 'chore(deps): bump uuid from 1.7.0 to 1.8.0 (#194)\n' +
'\n' +
'Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.7.0 to 1.8.0.\r\n' +
'- [Release notes](https://github.com/uuid-rs/uuid/releases)\r\n' +
'- [Commits](https://github.com/uuid-rs/uuid/compare/1.7.0...1.8.0)\r\n' +
'\r\n' +
'---\r\n' +
'updated-dependencies:\r\n' +
'- dependency-name: uuid\r\n' +
' dependency-type: direct:production\r\n' +
' update-type: version-update:semver-minor\r\n' +
'...\r\n' +
'\r\n' +
'Signed-off-by: dependabot[bot] <[email protected]>\r\n' +
'Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>',
timestamp: '2024-03-26T11:25:05Z',
tree_id: '70dea3144020be87ebdd049291b7f80447473b97',
url: 'https://github.com/pbellchambers/rustyhack-mmo/commit/88727085f616430e69575aa1939ff79d87791c25'
}
],
compare: 'https://github.com/pbellchambers/rustyhack-mmo/compare/fcbca67be926...88727085f616',
created: false,
deleted: false,
forced: false,
head_commit: {
author: {
email: '49699333+dependabot[bot]@users.noreply.github.com',
name: 'dependabot[bot]',
username: 'dependabot[bot]'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '88727085f616430e69575aa1939ff79d87791c25',
message: 'chore(deps): bump uuid from 1.7.0 to 1.8.0 (#194)\n' +
'\n' +
'Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.7.0 to 1.8.0.\r\n' +
'- [Release notes](https://github.com/uuid-rs/uuid/releases)\r\n' +
'- [Commits](https://github.com/uuid-rs/uuid/compare/1.7.0...1.8.0)\r\n' +
'\r\n' +
'---\r\n' +
'updated-dependencies:\r\n' +
'- dependency-name: uuid\r\n' +
' dependency-type: direct:production\r\n' +
' update-type: version-update:semver-minor\r\n' +
'...\r\n' +
'\r\n' +
'Signed-off-by: dependabot[bot] <[email protected]>\r\n' +
'Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>',
timestamp: '2024-03-26T11:25:05Z',
tree_id: '70dea3144020be87ebdd049291b7f80447473b97',
url: 'https://github.com/pbellchambers/rustyhack-mmo/commit/88727085f616430e69575aa1939ff79d87791c25'
},
pusher: {
email: '[email protected]',
name: 'pbellchambers'
},
ref: 'refs/heads/main',
repository: {
allow_forking: true,
archive_url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/rep
|
update_release_draft
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: release-drafter/release-drafter@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Fmt & Clippy Check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Mac Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Win64 Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Win32 Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
rustyhack-client-macos
Expired
|
1.12 MB |
|
rustyhack-client-ubuntu
Expired
|
1.21 MB |
|
rustyhack-client-win32
Expired
|
2.11 MB |
|
rustyhack-client-win64
Expired
|
2.64 MB |
|
rustyhack-server-macos
Expired
|
1.15 MB |
|
rustyhack-server-ubuntu
Expired
|
1.24 MB |
|
rustyhack-server-win32
Expired
|
2.6 MB |
|
rustyhack-server-win64
Expired
|
3.09 MB |
|