Skip to content

dependabot: bump org.apache.httpcomponents:fluent-hc from 4.5.13 to 4… #49

dependabot: bump org.apache.httpcomponents:fluent-hc from 4.5.13 to 4…

dependabot: bump org.apache.httpcomponents:fluent-hc from 4.5.13 to 4… #49

Triggered via push September 5, 2023 10:06
Status Success
Total duration 59s
Artifacts
update_release_draft
47s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors
update_release_draft
Resource not accessible by integration { name: 'HttpError', id: '6083142051', status: 403, response: { url: 'https://api.github.com/repos/samuelcostae/security/releases', status: 403, 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, 05 Sep 2023 10:07:28 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-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': 'B88A:43F9:1A89F11:360A82E:64F6FDE0', 'x-ratelimit-limit': '1000', 'x-ratelimit-remaining': '993', 'x-ratelimit-reset': '1693912007', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '7', 'x-xss-protection': '0' }, data: { message: 'Resource not accessible by integration', documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release' } }, request: { method: 'POST', url: 'https://api.github.com/repos/samuelcostae/security/releases', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/16.20.1 (linux; x64)', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"target_commitish":"refs/heads/main","name":"Version (set version here)","tag_name":"","body":"Compatible with OpenSearch (set version here).\\n* No changes\\n","draft":true,"prerelease":false}', request: {} }, event: { id: '6083142051', name: 'push', payload: { after: '6c694300610d50babfdec0d9b0726984d8af8c1c', base_ref: null, before: '14574dd108cefbd634ab5af8e5f13dba00a5681f', commits: [ { author: { email: 'ples@aiven.io', name: 'Andrey Pleskach', username: 'willyborankin' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: false, id: '53f64b9ed0a8c9ee98dee62b8c8015b2bc2f9901', message: '[BUG] Fix roles verification for roles mapping and internal users (#3278)\n' + '\n' + 'The resent refactoring of the REST APIs:\r\n' + 'https://github.com/opensearch-project/security/pull/3123 introduce a\r\n' + 'regression in how roles-mapping verification has worked before.\r\n' + 'The old solution verified only hidden roles both for internal users and\r\n' + 'roles mapping, while new was too strict and forbid to do it for both.\r\n' + '\r\n' + 'This PR fixes the problem and uses the same logic as it was before. \r\n' + '\r\n' + '- In case of roles-mapping it verifies only a role associated with it\r\n' + 'that the role is not hidden.\r\n' + '- In case of internal users it verifies that a role is not hidden and\r\n' + 'roles-mapping associated with the role is mutable\r\n' + '\r\n' + 'So verification was split and added to the corresponding ActionApi class\r\n' + 'which is more convenient as
update_release_draft
HttpError: Resource not accessible by integration 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: '6083142051', name: 'push', payload: { after: '6c694300610d50babfdec0d9b0726984d8af8c1c', base_ref: null, before: '14574dd108cefbd634ab5af8e5f13dba00a5681f', commits: [ { author: { email: 'ples@aiven.io', name: 'Andrey Pleskach', username: 'willyborankin' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: false, id: '53f64b9ed0a8c9ee98dee62b8c8015b2bc2f9901', message: '[BUG] Fix roles verification for roles mapping and internal users (#3278)\n' + '\n' + 'The resent refactoring of the REST APIs:\r\n' + 'https://github.com/opensearch-project/security/pull/3123 introduce a\r\n' + 'regression in how roles-mapping verification has worked before.\r\n' + 'The old solution verified only hidden roles both for internal users and\r\n' + 'roles mapping, while new was too strict and forbid to do it for both.\r\n' + '\r\n' + 'This PR fixes the problem and uses the same logic as it was before. \r\n' + '\r\n' + '- In case of roles-mapping it verifies only a role associated with it\r\n' + 'that the role is not hidden.\r\n' + '- In case of internal users it verifies that a role is not hidden and\r\n' + 'roles-mapping associated with the role is mutable\r\n' + '\r\n' + 'So verification was split and added to the corresponding ActionApi class\r\n' + 'which is more convenient as it was before.\r\n' + '\r\n' + 'Signed-off-by: Andrey Pleskach <ples@aiven.io>', timestamp: '2023-09-01T07:22:12-05:00', tree_id: '7cc4b1e15ba74bacc10f6caa682a1508872c4757', url: 'https://github.com/samuelcostae/security/commit/53f64b9ed0a8c9ee98dee62b8c8015b2bc2f9901' }, { author: { email: 'ples@aiven.io', name: 'Andrey Pleskach', username: 'willyborankin' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: false, id: 'cd45e7838e24327fb437a356acd83325b88fe706', message: 'Fix checkstyle (#3283)\n' + '\n' + '### Description\r\n' + 'Fix checkstyle. Now it works as expected.\r\n' + '\r\n' + 'The problem is that chectyle works only with one config file. It does\r\n' + 'not support multiple files except per-defined files like\r\n' + '`suppressions.xml`.\r\n' + 'So the previous config effectively replaced `sun_checks.xml` and\r\n' + 'validated only `System.out.println` lines in `tools`.\r\n' + 'Since `println_checks.xml` replaced the main file we did not notice that\r\n' + 'new version of checktyle removed `PrintlnModule` from the code base.\r\n' + '\r\n' + 'Changes:\r\n' + '- All code related to checking `tools` folder was moved in the main file\r\n' + '- Renamed the `sun_...xml` file to the `checktyle.xml` which is default\r\n' + 'settings for checkstyle so we can track changes in it\r\n' + '- Set the latest version for `checktyle` so it can validate new JDK\r\n' + 'features as well\r\n' + ' - Fixed problematic files which checkstyle highlighted \r\n' + '\r\n' + '### Issues Resol