Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actions/runner
base: v2.314.1
Choose a base ref
...
head repository: actions/runner
compare: v2.315.0
Choose a head ref
  • 12 commits
  • 18 files changed
  • 9 contributors

Commits on Feb 27, 2024

  1. fix summaries for actions results (#3174)

    * fix summaries for actions results
    
    * remove negative
    SrRyan committed Feb 27, 2024
    Copy the full SHA
    d7777fd View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. 1
    Copy the full SHA
    4cb3cb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. 1
    Copy the full SHA
    aa90563 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Remove -f flag in wait when manually trap signal (#3182)

    * Remove -f flag in wait when manually trap signal
    
    * Remove extra empty line
    nikola-jokic committed Mar 4, 2024
    1
    Copy the full SHA
    86d6211 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. consume new pipelines service url in handlers (#3185)

    * consume pipelines service url if present
    
    updates how the `ACTIONS_RUNTIME_URL` variable is set to utilize a new value, `PipelinesServiceUrl` if present in the endpoint. if this value is not present then the existing system connection endpoint is used to retain backward compatibility.
    
    * consume pipelines url
    
    updates how the `ACTIONS_RUNTIME_URL` variable is set to utilize a new value, `PipelinesServiceUrl` if present in the endpoint. if this value is not present then the existing system connection endpoint is used to retain backward compatibility.
    patrickcarnahan committed Mar 5, 2024
    1
    Copy the full SHA
    2c8c941 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Add ability to enforce actions to run on node20 (#3192)

    Add options to enforce actions execute on node20
    takost committed Mar 14, 2024
    1
    Copy the full SHA
    692d910 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Copy the full SHA
    93bc1cd View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Upgrade dotnet sdk to v6.0.420 (#3211)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Mar 18, 2024
    Copy the full SHA
    82e01c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Copy the full SHA
    bc8b6e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Handle new non-retryable exception type (#3191)

    * Handle new non-retryable exception type
    
    * Update ActionManager.cs
    thyeggman committed Mar 21, 2024
    Copy the full SHA
    4b85145 View commit details
    Browse the repository at this point in the history
  2. Always Delete Actions Service Session (#3214)

    * Delete Actions Service session always
    
    * update tes
    luketomlinson committed Mar 21, 2024
    Copy the full SHA
    8ebf298 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Copy the full SHA
    a52c539 View commit details
    Browse the repository at this point in the history