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.312.0
Choose a base ref
...
head repository: actions/runner
compare: v2.313.0
Choose a head ref
  • 18 commits
  • 28 files changed
  • 12 contributors

Commits on Jan 18, 2024

  1. Copy the full SHA
    e842959 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7310ba0 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

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

Commits on Jan 30, 2024

  1. Copy the full SHA
    dcb790f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7414e08 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5268d74 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    894c500 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

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

Commits on Feb 1, 2024

  1. Upgrade docker from 24.0.7 to 24.0.8 (#3124)

    Which (among other things) fixes this High `CVE-2024-21626`:
    - GHSA-xr7r-f8xq-vfvv
    
    Release notes:
    - https://docs.docker.com/engine/release-notes/24.0/#2408
    MPV committed Feb 1, 2024
    Copy the full SHA
    3e5433e View commit details
    Browse the repository at this point in the history
  2. Upload the diagnostic logs to the Results Service (#3114)

    * upload diagnostic logs to results
    
    * correct casing
    
    * correct typo
    
    * update contract
    
    * update constant and define private method
    
    * fix access
    
    * fix reference to logs url
    
    * update
    
    * use results func
    
    * fix method naming
    
    * rename to match rpc
    
    * change API contract
    
    * fix lint issue
    
    * refactor
    
    * remove unused method
    
    * create new log type
    jtamsut committed Feb 1, 2024
    Copy the full SHA
    11680fc View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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

Commits on Feb 5, 2024

  1. Specify Content-Type for BlockBlob upload (#3119)

    * add content-type to block blob upload
    
    * Add content-type for sdk path
    
    * fix spacing
    
    * merge headers and only when file extension is .txt
    
    * add conditions
    
    * tweak conditions and path matching
    
    * pass in headers
    
    * add content-type for appendblob
    bethanyj28 committed Feb 5, 2024
    Copy the full SHA
    bf0e766 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Copy the full SHA
    fa874cf View commit details
    Browse the repository at this point in the history
  2. Add sshd to .devcontainer.json (#3079)

    This is required in order to ssh into a codespace for the repo: 
    
    
    > error getting ssh server details: failed to start SSH server:
    Please check if an SSH server is installed in the container.
    If the docker image being used for the codespace does not have an SSH server,
    install it in your Dockerfile or, for codespaces that use Debian-based images,
    you can add the following to your devcontainer.json:
    > 
    > "features": {
    >     "ghcr.io/devcontainers/features/sshd:1": {
    >         "version": "latest"
    >     }
    > }
    pje committed Feb 6, 2024
    Copy the full SHA
    cd812f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Fix CVE-2024-21626 (#3123)

    Co-authored-by: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com>
    luka5 and fhammerl committed Feb 7, 2024
    Copy the full SHA
    bcc665a View commit details
    Browse the repository at this point in the history
  2. Handle ForceTokenRefresh message (#3133)

    * Handle ForceTokenRefresh message
    
    * move to constants
    
    * format
    luketomlinson committed Feb 7, 2024
    Copy the full SHA
    651ea42 View commit details
    Browse the repository at this point in the history
  3. Bump hook version to 0.5.1 (#3129)

    Co-authored-by: Tingluo Huang <tingluohuang@github.com>
    nikola-jokic and TingluoHuang committed Feb 7, 2024
    Copy the full SHA
    1d47bfa View commit details
    Browse the repository at this point in the history