github-api
github-api copied to clipboard
Java API for GitHub
Bumps [com.github.tomakehurst:wiremock-jre8-standalone](https://github.com/wiremock/wiremock) from 2.35.1 to 2.35.2. Commits e032c4a Bumped patch version c20a913 Disable XML External Entities (#2607) See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a...
Bumps org.apache.commons:commons-lang3 from 3.9 to 3.14.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
# Description A suspended app installation has `suspended_at` and `suspended_by` properties that were missing from the `GHAppInstallation` class. https://docs.github.com/en/rest/apps/apps?apiVersion=2022-11-28#list-installations-for-the-authenticated-app
github api response includes filed `suspended_at`, which can be used to check if user is suspended or not I think #### sample response at github doc ``` { "id": 3,...
The artifacts upload by actions/upload-artifact@v4 are hosted on a new infrastructure which has several constraints: - we will have an error if we push the Authorization header to it, which...
It looks like Sonatype is moving to a new model for publishing: https://github.com/sonatype/nexus-public/issues/110#issuecomment-1900500381 The project may need to re-register or do some other updates to work in the new system:...
# Description Following up on open comments from https://github.com/hub4j/github-api/pull/1142 and https://github.com/cortexapps/github-api/pull/8 I don't currently have access to the security alerts for the example test repo (https://github.com/hub4j-test-org/Pixi), so the response fields...
GitHub published a new version of upload-artifact, v4: https://github.com/actions/upload-artifact . It is supposed to be a lot better, most notably faster and more flexible. I tried to use it and...
# Description Adds methods to `GHRepository` to get the top ten referral paths and referrers via the API. References: - https://docs.github.com/en/rest/metrics/traffic?apiVersion=2022-11-28#get-top-referral-paths - https://docs.github.com/en/rest/metrics/traffic?apiVersion=2022-11-28#get-top-referral-sources # Before submitting a PR: - [x]...
The bug is in the following lines of code https://github.com/hub4j/github-api/blob/1cb9e66f7a762ad35f22a19ec854e2f8c4c6d45e/src/main/java/org/kohsuke/github/GitHubClient.java#L47-L52 It will only retry twice with 200ms in between retries. # Why this is a bug GitHub branch source Jenkins...