Skip to content

github/codeql-variant-analysis-action

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 11, 2021 10:15
September 18, 2023 14:12
December 5, 2023 17:45
September 18, 2023 14:12
September 19, 2023 14:26
src
November 1, 2023 17:41
May 24, 2023 21:36
September 15, 2023 13:05
September 19, 2023 14:31
April 8, 2022 08:14
September 19, 2023 14:31
September 19, 2023 14:31

CodeQL variant analysis action

This action is used internally by GitHub's multi-repository variant analysis. It is not intended to be used directly.

If you want to use CodeQL to analyze your source code, please see the CodeQL Action and the Code scanning documentation.

Generating sourcemaps

In case you want to generate sourcemaps for tracing back a specific line in a stacktrace to the source code, you can use the following command:

CODEQL_VARIANT_ANALYSIS_ACTION_GENERATE_SOURCEMAPS=true npm run build

The sourcemaps will be placed in the dist directory.