Skip to content

chore(deps/test): move to es modules, node:test, single dist file (#595) #296

chore(deps/test): move to es modules, node:test, single dist file (#595)

chore(deps/test): move to es modules, node:test, single dist file (#595) #296

Triggered via push February 23, 2026 21:14
Status Success
Total duration 17s
Artifacts
update_release_draft
10s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
update_release_draft
GraphqlResponseError: Request failed due to following response errors: - Something went wrong while executing your query on 2026-02-23T21:15:03Z. Please include `1801:AEAD8:38C1222:F96E517:699CC353` when reporting this issue. at /home/runner/work/_actions/release-drafter/release-drafter/6db134d15f3909ccc9eefd369f02bd1e9cffdf97/dist/index.js:9482:13 at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/6db134d15f3909ccc9eefd369f02bd1e9cffdf97/dist/index.js:194098:14) at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/6db134d15f3909ccc9eefd369f02bd1e9cffdf97/dist/index.js:193894:12) at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/6db134d15f3909ccc9eefd369f02bd1e9cffdf97/dist/index.js:193570:7) at async Promise.all (index 0) { name: 'AggregateError', event: { id: '22325097373', name: 'push', payload: { after: '17ae1740179002c89186b61233e0f892c3118b11', base_ref: null, before: '6d473d38434d5fdbb356f61f8d2df69a83a05875', commits: [ { 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: '17ae1740179002c89186b61233e0f892c3118b11', message: 'chore(deps/test): move to es modules, node:test, single dist file (#595)\n' + '\n' + 'Signed-off-by: Keith Zantow <kzantow@gmail.com>', timestamp: '2026-02-23T16:14:34-05:00', tree_id: 'b08ef8552dee83027bf126e5dcf7f330d47af7b4', url: 'https://github.com/anchore/sbom-action/commit/17ae1740179002c89186b61233e0f892c3118b11' } ], compare: 'https://github.com/anchore/sbom-action/compare/6d473d38434d...17ae17401790', 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: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '17ae1740179002c89186b61233e0f892c3118b11', message: 'chore(deps/test): move to es modules, node:test, single dist file (#595)\n' + '\n' + 'Signed-off-by: Keith Zantow <kzantow@gmail.com>', timestamp: '2026-02-23T16:14:34-05:00', tree_id: 'b08ef8552dee83027bf126e5dcf7f330d47af7b4', url: 'https://github.com/anchore/sbom-action/commit/17ae1740179002c89186b61233e0f892c3118b11' }, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/16208487?v=4', description: '', events_url: 'https://api.github.com/orgs/anchore/events', hooks_url: 'https://api.github.com/orgs/anchore/hooks', id: 16208487, issues_url: 'https://api.github.com/orgs/anchore/issues', login: 'anchore', members_url: 'https://api.github.com/orgs/anchore/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3', public_members_url: 'https://api.github.com/orgs/anchore/public_members{/member}', repos_url: 'https://api.github.com/orgs/anchore/repos', url: 'https://api.github.com/orgs/anchore' }, pusher: { email: 'kzantow@gmail.com', name: 'kzantow' }, ref: 'refs/heads/main', repository: { allow_forking: true, archive_url: 'https://api.github.com/repos/anchore/sbom-action/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/anchore/sbom-action/assignees{/user}', blobs_url: 'https://api.github.com/repos/anchore/sbom-action/git/blobs{/sha}', branches_url: 'h
update_release_draft
Request failed due to following response errors: - Something went wrong while executing your query on 2026-02-23T21:15:03Z. Please include `1801:AEAD8:38C1222:F96E517:699CC353` when reporting this issue. { name: 'GraphqlResponseError', id: '22325097373', request: { 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' + ' $pullRequestLimit: Int!\n' + ' $historyLimit: Int!\n' + ' ) {\n' + ' repository(name: $name, owner: $owner) {\n' + ' object(expression: $targetCommitish) {\n' + ' ... on Commit {\n' + ' history(first: $historyLimit, 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: $pullRequestLimit) {\n' + ' nodes {\n' + ' title\n' + ' number\n' + ' url @include(if: $withPullRequestURL)\n' + ' body @include(if: $withPullRequestBody)\n' + ' author {\n' + ' login\n' + ' __typename\n' + ' url\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: 'sbom-action', owner: 'anchore', targetCommitish: 'refs/heads/main', withPullRequestBody: false, withPullRequestURL: false, withBaseRefName: false, withHeadRefName: false, pullRequestLimit: 5, historyLimit: 15, since: '2026-02-04T13:57:31Z' } }, 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', 'content-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Mon, 23 Feb 2026 21:15:03 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'github.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'transfer-encoding': 'chunked', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-content-type-options': 'nosniff', 'x-frame-options': 'deny', 'x-github-media-type': 'g
update_release_draft
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
update_release_draft
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
update_release_draft
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
update_release_draft
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)