GitHub Actions: Filter workflow runs by created date
You can now filter workflow runs by the date of creation by using the created filter. For example: created:<2021-08-31. This is also available in the API
You can now filter workflow runs by the date of creation by using the created filter. For example: created:<2021-08-31. This is also available in the API
You can now run Java projects faster on GitHub Actions by enabling dependency caching on the setup-java action. setup-java supports caching for both Gradle and Maven projects. The following example…
Previously, actions written in YAML could only use scripts. Now, they can also reference other actions. This makes it easy to reduce duplication in your workflows. For example, the following…
Windows Server 2022 with Visual Studio 2022 Preview is now available in beta on GitHub-hosted runners. Use it by putting runs-on: windows-2022 in your workflow file. jobs: build: runs-on: windows-2022…
macOS 11 Big Sur is now generally available on GitHub-hosted runners. Use GitHub Actions to build and publish apps for the latest Apple ecosystem by updating your workflows to include…
The Audit Log now includes events associated with GitHub Actions self-hosted runners. This data provides enterprise customers with an expanded data set for security and compliance audits. New events will…
You can now run Node.js projects faster on GitHub Actions by enabling dependency caching on the setup-node action. setup-node supports caching from both npm and yarn package managers. – uses:…
Maintainers now have additional control over when they must approve Actions runs for new contributors. In April, we shipped an update for GitHub Actions that required maintainers to approve Actions…
GitHub Discussions integrations are now available on GitHub Actions. You can now trigger workflows on Discussion and DiscussionComment webhook events. Get started with GitHub Discussions & Actions. For questions or…
Today we are making environments, environment protection rules, and environment secrets generally available. Learn more about environments For questions, visit the GitHub Actions community To see what’s next for Actions,…
Starting June 16 2021, GitHub-hosted Ubuntu runners will only contain the latest patch release for each supported version of the .NET SDK. You will not be affected if you use…
You can now use a Beta API to approve workflow runs from public forks of first time contributors. Learn more about using this API Learn more about approving first time…
As part of our ongoing efforts to keep the hosted actions runners updated and secure, the Ubuntu 16.04 LTS virtual environment will be removed from GitHub Actions on September 20,…
👋 Hello from the GitHub Docs team! We build everything you see at docs.github.com. Over the past year, we’ve written a bunch of GitHub Actions workflows to do some fun…
GitHub actions will now require a collaborator with write access to take action to run workflows from first time users in pull requests. Learn more about why we are making…
GitHub Actions is a powerful, flexible CI/CD service that gives developers the ability to automate all of their software workflows. Developers have built amazing things with GitHub Actions, and the…
GitHub Actions now lets you control the permissions granted to the GITHUB_TOKEN secret. The GITHUB_TOKEN is an automatically generated secret that lets you make authenticated calls to the GitHub API…
GitHub Actions now supports a concurrency key at both the workflow and job level that will ensure that only a single run or job is in progress. There are a…
GitHub CLI 1.9 allows you to work with GitHub Actions in your terminal: List and view workflows and runs with gh workflow list, gh workflow view, gh run list, and…
gh brings GitHub to the command line by helping developers manage pull requests, issues, gists, and much more. As of 1.9.0, even more of GitHub is available in your terminal:…
GitHub Actions provide a powerful, extensible way to automate software development workflows. When access to outside resources is required, GitHub provides the ability to store encrypted secrets used by GitHub…
Build what’s next on GitHub, the place for anyone from anywhere to build anything.
Catch up on the GitHub podcast, a show dedicated to the topics, trends, stories and culture in and around the open source developer community on GitHub.