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

Mergeback v2.3.1 refs/heads/releases/v2 into main #1660

Merged
merged 4 commits into from Apr 26, 2023

Commits on Apr 26, 2023

  1. Update changelog for v2.3.1

    github-actions[bot] committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    1f2f707 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1659 from github/update-v2.3.1-da583b07a

    * Update changelog and version after v2.3.0
    
    * Update checked-in dependencies
    
    * Throw full error for CLI bundle download (#1657)
    
    * Add `workload_run_attempt` to analysis upload (#1658)
    
    * Refactor status report upload logic
    
    Previously we had duplicated the logic to check `GITHUB_RUN_ID`. We now call the `getWorkflowRunID()` method for the status report upload method, and move the logic for the run attempt to `getWorkflowRunAttempt()`
    
    * Add `workflow_run_attempt` to analysis payload
    
    * Stop allowing `undefined` run IDs and attempts
    
    Because we already throw an error if the ID or attempt aren't numbers, we don't have to allow `undefined` values into the payload.
    
    * Update changelog for v2.3.1
    
    ---------
    
    Co-authored-by: github-actions[bot] <github-actions@github.com>
    Co-authored-by: Chuan-kai Lin <cklin@github.com>
    Co-authored-by: Angela P Wen <angelapwen@github.com>
    3 people committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    8662eab View commit details
    Browse the repository at this point in the history
  3. Update changelog and version after v2.3.1

    github-actions[bot] committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    e78ef45 View commit details
    Browse the repository at this point in the history
  4. Update checked-in dependencies

    github-actions[bot] committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    194450b View commit details
    Browse the repository at this point in the history