Skip to content

[FEAT] Add missing IP ranges to DS github_ip_ranges#3157

Open
deiga wants to merge 4 commits intointegrations:mainfrom
F-Secure-web:update-ds-ip_ranges
Open

[FEAT] Add missing IP ranges to DS github_ip_ranges#3157
deiga wants to merge 4 commits intointegrations:mainfrom
F-Secure-web:update-ds-ip_ranges

Conversation

@deiga
Copy link
Collaborator

@deiga deiga commented Feb 4, 2026

Resolves #2607


Before the change?

  • DS github_ip_ranges was missing: actions_macos and github_enterprise_importer IP ranges

After the change?

  • No more missing fields (according to SDK)

Pull request checklist

  • Schema migrations have been created if needed (example)
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

  • Yes
  • No

deiga and others added 3 commits February 4, 2026 21:09
Add support for the `actions_macos` and `github_enterprise_importer` IP
ranges returned by the GitHub Meta API. These fields were missing from
the data source but are available in go-github v82's APIMeta struct.

New attributes:
- actions_macos, actions_macos_ipv4, actions_macos_ipv6
- github_enterprise_importer, github_enterprise_importer_ipv4,
  github_enterprise_importer_ipv6

Also adds descriptions to the existing actions fields for consistency.

Fixes integrations#2607

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
@github-actions
Copy link

github-actions bot commented Feb 4, 2026

👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀

Add documentation for actions_macos and github_enterprise_importer
IP range fields. Mark dependabot fields as deprecated since Dependabot
now uses GitHub Actions IP addresses.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT]: data.github_ip_ranges includes actions_macos ips

1 participant