Skip to content

Commit b68cb60

Browse files
authored
Merge pull request github#35452 from github/repo-sync
Repo sync
2 parents 396b81b + b44227b commit b68cb60

File tree

30 files changed

+1052
-222
lines changed

30 files changed

+1052
-222
lines changed

content/actions/managing-workflow-runs-and-deployments/managing-deployments/configuring-custom-deployment-protection-rules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following is a list of official partner implementations for deployment prote
4040
* New Relic: for more information, see [the New Relic app](https://github.com/apps/new-relic-gate) in the {% data variables.product.prodname_marketplace %}.
4141
* NCM NodeSource: for more information, see [the NCM NodeSource app](https://github.com/apps/ncm-nodesource) in the {% data variables.product.prodname_marketplace %}.
4242
* Sentry: for more information, see [the Sentry Deployment Gate app](https://github.com/apps/sentry-deployment-gate) in the {% data variables.product.prodname_marketplace %}.
43-
* ServiceNow: for more information, see [GitHub integration with DevOps Change Velocity](https://docs.servicenow.com/bundle/utah-devops/page/product/enterprise-dev-ops/concept/github-integration-dev-ops.html) in the ServiceNow documentation.
43+
* ServiceNow: for more information, see [GitHub integration with DevOps Change Velocity](https://www.servicenow.com/docs/bundle/utah-devops/page/product/enterprise-dev-ops/concept/github-integration-dev-ops.html) in the ServiceNow documentation.
4444

4545
## Prerequisites
4646

content/actions/use-cases-and-examples/publishing-packages/publishing-docker-images.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Each time you create a new release on {% data variables.product.product_name %},
5454

5555
In the example workflow below, we use the Docker `login-action` and `build-push-action` actions to build the Docker image and, if the build succeeds, push the built image to Docker Hub.
5656

57-
To push to Docker Hub, you will need to have a Docker Hub account, and have a Docker Hub repository created. For more information, see "[Pushing a Docker container image to Docker Hub](https://docs.docker.com/docker-hub/repos/#pushing-a-docker-container-image-to-docker-hub)" in the Docker documentation.
57+
To push to Docker Hub, you will need to have a Docker Hub account, and have a Docker Hub repository created. For more information, see "[Pushing a Docker container image to Docker Hub](https://docs.docker.com/docker-hub/quickstart/#step-3-build-and-push-an-image-to-docker-hub)" in the Docker documentation.
5858

5959
The `login-action` options required for Docker Hub are:
6060
* `username` and `password`: This is your Docker Hub username and password. We recommend storing your Docker Hub username and password as secrets so they aren't exposed in your workflow file. For more information, see "[AUTOTITLE](/actions/security-guides/using-secrets-in-github-actions)."

content/repositories/archiving-a-github-repository/referencing-and-citing-content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Zenodo archives your repository and issues a new DOI each time you create a new
3131

3232
## Publicizing and citing research material with Figshare
3333

34-
Academics can use the data management service [Figshare](http://figshare.com) to publicize and cite research material. For more information, see [Figshare's support site](https://knowledge.figshare.com/articles/item/how-to-connect-figshare-with-your-github-account).
34+
Academics can use the data management service [Figshare](http://figshare.com) to publicize and cite research material. For more information, see [Figshare's support site](https://info.figshare.com/user-guide/integrations/#github).

content/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ topics:
1111
---
1212
_2018 statement_
1313

14-
According to the International Labour Organization (ILO), [40 million people were victims of modern slavery and 152 million children were subject to child labor](https://www.ilo.org/global/about-the-ilo/newsroom/news/WCMS_574717/lang--en/index.htm) globally in 2016. As the [ILO reports](https://www.ilo.org/global/topics/forced-labour/lang--en/index.htm):
14+
According to the International Labour Organization (ILO), [40 million people were victims of modern slavery and 152 million children were subject to child labor](https://www.ilo.org/global/about-the-ilo/newsroom/news/WCMS_574717/lang--en/index.htm) globally in 2016. As the [ILO reports](https://www.ilo.org/topics-and-sectors/forced-labour-modern-slavery-and-trafficking-persons):
1515
* 1 in 4 victims of modern slavery are children.
1616
* Out of the 24.9 million people trapped in forced labour, 16 million people are exploited in the private sector such as domestic work, construction or agriculture; 4.8 million persons in forced sexual exploitation, and 4 million persons in forced labour imposed by state authorities.
1717
* Women and girls are disproportionately affected by forced labour, accounting for 99% of victims in the commercial sex industry, and 58% in other sectors.

src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json

+9
Original file line numberDiff line numberDiff line change
@@ -7049,6 +7049,15 @@
70497049
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations",
70507050
"additional-permissions": false,
70517051
"access": "read"
7052+
},
7053+
{
7054+
"category": "secret-scanning",
7055+
"slug": "get-secret-scanning-scan-history-for-a-repository",
7056+
"subcategory": "secret-scanning",
7057+
"verb": "get",
7058+
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history",
7059+
"additional-permissions": false,
7060+
"access": "read"
70527061
}
70537062
]
70547063
},

src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json

+6
Original file line numberDiff line numberDiff line change
@@ -4751,6 +4751,12 @@
47514751
"subcategory": "secret-scanning",
47524752
"verb": "post",
47534753
"requestPath": "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses"
4754+
},
4755+
{
4756+
"slug": "get-secret-scanning-scan-history-for-a-repository",
4757+
"subcategory": "secret-scanning",
4758+
"verb": "get",
4759+
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history"
47544760
}
47554761
],
47564762
"security-advisories": [

src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json

+11
Original file line numberDiff line numberDiff line change
@@ -8631,6 +8631,17 @@
86318631
"user-to-server": true,
86328632
"server-to-server": true,
86338633
"additional-permissions": false
8634+
},
8635+
{
8636+
"category": "secret-scanning",
8637+
"slug": "get-secret-scanning-scan-history-for-a-repository",
8638+
"subcategory": "secret-scanning",
8639+
"verb": "get",
8640+
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history",
8641+
"access": "read",
8642+
"user-to-server": true,
8643+
"server-to-server": true,
8644+
"additional-permissions": false
86348645
}
86358646
]
86368647
},

src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json

+6
Original file line numberDiff line numberDiff line change
@@ -4259,6 +4259,12 @@
42594259
"subcategory": "secret-scanning",
42604260
"verb": "get",
42614261
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations"
4262+
},
4263+
{
4264+
"slug": "get-secret-scanning-scan-history-for-a-repository",
4265+
"subcategory": "secret-scanning",
4266+
"verb": "get",
4267+
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history"
42624268
}
42634269
],
42644270
"security-advisories": [

src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json

+6
Original file line numberDiff line numberDiff line change
@@ -4751,6 +4751,12 @@
47514751
"subcategory": "secret-scanning",
47524752
"verb": "post",
47534753
"requestPath": "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses"
4754+
},
4755+
{
4756+
"slug": "get-secret-scanning-scan-history-for-a-repository",
4757+
"subcategory": "secret-scanning",
4758+
"verb": "get",
4759+
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history"
47544760
}
47554761
],
47564762
"security-advisories": [

src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json

+9
Original file line numberDiff line numberDiff line change
@@ -7643,6 +7643,15 @@
76437643
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations",
76447644
"additional-permissions": false,
76457645
"access": "read"
7646+
},
7647+
{
7648+
"category": "secret-scanning",
7649+
"slug": "get-secret-scanning-scan-history-for-a-repository",
7650+
"subcategory": "secret-scanning",
7651+
"verb": "get",
7652+
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history",
7653+
"additional-permissions": false,
7654+
"access": "read"
76467655
}
76477656
]
76487657
},

src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json

+6
Original file line numberDiff line numberDiff line change
@@ -5063,6 +5063,12 @@
50635063
"subcategory": "secret-scanning",
50645064
"verb": "post",
50655065
"requestPath": "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses"
5066+
},
5067+
{
5068+
"slug": "get-secret-scanning-scan-history-for-a-repository",
5069+
"subcategory": "secret-scanning",
5070+
"verb": "get",
5071+
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history"
50665072
}
50675073
],
50685074
"security-advisories": [

src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json

+11
Original file line numberDiff line numberDiff line change
@@ -9391,6 +9391,17 @@
93919391
"user-to-server": true,
93929392
"server-to-server": true,
93939393
"additional-permissions": false
9394+
},
9395+
{
9396+
"category": "secret-scanning",
9397+
"slug": "get-secret-scanning-scan-history-for-a-repository",
9398+
"subcategory": "secret-scanning",
9399+
"verb": "get",
9400+
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history",
9401+
"access": "read",
9402+
"user-to-server": true,
9403+
"server-to-server": true,
9404+
"additional-permissions": false
93949405
}
93959406
]
93969407
},

src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json

+6
Original file line numberDiff line numberDiff line change
@@ -4571,6 +4571,12 @@
45714571
"subcategory": "secret-scanning",
45724572
"verb": "get",
45734573
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations"
4574+
},
4575+
{
4576+
"slug": "get-secret-scanning-scan-history-for-a-repository",
4577+
"subcategory": "secret-scanning",
4578+
"verb": "get",
4579+
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history"
45744580
}
45754581
],
45764582
"security-advisories": [

src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json

+6
Original file line numberDiff line numberDiff line change
@@ -5063,6 +5063,12 @@
50635063
"subcategory": "secret-scanning",
50645064
"verb": "post",
50655065
"requestPath": "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses"
5066+
},
5067+
{
5068+
"slug": "get-secret-scanning-scan-history-for-a-repository",
5069+
"subcategory": "secret-scanning",
5070+
"verb": "get",
5071+
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history"
50665072
}
50675073
],
50685074
"security-advisories": [

src/github-apps/lib/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "b2ff88e4eaa64e465b9b210369bfd701e48edd9a"
63+
"sha": "50bf833eb2c1288fb78419d9e4d359fda3c3ccbe"
6464
}

src/links/lib/excluded-links.yml

-1
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,3 @@
7979
- startsWith: https://platform.openai.com/docs/models
8080
- startsWith: https://openai.com/index
8181
- is: https://github.com/github-linguist/linguist/compare/master...octocat:master
82-
- is: https://www.servicenow.com/docs/bundle/utah-devops/page/product/enterprise-dev-ops/concept/github-integration-dev-ops.html

0 commit comments

Comments
 (0)