Skip to content

Commit 29802af

Browse files
committed
Fix typo in heading
1 parent 9bee9c0 commit 29802af

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/codeql/codeql-for-visual-studio-code/running-codeql-queries-at-scale-with-mrva.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ When you run variant analysis against a list of repositories, your query is run
1919
.. _controller-repository:
2020

2121
Setting a controller repository for variant analysis
22-
-------------------------------------------------
22+
----------------------------------------------------
2323

2424
When you run variant analysis, the analysis is run entirely using GitHub Actions. You don't need to create any workflows, but you must specify which GitHub repository the CodeQL extension should use as the "controller repository." Controller repositories can be empty, but they must have at least one commit and the ``GITHUB_TOKEN`` must have "Read and write permissions" when running workflows. For more information, see "`Managing GitHub Actions settings for a repository <https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#setting-the-permissions-of-the-github_token-for-your-repository>`__."
2525

@@ -32,9 +32,6 @@ When you run variant analysis, the analysis is run entirely using GitHub Actions
3232

3333
TODO: Check on "internal" repositories.
3434

35-
36-
TODO: check that the guess in the note above is accurate.
37-
3835
Setting up variant analysis
3936
---------------------------
4037

0 commit comments

Comments
 (0)