GitHub CEO Steps Down, Embracing the AI Revolution

2025-08-11
GitHub CEO Steps Down, Embracing the AI Revolution

GitHub CEO Thomas Dohmke announced his departure to return to the startup world. Over the past decade, he oversaw GitHub's remarkable growth, including its acquisition, the launch of Copilot, and its leadership in the AI developer tools space. He'll remain until the end of 2025 to ensure a smooth transition, expressing strong confidence in GitHub's future under Microsoft's CoreAI organization and highlighting Copilot's transformative impact on software development, empowering developers globally.

Read more
Tech

GitHub Copilot Coding Agent: Your New Dev Assistant

2025-05-19
GitHub Copilot Coding Agent: Your New Dev Assistant

GitHub Copilot now features a coding agent that automates low-to-medium complexity tasks like adding features, fixing bugs, extending tests, refactoring, and improving documentation. Simply assign issues to Copilot on GitHub; it works in a secure cloud environment using GitHub Actions, makes the changes, and requests review. It excels in well-tested codebases and can handle multiple issues concurrently. Available for Copilot Pro+ and Enterprise subscribers (Enterprise users require admin enablement). Usage consumes GitHub Actions minutes and Copilot premium requests.

Read more
Development coding agent

GitHub Tightens Rate Limits for Unauthenticated Requests

2025-05-14
GitHub Tightens Rate Limits for Unauthenticated Requests

GitHub is updating rate limits for unauthenticated requests to improve platform security and stability. This affects operations like cloning repositories over HTTPS, anonymously accessing REST APIs, and downloading files from raw.githubusercontent.com. Recent increases in API scraping prompted the update to safeguard the platform and ensure a reliable experience for developers globally. Unauthenticated users may encounter new rate limits, while authenticated users will retain higher limits. GitHub encourages authentication for consistent and reliable access.

Read more
Development Rate Limits

Critical Authentication Bypass in ruby-saml

2025-03-15
Critical Authentication Bypass in ruby-saml

Researchers at GitHub Security Lab discovered two critical authentication bypass vulnerabilities (CVE-2025-25291 and CVE-2025-25292) in the ruby-saml library. Attackers can use a single valid signature to forge SAML assertions, allowing account takeover by logging in as any user. The vulnerability stems from ruby-saml's use of two different XML parsers (REXML and Nokogiri), creating a parser differential exploited by attackers. Version 1.18.0 fixes the vulnerability; all users are urged to update immediately.

Read more
Development

GitHub Copilot Gets a Major Upgrade: Agent Mode and GA Copilot Edits

2025-02-06
GitHub Copilot Gets a Major Upgrade: Agent Mode and GA Copilot Edits

GitHub Copilot has received a significant update! The new agent mode empowers Copilot with greater autonomy, enabling it to iterate on code, identify and fix errors, and even infer and complete unspecified subtasks. Copilot Edits is now generally available, offering multi-file code editing with a smooth, conversational flow. Furthermore, GitHub teased Project Padawan, an autonomous software engineer agent that will handle GitHub issues, automatically generate and test code, and even assign reviewers. These updates aim to free developers from mundane tasks, allowing them to focus on more creative work.

Read more
Development

GitHub Issues Major Update: Sub-issues, Issue Types, and Advanced Search

2025-01-19
GitHub Issues Major Update: Sub-issues, Issue Types, and Advanced Search

GitHub has released a major update to Issues, including sub-issues, issue types, and advanced search. Sub-issues allow breaking down problems into smaller units for better progress tracking. Issue types help teams classify and manage issues with a consistent language. Advanced search enables more complex filtering to find specific issues. The Issues UI has also been updated for improved efficiency and usability. Additionally, CodeQL Action v2 is officially retired, requiring users to upgrade to v3. Secret scanning default patterns now support more secret types, enhancing security.

Read more
Development Update

GitHub Now Offers Free arm64 Hosted Runners!

2025-01-16
GitHub Now Offers Free arm64 Hosted Runners!

GitHub has announced the free availability of Linux arm64 hosted runners in public repositories (currently in public preview). These runners, powered by Cobalt 100 processors, offer 4 vCPUs and up to a 40% performance boost compared to the previous generation of Arm-based VMs. Arm-native developers can now build, test, and deploy entirely within the arm64 architecture without virtualization. Simply add the `ubuntu-24.04-arm` or `ubuntu-22.04-arm` labels to your public repository workflow to get started.

Read more
Development hosted runners