Skip to content

Commit fbd55b5

Browse files
authored
Merge pull request #37602 from github/repo-sync
Repo sync
2 parents a9fe605 + ab4287d commit fbd55b5

File tree

6 files changed

+31
-7
lines changed

6 files changed

+31
-7
lines changed

Diff for: .github/workflows/validate-github-github-docs-urls.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
run: |
6060
npm run validate-github-github-docs-urls -- generate-new-json checks.json github/config/docs-urls.json
6161
62+
git config --global user.name "docs-bot"
63+
git config --global user.email "[email protected]"
64+
6265
cd github
6366
git status
6467
git diff
@@ -118,8 +121,6 @@ jobs:
118121
ISSUE_NUMBER: ${{ github.event.pull_request.number }}
119122
REPOSITORY: ${{ github.repository }}
120123
run: |
121-
git config --global user.name "docs-bot"
122-
git config --global user.email "[email protected]"
123124
npm run validate-github-github-docs-urls -- post-pr-comment checks.json --changed-files $CHANGED_FILES
124125
125126
- uses: ./.github/actions/slack-alert

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ external-link-checker-db.json
4040
# Automated content source
4141
rest-api-description
4242
semmle-code
43+
models-gateway
4344

4445
.installed.package-lock.json
4546
assets/images/help/writing/unordered-list-rendered (1).png

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ---------------------------------------------------------------
99
# To update the sha:
1010
# https://github.com/github/gh-base-image/pkgs/container/gh-base-image%2Fgh-base-noble
11-
FROM ghcr.io/github/gh-base-image/gh-base-noble:20250407-184504-g7b9deed09 AS base
11+
FROM ghcr.io/github/gh-base-image/gh-base-noble:20250416-142458-gcbbd448ce AS base
1212

1313
# Install curl for Node install and determining the early access branch
1414
# Install git for cloning docs-early-access & translations repos

Diff for: content/site-policy/privacy-policies/github-subprocessors.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you have questions about this list, please contact us at <[email protected]>
2727
| --------------------------- | ------------------------------------------------------------------------------ | ----------------------- | ------------------ |
2828
| Amazon Web Services (AWS) | Cloud Hosted Infrastructure and Data Hosting | United States | United States |
2929
| Anthropic PBC | AI Inference and AI Services | United States | United States |
30-
| Azure (Microsoft) | Cloud Hosted Infrastructure and Data Hosting | United States, France,</br>Switzerland, and Japan | United States |
30+
| Azure (Microsoft) | Cloud Hosted Infrastructure and Data Hosting | United States, Australia, <br/> Brazil, Canada, France, <br/> Japan, Norway, Spain, <br/> Sweden, Switzerland, <br/> United Kingdom | United States |
3131
| Azure Cognitive Services | Customer support ticketing analysis | United States | United States |
3232
| Cloudflare | Content delivery service | United States | United States |
3333
| Fastly | Content delivery service | United States | United States |
@@ -36,7 +36,7 @@ If you have questions about this list, please contact us at <[email protected]>
3636
| GitHub Canada ULC | GitHub Subsidiary | Canada | Canada |
3737
| GitHub Germany GmbH | GitHub Subsidiary | Germany | Germany |
3838
| GitHub India Pty Ltd | GitHub Subsidiary | India | India |
39-
| Google Cloud Platform (GCP) | Cloud Hosted Infrastructure | United States | United States |
39+
| Google Cloud Platform (GCP) | Cloud Hosted Infrastructure | United States, Belgium | United States |
4040
| Microsoft | Technical Services | United States | United States |
4141
| Moveworks | Customer support ticketing analysis | United States | United States |
4242
| NexMo (aka Vonage) | SMS notification provider for 2 Factor Authentication | United States | United States |

Diff for: src/secret-scanning/data/public-docs.yml

+22
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,28 @@
720720
hasPushProtection: true
721721
hasValidityCheck: false
722722
isduplicate: false
723+
- provider: Bitrise
724+
supportedSecret: Bitrise Personal Access Token
725+
secretType: bitrise_personal_access_token
726+
versions:
727+
fpt: '*'
728+
ghec: '*'
729+
isPublic: true
730+
isPrivateWithGhas: true
731+
hasPushProtection: true
732+
hasValidityCheck: false
733+
isduplicate: false
734+
- provider: Bitrise
735+
supportedSecret: Bitrise Workspace API Token
736+
secretType: bitrise_workspace_api_token
737+
versions:
738+
fpt: '*'
739+
ghec: '*'
740+
isPublic: true
741+
isPrivateWithGhas: true
742+
hasPushProtection: true
743+
hasValidityCheck: false
744+
isduplicate: false
723745
- provider: Brevo
724746
supportedSecret: Sendinblue API Key
725747
secretType: sendinblue_api_key

Diff for: src/secret-scanning/lib/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"sha": "7d6e6d0c21cf0c446584d4d7e3ef1766820a77a6",
3-
"blob-sha": "db4351256cd9d9235a1958bea56834856b94cc7c",
2+
"sha": "e49a548729d691e0e214b82372bd178ccd7931cc",
3+
"blob-sha": "7cf165540a1d973e8f7c24d34d2616a6a31ffa51",
44
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
55
}

0 commit comments

Comments
 (0)