github-runner: 2.323.0 -> 2.324.0 (#409719)

authored by Aaron Andersen and committed by GitHub 7ba94f2f 6135f3a8

+27 -20
+18 -18
pkgs/by-name/gi/github-runner/deps.json
··· 6 6 }, 7 7 { 8 8 "pname": "Azure.Storage.Blobs", 9 - "version": "12.23.0", 10 - "hash": "sha256-SMSelOQaPwRTv4qrgM1oIW0122KaMt4nBhHW1EzQg7Q=" 9 + "version": "12.24.0", 10 + "hash": "sha256-PcI3Jf9VrDfkr0YfoR89us45HE1DE8g5J3ZpZ8vZkLs=" 11 11 }, 12 12 { 13 13 "pname": "Azure.Storage.Common", 14 - "version": "12.22.0", 15 - "hash": "sha256-mgE5u4uqEN/qxSE2K6d/nr3uIW9ZBXFkBKBUKWJwzwM=" 14 + "version": "12.23.0", 15 + "hash": "sha256-DAMzFlls76hH5jtXtU89SvbQWhhELaQq+PfG4SK7W+Q=" 16 16 }, 17 17 { 18 18 "pname": "Castle.Core", ··· 31 31 }, 32 32 { 33 33 "pname": "Microsoft.CodeCoverage", 34 - "version": "17.12.0", 35 - "hash": "sha256-lGjifppD0OBMBp28pjUfPipaeXg739n8cPhtHWoo5RE=" 34 + "version": "17.13.0", 35 + "hash": "sha256-GKrIxeyQo5Az1mztfQgea1kGtJwonnNOrXK/0ULfu8o=" 36 36 }, 37 37 { 38 38 "pname": "Microsoft.NET.Test.Sdk", 39 - "version": "17.12.0", 40 - "hash": "sha256-DKFEbhh2wPzahNeHdEoFig8tZh/LEVrFc5+zpT43Btg=" 39 + "version": "17.13.0", 40 + "hash": "sha256-sc2wvyV8cGm1FrNP2GGHEI584RCvRPu15erYCsgw5QY=" 41 41 }, 42 42 { 43 43 "pname": "Microsoft.NETCore.Platforms", ··· 96 96 }, 97 97 { 98 98 "pname": "Microsoft.TestPlatform.ObjectModel", 99 - "version": "17.12.0", 100 - "hash": "sha256-3XBHBSuCxggAIlHXmKNQNlPqMqwFlM952Av6RrLw1/w=" 99 + "version": "17.13.0", 100 + "hash": "sha256-6S0fjfj8vA+h6dJVNwLi6oZhYDO/I/6hBZaq2VTW+Uk=" 101 101 }, 102 102 { 103 103 "pname": "Microsoft.TestPlatform.TestHost", 104 - "version": "17.12.0", 105 - "hash": "sha256-rf8Sh0fQq44Sneuvs64unkkIHg8kOjDGWE35j9iLx5I=" 104 + "version": "17.13.0", 105 + "hash": "sha256-L/CJzou7dhmShUgXq3aXL3CaLTJll17Q+JY2DBdUUpo=" 106 106 }, 107 107 { 108 108 "pname": "Microsoft.Win32.Primitives", ··· 481 481 }, 482 482 { 483 483 "pname": "System.Diagnostics.EventLog", 484 - "version": "8.0.0", 485 - "hash": "sha256-rt8xc3kddpQY4HEdghlBeOK4gdw5yIj4mcZhAVtk2/Y=" 484 + "version": "8.0.1", 485 + "hash": "sha256-zvqd72pwgcGoa1nH3ZT1C0mP9k53vFLJ69r5MCQ1saA=" 486 486 }, 487 487 { 488 488 "pname": "System.Diagnostics.Tools", ··· 836 836 }, 837 837 { 838 838 "pname": "System.ServiceProcess.ServiceController", 839 - "version": "8.0.0", 840 - "hash": "sha256-mq/Qm8JeMUvitHf32/F8uvw1YJGx4prGnEI/VzdaFAI=" 839 + "version": "8.0.1", 840 + "hash": "sha256-2cXTzNOyXqJinFPzdVJ9Gu6qrFtycfivu7RHDzBJic8=" 841 841 }, 842 842 { 843 843 "pname": "System.Text.Encoding", ··· 971 971 }, 972 972 { 973 973 "pname": "xunit.runner.visualstudio", 974 - "version": "2.5.8", 975 - "hash": "sha256-71EXxeR3yiZTAWCVnjIx9o4Lme6MVY04KXch9qZETQU=" 974 + "version": "2.8.2", 975 + "hash": "sha256-UlfK348r8kJuraywfdCtpJJxHkv04wPNzpUaz4UM/60=" 976 976 }, 977 977 { 978 978 "pname": "YamlDotNet.Signed",
+9 -2
pkgs/by-name/gi/github-runner/package.nix
··· 25 25 26 26 buildDotnetModule (finalAttrs: { 27 27 pname = "github-runner"; 28 - version = "2.323.0"; 28 + version = "2.324.0"; 29 29 30 30 src = fetchFromGitHub { 31 31 owner = "actions"; 32 32 repo = "runner"; 33 33 tag = "v${finalAttrs.version}"; 34 - hash = "sha256-3KdNkQKmFR1999e99I4qKsM/10QW8G+7eUK44RisQr8="; 34 + hash = "sha256-/ssjVM1Ujgp5JgeKZ7Tmngyy4V/bFcxTfakbPhnp6Co="; 35 35 leaveDotGit = true; 36 36 postFetch = '' 37 37 git -C $out rev-parse --short HEAD > $out/.git-revision ··· 199 199 "RunnerLayoutParts_CheckExternalsHash" 200 200 "RunnerLayoutParts_CheckDotnetRuntimeHash" 201 201 ] 202 + # Strictly require a Debug configuration to work 203 + ++ [ 204 + # https://github.com/actions/runner/blob/da3412e/src/Runner.Common/HostContext.cs#L260-L266 205 + "GitHub.Runner.Common.Tests.HostContextL0.AuthMigrationAutoReset" 206 + ] 202 207 ++ lib.optionals (stdenv.hostPlatform.system == "aarch64-linux") [ 203 208 # "JavaScript Actions in Alpine containers are only supported on x64 Linux runners. Detected Linux Arm64" 204 209 "GitHub.Runner.Common.Tests.Worker.StepHostL0.DetermineNodeRuntimeVersionInAlpineContainerAsync" ··· 217 222 218 223 preCheck = 219 224 '' 225 + # Required by some tests 226 + export GITHUB_ACTIONS_RUNNER_TRACE=1 220 227 mkdir -p _layout/externals 221 228 '' 222 229 + lib.optionalString (lib.elem "node20" nodeRuntimes) ''