chore: bump golangci/golangci-lint-action from 4.0.0 to 6.0.0 (#13) #32
push.yml
on: push
Matrix: test
linter
18s
Vulnerability scanner
8s
update_release_draft
5s
finish
8s
Annotations
2 errors and 4 warnings
update_release_draft
Request failed due to following response errors:
- Something went wrong while executing your query. Please include `AAC3:10B630:13CE28A2:13ECC5E8:663A3933` when reporting this issue.
{
name: 'GraphqlResponseError',
id: '8987099474',
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' +
' ) {\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: 'serrors',
owner: 'Eun',
targetCommitish: 'refs/heads/main',
withPullRequestBody: false,
withPullRequestURL: false,
withBaseRefName: false,
withHeadRefName: false,
since: '2024-01-25T18:05:12Z'
}
},
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-encoding': 'gzip',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Tue, 07 May 2024 14:22:43 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': 'github.v3; format=json',
'x-github-request-id': 'AAC3:10B630:13CE28A2:13ECC5E8:663A3933',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4988',
'x-ratelimit-reset': '1715095313',
'x-ratelimit-resource': 'graphq
|
update_release_draft
GraphqlResponseError: Request failed due to following response errors:
- Something went wrong while executing your query. Please include `AAC3:10B630:13CE28A2:13ECC5E8:663A3933` when reporting this issue.
at /home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:6088:13
at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:142876:14)
at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:142674:12)
at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:142380:7)
at async Promise.all (index 0)
{
name: 'AggregateError',
event: {
id: '8987099474',
name: 'push',
payload: {
after: '1fe238328182bbc59cf18707838a44ab665b7220',
base_ref: null,
before: '405b7bd1598d9c0ce56f4aac55353344da02d839',
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: '1fe238328182bbc59cf18707838a44ab665b7220',
message: 'chore: bump golangci/golangci-lint-action from 4.0.0 to 6.0.0 (#13)\n' +
'\n' +
'Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 6.0.0.\n' +
'- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n' +
'- [Commits](https://github.com/golangci/golangci-lint-action/compare/v4.0.0...v6.0.0)\n' +
'\n' +
'---\n' +
'updated-dependencies:\n' +
'- dependency-name: golangci/golangci-lint-action\n' +
' dependency-type: direct:production\n' +
' update-type: version-update:semver-major\n' +
'...\n' +
'\n' +
'Signed-off-by: dependabot[bot] <[email protected]>\n' +
'Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>',
timestamp: '2024-05-07T14:21:56Z',
tree_id: '7f252ce0be095ca2c05f124bc77f8089e54acda5',
url: 'https://github.com/Eun/serrors/commit/1fe238328182bbc59cf18707838a44ab665b7220'
}
],
compare: 'https://github.com/Eun/serrors/compare/405b7bd1598d...1fe238328182',
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: '1fe238328182bbc59cf18707838a44ab665b7220',
message: 'chore: bump golangci/golangci-lint-action from 4.0.0 to 6.0.0 (#13)\n' +
'\n' +
'Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 6.0.0.\n' +
'- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n' +
'- [Commits](https://github.com/golangci/golangci-lint-action/compare/v4.0.0...v6.0.0)\n' +
'\n' +
'---\n' +
'updated-dependencies:\n' +
'- dependency-name: golangci/golangci-lint-action\n' +
' dependency-type: direct:production\n' +
' update-type: version-update:semver-major\n' +
'...\n' +
'\n' +
'Signed-off-by: dependabot[bot] <[email protected]>\n' +
'Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>',
timestamp: '2024-05-07T14:21:56Z',
tree_id: '7f252ce0be095ca2c05f124bc77f8089e54acda5',
url: 'https://github.com/Eun/serrors/comm
|
linter
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Eun/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Eun/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Eun/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Eun/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|