-
Notifications
You must be signed in to change notification settings - Fork 329
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
Commits on Dec 7, 2020
-
Merge pull request #338 from github/update-v1-494945f7
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for 049e10c - Browse repository at this point
Copy the full SHA 049e10cView commit details
Commits on Dec 14, 2020
-
Merge pull request #345 from github/update-v1-8cbc02a4
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for 4d26213 - Browse repository at this point
Copy the full SHA 4d26213View commit details
Commits on Dec 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b8f3d83 - Browse repository at this point
Copy the full SHA b8f3d83View commit details -
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]
Configuration menu - View commit details
-
Copy full SHA for c2dc865 - Browse repository at this point
Copy the full SHA c2dc865View commit details
Commits on Jan 4, 2021
-
Merge pull request #354 from github/update-v1-094554cf
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for bb9d573 - Browse repository at this point
Copy the full SHA bb9d573View commit details
Commits on Jan 11, 2021
-
Merge pull request #359 from github/update-v1-a0c4707d
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for 32a206e - Browse repository at this point
Copy the full SHA 32a206eView commit details
Commits on Jan 18, 2021
-
Merge pull request #366 from github/update-v1-8659fb33
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for ce35c1c - Browse repository at this point
Copy the full SHA ce35c1cView commit details
Commits on Jan 25, 2021
-
Merge pull request #372 from github/update-v1-7a340d32
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for 3a205cc - Browse repository at this point
Copy the full SHA 3a205ccView commit details
Commits on Feb 1, 2021
-
Merge pull request #384 from github/update-v1-6408d722
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for 0dcd795 - Browse repository at this point
Copy the full SHA 0dcd795View commit details
Commits on Feb 8, 2021
-
Merge pull request #388 from github/update-v1-781e3bc5
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for 2102634 - Browse repository at this point
Copy the full SHA 2102634View commit details
Commits on Feb 22, 2021
-
Merge pull request #399 from github/update-v1-bcd7b2de
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for d00607b - Browse repository at this point
Copy the full SHA d00607bView commit details
Commits on Mar 1, 2021
-
Merge pull request #405 from github/update-v1-964ae012
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for e40d003 - Browse repository at this point
Copy the full SHA e40d003View commit details
Commits on Mar 8, 2021
-
Merge pull request #410 from github/update-v1-bde489c6
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for 145b51c - Browse repository at this point
Copy the full SHA 145b51cView commit details -
Merge pull request #413 from github/update-v1-6ddfab14
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for 5c4e118 - Browse repository at this point
Copy the full SHA 5c4e118View commit details
Commits on Mar 9, 2021
-
Merge pull request #415 from github/update-v1-2fcc4eb0
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for df93598 - Browse repository at this point
Copy the full SHA df93598View commit details
Commits on Mar 15, 2021
-
Merge pull request #419 from github/update-v1-cfec2bbc
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for 0ed969c - Browse repository at this point
Copy the full SHA 0ed969cView commit details
Commits on Mar 22, 2021
-
Merge pull request #429 from github/update-v1-5d467d01
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for 687b7b7 - Browse repository at this point
Copy the full SHA 687b7b7View commit details
Commits on Mar 26, 2021
-
Merge pull request #434 from github/update-v1-bf8daada
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for f8f120e - Browse repository at this point
Copy the full SHA f8f120eView commit details
Commits on Apr 5, 2021
-
Merge pull request #439 from github/update-v1-7f9fb10a
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for ed446be - Browse repository at this point
Copy the full SHA ed446beView commit details
Commits on Apr 12, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for 757ff99 - Browse repository at this point
Copy the full SHA 757ff99View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6b4df91 - Browse repository at this point
Copy the full SHA 6b4df91View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8a00ebe - Browse repository at this point
Copy the full SHA 8a00ebeView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for af641b2 - Browse repository at this point
Copy the full SHA af641b2View commit details
Commits on Apr 19, 2021
-
Merge pull request #449 from github/update-v1-8bd2b351
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for 9db4c57 - Browse repository at this point
Copy the full SHA 9db4c57View commit details
Commits on Apr 20, 2021
-
Merge pull request #453 from github/update-v1-1fa35632
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for 75dbb28 - Browse repository at this point
Copy the full SHA 75dbb28View commit details
Commits on Apr 21, 2021
-
Merge pull request #455 from github/update-v1-896b4ff1
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for 429ece1 - Browse repository at this point
Copy the full SHA 429ece1View commit details
Commits on Apr 26, 2021
-
Merge pull request #461 from github/update-v1-7c5b1287
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for 83b730e - Browse repository at this point
Copy the full SHA 83b730eView commit details
Commits on Apr 30, 2021
-
Merge pull request #471 from github/update-v1-cb581084
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for 6b86057 - Browse repository at this point
Copy the full SHA 6b86057View commit details
Commits on May 3, 2021
-
Merge pull request #473 from github/update-v1-8e3540bb
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for 9a41542 - Browse repository at this point
Copy the full SHA 9a41542View commit details
Commits on May 10, 2021
-
Merge pull request #491 from github/update-v1-f00bafbd
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for 4a083a4 - Browse repository at this point
Copy the full SHA 4a083a4View commit details
Commits on May 17, 2021
-
Merge pull request #504 from github/update-v1-21830ef0
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for b393038 - Browse repository at this point
Copy the full SHA b393038View commit details
Commits on May 19, 2021
-
Merge pull request #508 from github/update-v1-79c79f1b
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for 88f6e15 - Browse repository at this point
Copy the full SHA 88f6e15View commit details
Commits on May 26, 2021
-
Merge pull request #527 from github/update-v1-eeaefb60
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for 6764ac6 - Browse repository at this point
Copy the full SHA 6764ac6View commit details
Commits on May 31, 2021
-
github-actions[bot] committed
May 31, 2021 Configuration menu - View commit details
-
Copy full SHA for cf57db7 - Browse repository at this point
Copy the full SHA cf57db7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd66f44 - Browse repository at this point
Copy the full SHA dd66f44View commit details -
Merge pull request #533 from github/update-v1.0.0-ff75ec7f
Merge main into v1
Configuration menu - View commit details
-
Copy full SHA for 4917d3c - Browse repository at this point
Copy the full SHA 4917d3cView commit details -
We need to tag and mergeback if the tag does _not_ already exist.
Configuration menu - View commit details
-
Copy full SHA for 981b5cb - Browse repository at this point
Copy the full SHA 981b5cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d701d2 - Browse repository at this point
Copy the full SHA 7d701d2View commit details -
This should have happened in a mergeback PR, but the workflow to generate this was broken.
Configuration menu - View commit details
-
Copy full SHA for a94829c - Browse repository at this point
Copy the full SHA a94829cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c02d8cc - Browse repository at this point
Copy the full SHA c02d8ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e82b7 - Browse repository at this point
Copy the full SHA f0e82b7View commit details