#github-actions (2023-10)
Discussions related to GitHub Actions
2023-10-02
GitHub Actions: Apple silicon (M1) macOS runners are now available in public beta! GitHub Actions: Apple silicon (M1) macOS runners are now available in public beta! The post GitHub Actions: Apple silicon (M1) macOS runners are now available in public beta! appeared first on The GitHub Blog.
GitHub Actions: Apple silicon (M1) macOS runners are now available in public beta!
Updates, ideas, and inspiration from GitHub to help developers build and design software.
2023-10-05
GitHub Actions: NODE_OPTIONS is now restricted from GITHUB_ENV Due to security restrictions, users can no longer use GITHUB_ENV to set the NODE_OPTIONS environment variable in their workflows. Developers who have NODE_OPTIONS set as an environment variable will now receive an error: Can’t store NODE_OPTIONS output parameter using ‘$GITHUB_ENV’ command. This change was introduced in actions/runner v2.309.0. For more information on how to set […] The post <a rel=”nofollow”…
Due to security restrictions, users can no longer use GITHUB_ENV to set the NODE_OPTIONS environment variable in their workflows. Developers who have NODE_OPTIONS set as an environment variable will now receive an error: Can’t store NODE_OPTIONS output parameter using ‘$GITHUB_ENV’ command. This change was introduced in actions/runner v2.309.0. For more information on how to set […]
2023-10-06
Actions – Secure deployment rollouts to protected environments based on select tag patterns Actions - Secure deployment rollouts to protected environments based on select tag patterns The post Actions – Secure deployment rollouts to protected environments based on select tag patterns appeared first on The GitHub Blog.
Actions - Secure deployment rollouts to protected environments based on select tag patterns
Updates, ideas, and inspiration from GitHub to help developers build and design software.
2023-10-11
Requiring workflows with Repository Rules is generally available Requiring workflows with Repository Rules is generally available The post Requiring workflows with Repository Rules is generally available appeared first on The GitHub Blog.
Requiring workflows with Repository Rules is generally available
Updates, ideas, and inspiration from GitHub to help developers build and design software.
2023-10-16
Actions – Prevent self-reviews for secure deployments across Actions environments Actions - Prevent self-reviews for secure deployments across Actions environments The post Actions – Prevent self-reviews for secure deployments across Actions environments appeared first on The GitHub Blog.
Actions - Prevent self-reviews for secure deployments across Actions environments
Updates, ideas, and inspiration from GitHub to help developers build and design software.
2023-10-25
Hi everyone. Does anybody knows if this project is still alive? https://github.com/marketplace/actions/matrix-outputs-write
@Igor
@Helmuth yea. We still using it. Do you have any bug report or feature request ?
Thanks for the followup. Is more about I would like to implement some important workflows using that but it all depends on the support that has
we are still deciding
We rely on it quite heavily https://github.com/search?q=org%3Acloudposse%20matrix-outputs-write&type=code
2023-10-26
Requiring workflows with rulesets now supports the pull_request_target trigger Requiring workflows with rulesets now supports the pull_request_target trigger The post Requiring workflows with rulesets now supports the pull_request_target trigger appeared first on The GitHub Blog.
Requiring workflows with rulesets now supports the pull_request_target trigger
Updates, ideas, and inspiration from GitHub to help developers build and design software.
2023-10-29
what’s the best way to set up alerting for deprecated GHA Runner images? we don’t allow auto-update on our runners because of the issues that come with that (mainly performance) but we often run into situations where we forget to update our GHA image and that causes all of our builds to fail until we rush to update the image tag we’re pointing to. We prefer not to pin to “latest”
Something like a nightly workflow that checks the version of self-hosted runner it runs on, and throws alert if it’s deprecated
what would you use for the deprecation check though?
is there an endpoint to query against?
nothing that I’m aware of. Only something like parsing a semver and calculating semver difference is in “acceptable” gap
2023-10-30
Accelerate your CI/CD with Arm-based hosted runners in GitHub Actions Accelerate your CI/CD with Arm-based hosted runners in GitHub Actions The post Accelerate your CI/CD with Arm-based hosted runners in GitHub Actions appeared first on The GitHub Blog.
Accelerate your CI/CD with Arm-based hosted runners in GitHub Actions
Updates, ideas, and inspiration from GitHub to help developers build and design software.
2023-10-31
Run your ML workloads on GitHub Actions with GPU runners Run your ML workloads on GitHub Actions with GPU runners The post Run your ML workloads on GitHub Actions with GPU runners appeared first on The GitHub Blog.
Run your ML workloads on GitHub Actions with GPU runners
Updates, ideas, and inspiration from GitHub to help developers build and design software.