10 messages
Discussions related to GitHub Actions
rss20 days ago(edited)
GitHub Agentic Workflows is now in public preview
GitHub Agentic Workflows is now in public preview. With agentic workflows, you can automate reasoning-based tasks like issue triage, CI failure analysis, and documentation updates by leveraging coding agents inside…
The post GitHub Agentic Workflows is now in public preview appeared first on The GitHub Blog.
GitHub Agentic Workflows is now in public preview. With agentic workflows, you can automate reasoning-based tasks like issue triage, CI failure analysis, and documentation updates by leveraging coding agents inside…
The post GitHub Agentic Workflows is now in public preview appeared first on The GitHub Blog.
rss20 days ago(edited)
New runner images in public preview
Two new GitHub-hosted runner images for GitHub Actions are now available in public preview for all users, giving you early access to test your workflows on the latest platforms before…
The post New runner images in public preview appeared first on The GitHub Blog.
Two new GitHub-hosted runner images for GitHub Actions are now available in public preview for all users, giving you early access to test your workflows on the latest platforms before…
The post New runner images in public preview appeared first on The GitHub Blog.
rss20 days ago(edited)
Bot-created pull requests can run workflows if approved
Pull requests created by the github-actions[bot] are now able to run your CI/CD workflows with user approval. Requiring approval is a security measure to ensure generated code does not automatically…
The post Bot-created pull requests can run workflows if approved appeared first on The GitHub Blog.
Pull requests created by the github-actions[bot] are now able to run your CI/CD workflows with user approval. Requiring approval is a security measure to ensure generated code does not automatically…
The post Bot-created pull requests can run workflows if approved appeared first on The GitHub Blog.
rss19 days ago(edited)
GitHub Actions: Minimum version enforcement timeline for self-hosted runners
GitHub Actions is resuming enforcement of version requirements for self-hosted runners on github.com and GitHub Enterprise Cloud with Data Residency. This change is part of a broader effort to rebuild…
The post GitHub Actions: Minimum version enforcement timeline for self-hosted runners appeared first on The GitHub Blog.
GitHub Actions is resuming enforcement of version requirements for self-hosted runners on github.com and GitHub Enterprise Cloud with Data Residency. This change is part of a broader effort to rebuild…
The post GitHub Actions: Minimum version enforcement timeline for self-hosted runners appeared first on The GitHub Blog.
rss13 days ago(edited)
Safer pull_request_target defaults for GitHub Actions checkout
The pull_request_target event is one of the most commonly misused triggers in GitHub Actions, leading to vulnerabilities in workflows. Workflows triggered by pull_request_target run with the base repository’s GITHUB_TOKEN, secrets,…
The post Safer pull_request_target defaults for GitHub Actions checkout appeared first on The GitHub Blog.
The pull_request_target event is one of the most commonly misused triggers in GitHub Actions, leading to vulnerabilities in workflows. Workflows triggered by pull_request_target run with the base repository’s GITHUB_TOKEN, secrets,…
The post Safer pull_request_target defaults for GitHub Actions checkout appeared first on The GitHub Blog.
rss13 days ago(edited)
Actions: Build custom images from custom images
Custom images for GitHub-hosted runners are getting new capabilities that give you more flexibility over how you compose and manage your image-generation pipelines. You can now build custom images on…
The post Actions: Build custom images from custom images appeared first on The GitHub Blog.
Custom images for GitHub-hosted runners are getting new capabilities that give you more flexibility over how you compose and manage your image-generation pipelines. You can now build custom images on…
The post Actions: Build custom images from custom images appeared first on The GitHub Blog.
rss6 days ago(edited)
Red Hat Enterprise Linux runner images are now in public preview
GitHub-hosted larger runners now support Red Hat Enterprise Linux (RHEL) 9 and RHEL 10 images in public preview, introduced in partnership with Red Hat. Organizations can use these RHEL images…
The post Red Hat Enterprise Linux runner images are now in public preview appeared first on The GitHub Blog.
GitHub-hosted larger runners now support Red Hat Enterprise Linux (RHEL) 9 and RHEL 10 images in public preview, introduced in partnership with Red Hat. Organizations can use these RHEL images…
The post Red Hat Enterprise Linux runner images are now in public preview appeared first on The GitHub Blog.
rss6 days ago(edited)
Actions steps can now be run in parallel
GitHub Actions now supports running steps concurrently using background. Previously, all steps in a workflow ran in sequence, with each step starting only after the previous step completed. Previously, you…
The post Actions steps can now be run in parallel appeared first on The GitHub Blog.
GitHub Actions now supports running steps concurrently using background. Previously, all steps in a workflow ran in sequence, with each step starting only after the previous step completed. Previously, you…
The post Actions steps can now be run in parallel appeared first on The GitHub Blog.
rss6 days ago(edited)
More control over your GitHub-hosted runners
Organizations now have more control over who can use GitHub-hosted runners in Actions. Admins can now disable the standard labels for hosted runners such as ubuntu-latest, as well as add…
The post More control over your GitHub-hosted runners appeared first on The GitHub Blog.
Organizations now have more control over who can use GitHub-hosted runners in Actions. Admins can now disable the standard labels for hosted runners such as ubuntu-latest, as well as add…
The post More control over your GitHub-hosted runners appeared first on The GitHub Blog.
rss2 days ago(edited)
Read-only Actions cache for untrusted triggers
GitHub Actions now issues read-only cache tokens to the default branch for workflow events that can be triggered without write permissions to the repository. This applies least privilege to the…
The post Read-only Actions cache for untrusted triggers appeared first on The GitHub Blog.
GitHub Actions now issues read-only cache tokens to the default branch for workflow events that can be triggered without write permissions to the repository. This applies least privilege to the…
The post Read-only Actions cache for untrusted triggers appeared first on The GitHub Blog.