#github-actions (2023-10)

Discussions related to GitHub Actions

2023-10-02

actions Archives - The GitHub Blog avatar
actions Archives - The GitHub Blog
03:45:39 PM
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 GitHub Blog - Updates, ideas, and inspiration from GitHub to help developers build and design software.

Updates, ideas, and inspiration from GitHub to help developers build and design software.

2023-10-05

actions Archives - The GitHub Blog avatar
actions Archives - The GitHub Blog
09:15:51 PM

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”…

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 […]

2023-10-06

actions Archives - The GitHub Blog avatar
actions Archives - The GitHub Blog
10:15:42 PM
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 GitHub Blog - Updates, ideas, and inspiration from GitHub to help developers build and design software.

Updates, ideas, and inspiration from GitHub to help developers build and design software.

2023-10-11

actions Archives - The GitHub Blog avatar
actions Archives - The GitHub Blog
03:45:41 PM
Requiring workflows with Repository Rules is generally available

Requiring workflows with Repository Rules is generally available

The GitHub Blog - Updates, ideas, and inspiration from GitHub to help developers build and design software.

Updates, ideas, and inspiration from GitHub to help developers build and design software.

1
1

2023-10-16

actions Archives - The GitHub Blog avatar
actions Archives - The GitHub Blog
10:15:43 PM
Actions - Prevent self-reviews for secure deployments across Actions environments

Actions - Prevent self-reviews for secure deployments across Actions environments

The GitHub Blog - Updates, ideas, and inspiration from GitHub to help developers build and design software.

Updates, ideas, and inspiration from GitHub to help developers build and design software.

2023-10-25

Helmuth avatar
Helmuth

Hi everyone. Does anybody knows if this project is still alive? https://github.com/marketplace/actions/matrix-outputs-write

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

@Igor

Igor Rodionov avatar
Igor Rodionov

@Helmuth yea. We still using it. Do you have any bug report or feature request ?

Helmuth avatar
Helmuth

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

Helmuth avatar
Helmuth

we are still deciding

2023-10-26

actions Archives - The GitHub Blog avatar
actions Archives - The GitHub Blog
07:45:43 PM
Requiring workflows with rulesets now supports the pull_request_target trigger

Requiring workflows with rulesets now supports the pull_request_target trigger

The GitHub Blog - Updates, ideas, and inspiration from GitHub to help developers build and design software.

Updates, ideas, and inspiration from GitHub to help developers build and design software.

2023-10-29

Zing avatar

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”

Max Lobur (Cloud Posse) avatar
Max Lobur (Cloud Posse)

Something like a nightly workflow that checks the version of self-hosted runner it runs on, and throws alert if it’s deprecated

Zing avatar

what would you use for the deprecation check though?

Zing avatar

is there an endpoint to query against?

Max Lobur (Cloud Posse) avatar
Max Lobur (Cloud Posse)

nothing that I’m aware of. Only something like parsing a semver and calculating semver difference is in “acceptable” gap

2023-10-30

actions Archives - The GitHub Blog avatar
actions Archives - The GitHub Blog
07:05:35 PM
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 GitHub Blog - Updates, ideas, and inspiration from GitHub to help developers build and design software.

Updates, ideas, and inspiration from GitHub to help developers build and design software.

2023-10-31

actions Archives - The GitHub Blog avatar
actions Archives - The GitHub Blog
04:45:38 PM

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

Run your ML workloads on GitHub Actions with GPU runners

The GitHub Blog - Updates, ideas, and inspiration from GitHub to help developers build and design software.

Updates, ideas, and inspiration from GitHub to help developers build and design software.

    keyboard_arrow_up