| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
This change adds:
- new `registries` block allowed in code scanning config file
- new `registries-auth-tokens` input in init action
- Change the downloadPacks function so that it accepts new parameters:
- registries block
- api auth
- Generate a qlconfig.yml file with the registries block if one is
supplied. Use this file when downloading packs.
- temporarily set the `GITHUB_TOKEN` and `CODEQL_REGISTRIES_AUTH` based
on api auth
TODO:
1. integration test
2. handle pack downloads when the config is generated by the CLI
This will enable us to test this behavior in PR checks. Also simplify and add some more detailed documentation.
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
`in` checks the indices of an array, not the values.
Mergeback v2.1.22 refs/heads/releases/v2 into main
Previously the test depended on `createdDBForScannedLanguages` making no async calls prior to `codeql resolve extractor`.
Now the test is fixed, we can simplify by introducing an async call.
We now trace in init when using reconciled tracing, so we no longer need to set the `CODEQL_EXTRACTOR_GO_BUILD_TRACING` environment variable.
A bug preventing us from using Lua tracing for Go on Windows is fixed in CLI 2.10.4+, so we can now resume using Lua tracing for Go on Windows when using these CLI versions.
…-go-windows Run Lua tracing for Go on Windows in CLI 2.10.4+
Autobuild Go in `analyze` if not already built
The [release notes](https://github.com/avajs/ava/releases/tag/v4.3.3) mention compatibility with Node 18.8.
Add workflowEventName util function
Avoids a bug in 2.10.4. Also, add some better handling for invalid registries blocks.
Add support for downloading packs from GHES
Always defer to the CLI on the Lua tracer state from now on.
Bump CodeQL version to 2.10.5
This test is broken, as it first sets environment variables, and then immediately unsets it again. This only worked by chance with the legacy tracer, and breaks the Lua tracer.
Remove the lua tracer feature flag check from the codeql-action.
Merge main into releases/v2
This reverts commit b6c8b30.
This reverts commit 4c7650d.
| Back | FazBrowse Home | New Git URL |
Merging 6a38b7d into releases/v1
Conductor for this PR is @henrymercer
Contains the following pull requests:
Please review the following: