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

Fix the mergeback workflow #534

Merged
merged 41 commits into from
Jun 1, 2021
Merged

Fix the mergeback workflow #534

merged 41 commits into from
Jun 1, 2021

Commits on Dec 7, 2020

  1. Merge pull request #338 from github/update-v1-494945f7

    Merge main into v1
    robertbrignull authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    049e10c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Merge pull request #345 from github/update-v1-8cbc02a4

    Merge main into v1
    chrisgavin authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    4d26213 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    b8f3d83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #350 from github/prevent-accidental-analysis-of-ge…

    …t-pip-v1
    
    Prevent accidental analysis of the `get-pip.py` script. [v1 cherry-pick]
    chrisgavin authored Dec 22, 2020
    Configuration menu
    Copy the full SHA
    c2dc865 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Merge pull request #354 from github/update-v1-094554cf

    Merge main into v1
    chrisgavin authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    bb9d573 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Merge pull request #359 from github/update-v1-a0c4707d

    Merge main into v1
    robertbrignull authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    32a206e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Merge pull request #366 from github/update-v1-8659fb33

    Merge main into v1
    robertbrignull authored Jan 18, 2021
    Configuration menu
    Copy the full SHA
    ce35c1c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Merge pull request #372 from github/update-v1-7a340d32

    Merge main into v1
    robertbrignull authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    3a205cc View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Merge pull request #384 from github/update-v1-6408d722

    Merge main into v1
    rneatherway authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    0dcd795 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Merge pull request #388 from github/update-v1-781e3bc5

    Merge main into v1
    chrisgavin authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    2102634 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Merge pull request #399 from github/update-v1-bcd7b2de

    Merge main into v1
    robertbrignull authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    d00607b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Merge pull request #405 from github/update-v1-964ae012

    Merge main into v1
    chrisgavin authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    e40d003 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Merge pull request #410 from github/update-v1-bde489c6

    Merge main into v1
    simon-engledew authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    145b51c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #413 from github/update-v1-6ddfab14

    Merge main into v1
    adityasharad authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    5c4e118 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Merge pull request #415 from github/update-v1-2fcc4eb0

    Merge main into v1
    adityasharad authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    df93598 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Merge pull request #419 from github/update-v1-cfec2bbc

    Merge main into v1
    chrisgavin authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    0ed969c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Merge pull request #429 from github/update-v1-5d467d01

    Merge main into v1
    adityasharad authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    687b7b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Merge pull request #434 from github/update-v1-bf8daada

    Merge main into v1
    hmakholm authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    f8f120e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Merge pull request #439 from github/update-v1-7f9fb10a

    Merge main into v1
    adityasharad authored Apr 5, 2021
    Configuration menu
    Copy the full SHA
    ed446be View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. PR checks: Run integration tests against both tools: null and `tool…

    …s: latest`
    
    Always test against both the default and latest CodeQL bundle.
    
    This improves test coverage shortly after a CodeQL bundle release, where the latest bundle
    may not yet be built into the Actions VM image as the default bundle.
    
    It also saves a manual step during bundle release testing,
    since we no longer need to temporarily change the PR checks to `tools: latest`.
    
    There is some redundancy when the latest bundle is the same as the default bundle on the VM image,
    but this can be considered a test for the `tools: latest` configuration.
    adityasharad authored and aeisenberg committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    757ff99 View commit details
    Browse the repository at this point in the history
  2. PR checks: Compare the default and latest CodeQL tools bundles

    Create a prerequisite job that runs the init step twice, with `tools: null` and `tools: latest`.
    Use the outputs of these steps to compare the two CodeQL versions.
    Pass the list of distinct tool versions for the integration tests to use in their matrix strategy.
    This avoids redundant test jobs when the default and latest bundles are actually the same version of CodeQL.
    
    `~` is accepted by JSON but not by the Actions context language, so we use `null` to indicate the default version.
    adityasharad authored and aeisenberg committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    6b4df91 View commit details
    Browse the repository at this point in the history
  3. Code scanning: Compare the default and latest CodeQL tools bundles

    Create a prerequisite job that runs the init step twice, with `tools: null` and `tools: latest`.
    Use the outputs of these steps to compare the two CodeQL versions.
    Pass the list of distinct tool versions for the analysis job to matrix over.
    This lets us test the analysis against both versions, while avoiding duplication
    when they are actually the same version.
    adityasharad authored and aeisenberg committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    8a00ebe View commit details
    Browse the repository at this point in the history
  4. Use externalRepoAuth when getting a remote config

    This allows users to specify a different token for retrieving the
    codeql config from a different repository.
    
    Fixes github/advanced-security-field#185
    aeisenberg committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    af641b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Merge pull request #449 from github/update-v1-8bd2b351

    Merge main into v1
    aeisenberg authored Apr 19, 2021
    Configuration menu
    Copy the full SHA
    9db4c57 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Merge pull request #453 from github/update-v1-1fa35632

    Merge main into v1
    Daverlo authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    75dbb28 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Merge pull request #455 from github/update-v1-896b4ff1

    Merge main into v1
    hmakholm authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    429ece1 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Merge pull request #461 from github/update-v1-7c5b1287

    Merge main into v1
    aeisenberg authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    83b730e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Merge pull request #471 from github/update-v1-cb581084

    Merge main into v1
    hmakholm authored Apr 30, 2021
    Configuration menu
    Copy the full SHA
    6b86057 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Merge pull request #473 from github/update-v1-8e3540bb

    Merge main into v1
    adityasharad authored May 3, 2021
    Configuration menu
    Copy the full SHA
    9a41542 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Merge pull request #491 from github/update-v1-f00bafbd

    Merge main into v1
    aeisenberg authored May 10, 2021
    Configuration menu
    Copy the full SHA
    4a083a4 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Merge pull request #504 from github/update-v1-21830ef0

    Merge main into v1
    aeisenberg authored May 17, 2021
    Configuration menu
    Copy the full SHA
    b393038 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Merge pull request #508 from github/update-v1-79c79f1b

    Merge main into v1
    hmakholm authored May 19, 2021
    Configuration menu
    Copy the full SHA
    88f6e15 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Merge pull request #527 from github/update-v1-eeaefb60

    Merge main into v1
    aeisenberg authored May 26, 2021
    Configuration menu
    Copy the full SHA
    6764ac6 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. 1.0.0

    github-actions[bot] committed May 31, 2021
    Configuration menu
    Copy the full SHA
    cf57db7 View commit details
    Browse the repository at this point in the history
  2. Remove leading newline

    Minor change.
    aeisenberg authored May 31, 2021
    Configuration menu
    Copy the full SHA
    dd66f44 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #533 from github/update-v1.0.0-ff75ec7f

    Merge main into v1
    aeisenberg authored May 31, 2021
    Configuration menu
    Copy the full SHA
    4917d3c View commit details
    Browse the repository at this point in the history
  4. Fix the mergeback workflow

    We need to tag and mergeback if the tag does _not_ already exist.
    aeisenberg committed May 31, 2021
    Configuration menu
    Copy the full SHA
    981b5cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d701d2 View commit details
    Browse the repository at this point in the history
  6. Manually update the CHANGELOG

    This should have happened in a mergeback PR, but the workflow to
    generate this was broken.
    aeisenberg committed May 31, 2021
    Configuration menu
    Copy the full SHA
    a94829c View commit details
    Browse the repository at this point in the history
  7. Fix EOF newlines after npm version patch

    The removeNPMAbsolutePaths check requires no newlines at the
    end of the file. This ensures that the version update mimics
    the behavior.
    aeisenberg committed May 31, 2021
    Configuration menu
    Copy the full SHA
    c02d8cc View commit details
    Browse the repository at this point in the history
  8. 1.0.1

    aeisenberg committed May 31, 2021
    Configuration menu
    Copy the full SHA
    f0e82b7 View commit details
    Browse the repository at this point in the history