CodeQLUploadResultsToolSettings.

Ref Property

Summary

Specify the name of the ref you checked out and analyzed so that the results can be matched to the correct code. For a branch use: refs/heads/BRANCH-NAME, for the head commit of a pull request use refs/pull/NUMBER/head, or for the GitHub-generated merge commit of a pull request use refs/pull/NUMBER/merge.

Syntax

public string Ref { get; set; }

Value

Type Description
string