Skip to content

Commit a41580c

Browse files
Merge remote-tracking branch 'upstream/main'
2 parents 2128da2 + df50788 commit a41580c

5 files changed

Lines changed: 918 additions & 29 deletions

File tree

src/Misc/expressionFunc/hashFiles/package-lock.json

Lines changed: 18 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Misc/externals.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ NODE_URL=https://nodejs.org/dist
66
NODE_ALPINE_URL=https://github.com/actions/alpine_nodejs/releases/download
77
# When you update Node versions you must also create a new release of alpine_nodejs at that updated version.
88
# Follow the instructions here: https://github.com/actions/alpine_nodejs?tab=readme-ov-file#getting-started
9-
NODE20_VERSION="20.20.1"
10-
NODE24_VERSION="24.14.0"
9+
NODE20_VERSION="20.20.2"
10+
NODE24_VERSION="24.14.1"
1111

1212
get_abs_path() {
1313
# exploits the fact that pwd will print abs path when no args

src/Runner.Common/Constants.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ public static class Features
177177
public static readonly string SetOrchestrationIdEnvForActions = "actions_set_orchestration_id_env_for_actions";
178178
public static readonly string SendJobLevelAnnotations = "actions_send_job_level_annotations";
179179
public static readonly string EmitCompositeMarkers = "actions_runner_emit_composite_markers";
180+
public static readonly string BatchActionResolution = "actions_batch_action_resolution";
181+
public static readonly string UseBearerTokenForCodeload = "actions_use_bearer_token_for_codeload";
180182
}
181183

182184
// Node version migration related constants

0 commit comments

Comments
 (0)