Skip to content

Commit 7e4855b

Browse files
authored
Merge pull request #7 from peevees/patch-1
Correct programming language java -> C#
2 parents 0f08e1e + fbcaf7b commit 7e4855b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Click the `Configure CodeQL alerts` button.
4343

4444
<img src="images/02-repo-security-setup-codeql-workflow.png" width="70%"/>
4545

46-
This will create a GitHub Actions Workflow file with CodeQL already set up. Since Java is a compiled language you will need to setup the build in later steps. See the [documentation](https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/running-codeql-code-scanning-in-your-ci-system) if you would like to configure CodeQL Analysis with a 3rd party CI system instead of using GitHub Actions.
46+
This will create a GitHub Actions Workflow file with CodeQL already set up. Since C# is a compiled language you will need to setup the build in later steps. See the [documentation](https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/running-codeql-code-scanning-in-your-ci-system) if you would like to configure CodeQL Analysis with a 3rd party CI system instead of using GitHub Actions.
4747
</p>
4848
</details>
4949

0 commit comments

Comments
 (0)