reviewdog / action-actionlint

run actionlint with reviewdog
MIT License
76 stars 13 forks source link

UpdateCheckRun failed: Invalid request. Only 65535 characters are allowed #72

Closed rocklan closed 9 months ago

rocklan commented 2 years ago

When I try to run this action I get this error:

{
   "severity":"ERROR",
   "time":"2022-06-14T04:04:49.473460382Z",
   "logging.googleapis.com/sourceLocation":{
      "file":"/home/runner/work/reviewdog/reviewdog/doghouse/server/github_checker.go",
      "line":"45",
      "function":"github.com/reviewdog/reviewdog/doghouse/server.(*checkerGitHubClient).UpdateCheckRun"
   },
   "message":"UpdateCheckRun failed: {\"message\":\"Invalid request.\\n\\nOnly 65535 characters are allowed; 95964 were supplied.\",\"documentation_url\":\"https://docs.github.com/rest/reference/checks#update-a-check-run\"}"
}

Perhaps my workflows have too many errors? :) Can the report be limited to 65535 characters?

javierjulio commented 9 months ago

@haya14busa I don't have access to close issues in this repo. Commenting here since I use this action often. This issue has been resolved by https://github.com/reviewdog/reviewdog/pull/1264 so it can be closed now. Thank you.

haya14busa commented 9 months ago

Thanks 💯 I also updated permission of this repo so that action-maintainer can maintain this repo.