Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 920 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 920 Bytes

This is a Python module to tell you the IP Addresses that GitHub Actions runs on. It does this by grabbing a file from Microsoft's site, parsing it and outputting the IP ranges in CIDR format for you to consume.

IP ranges are in both IPv4 and IPv6 formats.

The IP ranges are sorted for easier diffing.

The IP ranges for macOS runners are also included.

Installing:

pip install actions-ips

Example usage:

>>> from actions_ips import ips
>>> ips.cidrs()
['13.64.0.0/16', '13.65.0.0/16'...

Useful links: