GitHub JSON Bourne
Version updated for https://github.com/ggfevans/github-json-bourne to version v1.1.0.
- This action is used across all versions by 2 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
GitHub JSON Bourne is a GitHub Action designed to automate the generation of a structured JSON file (github.json) containing comprehensive data about a user’s GitHub profile, including contributions, activity, repositories, and derived statistics such as streaks and commit counts. It simplifies the process of fetching and consolidating data from GitHub’s APIs, ensuring reliable output even if some sources fail, and is ideal for powering dashboards, reports, or external integrations without manual data collation.
What’s Changed
What’s Changed
- chore(deps): bump actions/setup-node from 4.4.0 to 6.3.0 by @dependabot[bot] in https://github.com/ggfevans/github-json-bourne/pull/2
- fix(deps): bump @actions/core to v3 to resolve undici security alerts by @ggfevans in https://github.com/ggfevans/github-json-bourne/pull/3
- chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0 by @dependabot[bot] in https://github.com/ggfevans/github-json-bourne/pull/6
- fix(action): declare node24 runtime instead of unsupported node25 by @ggfevans in https://github.com/ggfevans/github-json-bourne/pull/7
- Bump version from 1.0.0 to 1.1.0 by @ggfevans in https://github.com/ggfevans/github-json-bourne/pull/8
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/ggfevans/github-json-bourne/pull/2
Full Changelog: https://github.com/ggfevans/github-json-bourne/compare/v1.0.0...v1.1.0