Skip to content

Commit 2213e5d

Browse files
authored
Merge pull request #24336 from github/repo-sync
repo sync
2 parents 38cf6c8 + 28112ed commit 2213e5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The recommended formats explicitly define which versions are used for all direct
8686
{%- ifversion github-actions-in-dependency-graph %}
8787
| {% data variables.product.prodname_actions %} workflows [1] | YAML | `.yml`, `.yaml` | `.yml`, `.yaml` |
8888
{%- endif %}
89-
| Go modules | Go | `go.sum` | `go.mod`, `go.sum` |
89+
| Go modules | Go | `go.mod`| `go.mod`{% ifversion ghes < 3.9 or ghae < 3.9 %}, `go.sum`{% endif %} |
9090
| Maven | Java, Scala | `pom.xml` | `pom.xml` |
9191
| npm | JavaScript | `package-lock.json` | `package-lock.json`, `package.json`|
9292
| pip | Python | `requirements.txt`, `pipfile.lock` | `requirements.txt`, `pipfile`, `pipfile.lock`, `setup.py`[2] |

data/reusables/dependabot/dependabot-alerts-dependency-scope.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ The table below summarizes whether dependency scope is supported for various eco
44
|:---|:---:|:---:|:---|{% ifversion dependency-graph-dart-support %}
55
| Dart | pub | pubspec.yaml ||
66
| Dart | pub | pubspec.lock | ✔ |{% endif %}
7-
| Go | Go modules | go.mod | No, defaults to runtime |
8-
| Go | Go modules | go.sum | No, defaults to runtime |
7+
| Go | Go modules | go.mod | No, defaults to runtime |{% ifversion ghes < 3.9 or ghae < 3.9 %}
8+
| Go | Go modules | go.sum | No, defaults to runtime |{% endif %}
99
| Java | Maven | pom.xml |`test` maps to development, else scope defaults to runtime |
1010
| JavaScript | npm | package.json ||
1111
| JavaScript | npm | package-lock.json ||

0 commit comments

Comments
 (0)