Bump org.scala-lang:scala-library from 2.13.15 to 2.13.16 (#5020) #313
Annotations
2 errors and 1 warning
Run release-drafter/release-drafter@v6
Unknown error: {"data":null,"errors":[{"message":"Something went wrong while executing your query. This may be the result of a timeout, or it could be a GitHub bug. Please include `6480:213B44:F5C04EB:1EBA3041:678573C3` when reporting this issue."}]}
{
name: 'HttpError',
id: '12755244529',
status: 502,
response: {
url: 'https://api.github.com/graphql',
status: 502,
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-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset',
connection: 'close',
'content-type': 'application/json',
date: 'Mon, 13 Jan 2025 20:13:01 GMT',
server: 'github.com',
'transfer-encoding': 'chunked',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-github-request-id': '6480:213B44:F5C04EB:1EBA3041:678573C3'
},
data: {
data: null,
errors: [
{
message: 'Something went wrong while executing your query. This may be the result of a timeout, or it could be a GitHub bug. Please include `6480:213B44:F5C04EB:1EBA3041:678573C3` when reporting this issue.'
}
]
}
},
request: {
method: 'POST',
url: 'https://api.github.com/graphql',
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: '{"query":"\\n query findCommitsWithAssociatedPullRequests(\\n $name: String!\\n $owner: String!\\n $targetCommitish: String!\\n $withPullRequestBody: Boolean!\\n $withPullRequestURL: Boolean!\\n $since: GitTimestamp\\n $after: String\\n $withBaseRefName: Boolean!\\n $withHeadRefName: Boolean!\\n ) {\\n repository(name: $name, owner: $owner) {\\n object(expression: $targetCommitish) {\\n ... on Commit {\\n history(first: 100, since: $since, after: $after) {\\n totalCount\\n pageInfo {\\n hasNextPage\\n endCursor\\n }\\n nodes {\\n id\\n committedDate\\n message\\n author {\\n name\\n user {\\n login\\n }\\n }\\n associatedPullRequests(first: 5) {\\n nodes {\\n title\\n number\\n url @include(if: $withPullRequestURL)\\n body @include(if: $withPullRequestBody)\\n author {\\n login\\n }\\n baseRepository {\\n nameWithOwner\\n }\\n mergedAt\\n isCrossRepository\\n labels(first: 100) {\\n nodes {\\n name\\n }\\n }\\n merged\\n baseRefName @include(if: $withBaseRefName)\\n headRefName @include(if: $withHeadRefName)\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n","variables":{"name":"security","owner":"cwperks","targetCommitish":"refs/heads/main","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"after":"3e62dc9b181eb6f4aa948c2dc12c2f2dd05dbed9 799"}}',
request: { retryCount: 3, retries: 3, retryAfter: 16 }
},
event: {
id: '12755244529',
name: 'push',
payload: {
after: '3e62dc9b181eb6f4aa948c2dc12c2f2dd05dbed9',
base_ref: null,
before: 'cd1dcbde45a6c2523505360f2fa15483b170e7f5',
commits: [
{
author: {
email: 'andriy.redko@aiven.io',
name: 'Andriy Redko',
username: 'reta'
},
|
Run release-drafter/release-drafter@v6
HttpError: Unknown error: {"data":null,"errors":[{"message":"Something went wrong while executing your query. This may be the result of a timeout, or it could be a GitHub bug. Please include `6480:213B44:F5C04EB:1EBA3041:678573C3` when reporting this issue."}]}
at /home/runner/work/_actions/release-drafter/release-drafter/v6/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/v6/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '12755244529',
name: 'push',
payload: {
after: '3e62dc9b181eb6f4aa948c2dc12c2f2dd05dbed9',
base_ref: null,
before: 'cd1dcbde45a6c2523505360f2fa15483b170e7f5',
commits: [
{
author: {
email: 'andriy.redko@aiven.io',
name: 'Andriy Redko',
username: 'reta'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'cfd8a497be60941681e5a27cbece4c8cb17627b5',
message: 'Update Gradle to 8.12 (#5017)\n' +
'\n' +
'Signed-off-by: Andriy Redko <andriy.redko@aiven.io>',
timestamp: '2025-01-10T22:00:03+01:00',
tree_id: '18aa98a96d9c0c1328dd73cf23518534576c4b96',
url: 'https://github.com/cwperks/security/commit/cfd8a497be60941681e5a27cbece4c8cb17627b5'
},
{
author: {
email: '49699333+dependabot[bot]@users.noreply.github.com',
name: 'dependabot[bot]',
username: 'dependabot[bot]'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '4cd55e94dfd33e59f7f148dc6082a606fef51cdd',
message: 'Bump commons-codec:commons-codec from 1.17.1 to 1.17.2 (#5019)\n' +
'\n' +
'Signed-off-by: dependabot[bot] <support@github.com>\r\n' +
'Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>',
timestamp: '2025-01-13T07:53:48-05:00',
tree_id: 'aa3c8e8b8a67af9e3c5b30563de04d965d2f0dd7',
url: 'https://github.com/cwperks/security/commit/4cd55e94dfd33e59f7f148dc6082a606fef51cdd'
},
{
author: {
email: '49699333+dependabot[bot]@users.noreply.github.com',
name: 'dependabot[bot]',
username: 'dependabot[bot]'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '16c93326253cb05bac8d66f8d1a054749253f167',
message: 'Bump Wandalen/wretry.action from 3.7.3 to 3.8.0 (#5021)\n' +
'\n' +
'Signed-off-by: dependabot[bot] <support@github.com>\r\n' +
'Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>',
timestamp: '2025-01-13T07:55:06-05:00',
tree_id: '9d6da23f66d74e64d04047cc579fb88588e78cc4',
url: 'https://github.com/cwperks/security/commit/16c93326253cb05bac8d66f8d1a054749253f167'
},
{
author: {
email: '49699333+dependabot[bot]@users.noreply.github.com',
name: 'dependabot[bot]',
username: 'dependabot[bot]'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '3e62dc9b181eb6f4aa948c2dc12c2f2dd05dbed9',
message: 'Bump org.scala-lang:scala-library from 2.13.15 to 2.13.16 (#5020)\n' +
'\n' +
'Signed-off-by: dependabot[bot] <support@github.com>\r\n' +
'Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>',
timestamp: '2025
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading