Skip to content

Commit 9587912

Browse files
authored
Merge branch 'main' into check-links-improvement-redux
2 parents d31d89c + 92d85b8 commit 9587912

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

app.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
"env": {
44
"NODE_ENV": "production",
55
"NPM_CONFIG_PRODUCTION": "true",
6-
"ENABLED_LANGUAGES": "en, de"
6+
"ENABLED_LANGUAGES": "en"
77
},
88
"buildpacks": [
9-
{ "url": "https://github.com/DataDog/heroku-buildpack-datadog.git#1.21" },
109
{ "url": "heroku/nodejs" }
1110
],
1211
"formation": {

content/github/finding-security-vulnerabilities-and-errors-in-your-code/running-codeql-code-scanning-in-your-ci-system.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ On Windows, the `codeql-runner-win.exe` file usually requires no change to permi
5353
Once you have downloaded the {% data variables.product.prodname_codeql_runner %} and verified that it can be executed, you should make the runner available to each CI server that you intend to use for {% data variables.product.prodname_code_scanning %}. It is important to notice that each CI server that you intend to use for {% data variables.product.prodname_code_scanning %} needs to have the {% data variables.product.prodname_codeql_runner %}. You might configure each server to copy the runner from a central, internal location, or you could use the REST API to get the runner direct from GitHub, for example:
5454

5555
```shell
56-
wget https://github.com/github/codeql-action/releases/download/codeql-bundle-20200826/codeql-runner-linux
56+
wget https://github.com/github/codeql-action/releases/latest/download/codeql-runner-linux
5757
chmod +x codeql-runner-linux
5858
```
5959

@@ -127,7 +127,7 @@ This example is similar to the previous example, however this time the repositor
127127
> ...
128128
> CodeQL environment output to "/srv/checkout/example-repo-2/codeql-runner/codeql-env.json"
129129
and "/srv/checkout/example-repo-2/codeql-runner/codeql-env.sh".
130-
Please export these variables to future processes so the build can be traced, for example by running "
130+
Please export these variables to future processes so that CodeQL can monitor the build, for example by running "
131131
. /srv/checkout/example-repo-2/codeql-runner/codeql-env.sh".
132132
```
133133

0 commit comments

Comments
 (0)