Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase with actions/runner main. #3

Merged
merged 19 commits into from
Nov 13, 2024
Merged

Rebase with actions/runner main. #3

merged 19 commits into from
Nov 13, 2024

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    2c03d74 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Publish job telemetry to run-service. (actions#3545)

    * Publish job telemetry to run-service.
    
    * .
    TingluoHuang authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6ef5803 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Fetch repo-level runner groups from API in v2 flow (actions#3546)

    * fetch repo-level runner groups from api in v2 flow
    
    * stricter isRepoRunner
    lucavallin authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d37a7ae View commit details
    Browse the repository at this point in the history
  2. Allow runner to check service connection in background. (actions#3542)

    * Allow runner to check service connection in background.
    
    * .
    
    * .
    TingluoHuang authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d16fb2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    694ae12 View commit details
    Browse the repository at this point in the history
  4. Update runner docker image. (actions#3511)

    * Update docker and buildx version.
    
    * .
    TingluoHuang authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1e1f784 View commit details
    Browse the repository at this point in the history
  5. Bump Azure.Storage.Blobs from 12.19.1 to 12.23.0 in /src (actions#3549)

    Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.19.1 to 12.23.0.
    - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
    - [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.19.1...Azure.Storage.Blobs_12.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: Azure.Storage.Blobs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    59f2be2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    074d9c0 View commit details
    Browse the repository at this point in the history
  7. Upgrade dotnet sdk to v8.0.404 (actions#3552)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6c94f78 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configure dependabot to check github-actions updates (actions#3333)

    * Configure dependabot to check github-actions updates
    
    Some actions based on Node 16 are deprecated.
    
    See https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20.
    
    * Under /.github
    
    https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot#example-dependabotyml-file-for-github-actions
    
    * Try /.github/workflows
    
    * Update .github/dependabot.yml
    
    Co-authored-by: Zongle Wang <[email protected]>
    
    ---------
    
    Co-authored-by: Tingluo Huang <[email protected]>
    Goooler and TingluoHuang authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    27580ef View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 3 to 4 (actions#3556)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4700649 View commit details
    Browse the repository at this point in the history
  3. Bump version to 2.320.1 to test new arm builds

    Signed-off-by: Satadru Pramanik <[email protected]>
    satmandu committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    bc18743 View commit details
    Browse the repository at this point in the history
  4. Add note about changed version.

    Signed-off-by: Satadru Pramanik <[email protected]>
    satmandu committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2399521 View commit details
    Browse the repository at this point in the history
  5. Adjust workflow to build artifacts.

    Signed-off-by: Satadru Pramanik <[email protected]>
    satmandu committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    02a2ea0 View commit details
    Browse the repository at this point in the history
  6. Update to .Net 9.0 to fix ARM32 Y2038 breakage.

    This updates .Net to 9.0.100-rc.2.24474.11 .
    See actions#3505
    dotnet/runtime#101444
    dotnet/runtime#96460
    dotnet/runtime#102410
    
    (Looks like this has not been backported to .Net 8.x...)
    
    Signed-off-by: Satadru Pramanik <[email protected]>
    satmandu committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2ee726d View commit details
    Browse the repository at this point in the history
  7. Bump versions of packages to avoid NU1903 NU1902 warnings.

    Signed-off-by: Satadru Pramanik <[email protected]>
    satmandu committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    25f8032 View commit details
    Browse the repository at this point in the history
  8. Update to .Net 9.0 Final.

    Signed-off-by: Satadru Pramanik <[email protected]>
    satmandu committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e0961a9 View commit details
    Browse the repository at this point in the history
  9. More updates to use .Net 9.0 and the latest Ubuntu LTS (Ubuntu 24.04/…

    …noble).
    
    Signed-off-by: Satadru Pramanik <[email protected]>
    satmandu committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d9896cb View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' into arm_build_test

    Signed-off-by: Satadru Pramanik, DO, MPH, MEng <[email protected]>
    satmandu authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    14d933e View commit details
    Browse the repository at this point in the history