Commits
eba983fb9b
Name already in use
Commits on Oct 13, 2022
-
Removes deprecated set-output usage
For more information see https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ This change bumps a bunch of the internal actions packages. Note that the only required version change is `actions/core` to 1.10.0. The others are not required, but seem like a reasonable idea. It also changes all of the workflows that use `set-output`.
Andrew Eisenberg committedOct 13, 2022 Copy the full SHA eba983fView commit details -
Merge pull request #1299 from github/dependabot/npm_and_yarn/octokit/…
…types-8.0.0 Bump @octokit/types from 7.1.1 to 8.0.0
Andrew Eisenberg authored and GitHub committedOct 13, 2022 -
Update checked-in dependencies
github-actions[bot] committedOct 13, 2022 -
Bump @octokit/types from 7.1.1 to 8.0.0
Bumps [@octokit/types](https://github.com/octokit/types.ts) from 7.1.1 to 8.0.0. - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](https://github.com/octokit/types.ts/compare/v7.1.1...v8.0.0) --- updated-dependencies: - dependency-name: "@octokit/types" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored and GitHub committedOct 13, 2022 -
Merge pull request #1298 from github/edoardo/caching-hosted
TRAP Caching: Disable on self-hosted runners
Edoardo Pirovano authored and GitHub committedOct 13, 2022 -
TRAP Caching: Disable on self-hosted runners
Edoardo Pirovano committedOct 13, 2022
Commits on Oct 12, 2022
-
Merge pull request #1284 from github/aeisenberg/ff-refactoring
Andrew Eisenberg authored and GitHub committedOct 12, 2022 -
Merge remote-tracking branch 'upstream/main' into aeisenberg/ff-refac…
…toring
Andrew Eisenberg committedOct 12, 2022 -
Merge pull request #1296 from github/edoardo/improve-docs
Improve documentation comment
Edoardo Pirovano authored and GitHub committedOct 12, 2022 -
Merge pull request #1297 from github/update-supported-enterprise-serv…
…er-versions Update supported GitHub Enterprise Server versions.
Edoardo Pirovano authored and GitHub committedOct 12, 2022 -
Update supported GitHub Enterprise Server versions.
GitHub committedOct 12, 2022
Commits on Oct 11, 2022
-
Edoardo Pirovano committed
Oct 11, 2022 -
Merge pull request #1293 from github/edoardo/fix-with-timeout
Fix `withTimeout` helper function
Edoardo Pirovano authored and GitHub committedOct 11, 2022 -
Henry Mercer authored and Andrew Eisenberg committed
Oct 11, 2022 -
Andrew Eisenberg committed
Oct 11, 2022 -
Merge pull request #1294 from github/alexet/release-codeql-2.11.1-v2
Update bundle for 2.11.1
Alexander Eyers-Taylor authored and GitHub committedOct 11, 2022 -
Further update to reflect a conversation with @henrymercer
Edoardo Pirovano committedOct 11, 2022 -
Fix
withTimeout
helper functionEdoardo Pirovano committedOct 11, 2022
Commits on Oct 7, 2022
-
Andrew Eisenberg committed
Oct 7, 2022 -
Merge remote-tracking branch 'upstream/main' into aeisenberg/ff-refac…
…toring
Andrew Eisenberg committedOct 7, 2022 -
Clarify merging with merge commit (#1291)
* Clarify merging with merge commit * Add merge commit message to mergeback PRs
Angela P Wen authored and GitHub committedOct 7, 2022 -
Avoid usage of "Feature Flag" unless we are talking specifically about the response from github features api. Otherwise, use terms like "Toggleable features". Note both "toggleable" and "togglable" appear to be valid spellings of the word. I chose the first for no good reason.
Andrew Eisenberg committedOct 7, 2022 -
Mergeback v2.1.27 refs/heads/releases/v2 into main (#1289)
* Merge main into releases/v2 (#1287) * Update changelog and version after v2.1.26 * Update checked-in dependencies * Don't check for Go logs on failure (#1279) * Update supported GitHub Enterprise Server versions. (#1275) Co-authored-by: GitHub <noreply@github.com> * TRAP Caching: Add timeouts to upload/download operations * Add logging statements declaring state of the cli_config_file_enabled It's possible to determine this otherwise, but this makes it easier to spot. * Avoid using single value as array The user config parser in the CLI doesn't yet support it. * Extract logging statements to separate function * Correctly report CodeQL version when using cache (#1259) * Correctly report CodeQL version when using cache * Add JS generated files * Add test for return value of `setupCodeQL` * Fill in missing return value comment * Convert "Invalid source root" errors to UserErrors * Add changelog note for Go extraction reconciliation (#1286) * Add changelog note for Go extraction reconciliation * Update CHANGELOG.md Co-authored-by: Henry Mercer <henrymercer@github.com> * Update CHANGELOG.md Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> * Tweaks from PR review Co-authored-by: Henry Mercer <henrymercer@github.com> Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> * Update changelog for v2.1.27 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> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: GitHub <noreply@github.com> Co-authored-by: Edoardo Pirovano <edoardo.pirovano@gmail.com> Co-authored-by: Edoardo Pirovano <6748066+edoardopirovano@users.noreply.github.com> Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com> * Update changelog and version after v2.1.27 * Update checked-in dependencies Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 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> Co-authored-by: GitHub <noreply@github.com> Co-authored-by: Edoardo Pirovano <edoardo.pirovano@gmail.com> Co-authored-by: Edoardo Pirovano <6748066+edoardopirovano@users.noreply.github.com> Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
9 people committedOct 7, 2022 -
Extract GitHubFeatureFlags to a separate class
Internal refactoring so that `GitHubFeatureFlags` is private only. The public facing class is `Features`.
Andrew Eisenberg committedOct 7, 2022
Commits on Oct 6, 2022
-
Add changelog note for Go extraction reconciliation (#1286)
* Add changelog note for Go extraction reconciliation * Update CHANGELOG.md Co-authored-by: Henry Mercer <henrymercer@github.com> * Update CHANGELOG.md Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> * Tweaks from PR review Co-authored-by: Henry Mercer <henrymercer@github.com> Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
3 people authored and GitHub committedOct 6, 2022 -
Andrew Eisenberg committed
Oct 6, 2022 -
Andrew Eisenberg committed
Oct 6, 2022 -
- Change env var name for `MlPoweredQueriesEnabled` - Throw error if minimumVersion is specified, but CodeQL argument is not supplied. - Fix failing tests. Note that I removed a config-utils test because it is no longer relevant since we handle codeql minimum versions in the `getValue` function.
Andrew Eisenberg committedOct 6, 2022 -
Merge pull request #1282 from github/aeisenberg/user-error-source-root
Convert "Invalid source root" errors to UserErrors
Andrew Eisenberg authored and GitHub committedOct 6, 2022 -
Convert "Invalid source root" errors to UserErrors
Andrew Eisenberg committedOct 6, 2022
Commits on Oct 5, 2022
-
Refactor handling of feature flags
This commit centralizes how feature flags are handled. All feature flags must now add an entry in the `featureFlagConfig` dictionary. This dictionary associates the flag with an environment variable name and optionally a minimum version for CodeQL. The new logic is: - if the environment variable is set to false: disabled - if the minimum version requirement specified and met: disabled - if the environment variable is set to true: enable - Otherwise check feature flag enablement from the server
Andrew Eisenberg committedOct 5, 2022 -
Correctly report CodeQL version when using cache (#1259)
* Correctly report CodeQL version when using cache * Add JS generated files * Add test for return value of `setupCodeQL` * Fill in missing return value comment
Angela P Wen authored and GitHub committedOct 5, 2022
Commits on Oct 4, 2022
-
Merge pull request #1281 from github/aeisenberg/cli-config-processing
Add logging statements declaring state of the cli_config_file_enabled
Andrew Eisenberg authored and GitHub committedOct 4, 2022
Commits on Oct 3, 2022
-
Extract logging statements to separate function
Andrew Eisenberg committedOct 3, 2022