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

@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! 🚀

@deiga deiga added this to the v6.12.0 Release milestone Feb 8, 2026
@deiga deiga requested a review from stevehipwell February 12, 2026 11:52
@deiga deiga added Type: Feature New feature or request d/ip_ranges labels Feb 12, 2026
deiga and others added 4 commits February 14, 2026 00:57
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>
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>
@deiga deiga force-pushed the update-ds-ip_ranges branch from f14debf to 53aa197 Compare February 13, 2026 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

d/ip_ranges Type: Feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT]: data.github_ip_ranges includes actions_macos ips

1 participant