From b83a7a3355cc0c0774d1dd22e07b84ad537383f5 Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Thu, 17 Apr 2025 11:21:46 -0700 Subject: [PATCH 1/5] Update validate-github-github-docs-urls.yml round 2 (#55329) --- .github/workflows/validate-github-github-docs-urls.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate-github-github-docs-urls.yml b/.github/workflows/validate-github-github-docs-urls.yml index 662a85dba84f..3f5ddcedb215 100644 --- a/.github/workflows/validate-github-github-docs-urls.yml +++ b/.github/workflows/validate-github-github-docs-urls.yml @@ -59,6 +59,9 @@ jobs: run: | npm run validate-github-github-docs-urls -- generate-new-json checks.json github/config/docs-urls.json + git config --global user.name "docs-bot" + git config --global user.email "77750099+docs-bot@users.noreply.github.com" + cd github git status git diff @@ -118,8 +121,6 @@ jobs: ISSUE_NUMBER: ${{ github.event.pull_request.number }} REPOSITORY: ${{ github.repository }} run: | - git config --global user.name "docs-bot" - git config --global user.email "77750099+docs-bot@users.noreply.github.com" npm run validate-github-github-docs-urls -- post-pr-comment checks.json --changed-files $CHANGED_FILES - uses: ./.github/actions/slack-alert From 85c6e2552348adc03ad9765c7a8f8c1cd69a7df7 Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Thu, 17 Apr 2025 11:38:02 -0700 Subject: [PATCH 2/5] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 195648462472..72a376a8d960 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ external-link-checker-db.json # Automated content source rest-api-description semmle-code +models-gateway .installed.package-lock.json assets/images/help/writing/unordered-list-rendered (1).png From 1428f8bdd1f10ef7139bd2d8dcb110904d9ea43c Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Thu, 17 Apr 2025 11:38:41 -0700 Subject: [PATCH 3/5] Sync secret scanning data (#55330) Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- src/secret-scanning/data/public-docs.yml | 22 ++++++++++++++++++++++ src/secret-scanning/lib/config.json | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/src/secret-scanning/data/public-docs.yml b/src/secret-scanning/data/public-docs.yml index 0746f8f70691..7186e25a4f63 100644 --- a/src/secret-scanning/data/public-docs.yml +++ b/src/secret-scanning/data/public-docs.yml @@ -720,6 +720,28 @@ hasPushProtection: true hasValidityCheck: false isduplicate: false +- provider: Bitrise + supportedSecret: Bitrise Personal Access Token + secretType: bitrise_personal_access_token + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: true + hasPushProtection: true + hasValidityCheck: false + isduplicate: false +- provider: Bitrise + supportedSecret: Bitrise Workspace API Token + secretType: bitrise_workspace_api_token + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: true + hasPushProtection: true + hasValidityCheck: false + isduplicate: false - provider: Brevo supportedSecret: Sendinblue API Key secretType: sendinblue_api_key diff --git a/src/secret-scanning/lib/config.json b/src/secret-scanning/lib/config.json index 416abec6a7c8..486bc9dd320e 100644 --- a/src/secret-scanning/lib/config.json +++ b/src/secret-scanning/lib/config.json @@ -1,5 +1,5 @@ { - "sha": "7d6e6d0c21cf0c446584d4d7e3ef1766820a77a6", - "blob-sha": "db4351256cd9d9235a1958bea56834856b94cc7c", + "sha": "e49a548729d691e0e214b82372bd178ccd7931cc", + "blob-sha": "7cf165540a1d973e8f7c24d34d2616a6a31ffa51", "targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns" } \ No newline at end of file From ec920b321ab8d29c4751ed52f405597b883409c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 13:48:19 -0700 Subject: [PATCH 4/5] Bump github/gh-base-image/gh-base-noble from 20250407-184504-g7b9deed09 to 20250416-142458-gcbbd448ce in the baseimages group (#55318) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 181ac9c423c5..465d6191ee28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # --------------------------------------------------------------- # To update the sha: # https://github.com/github/gh-base-image/pkgs/container/gh-base-image%2Fgh-base-noble -FROM ghcr.io/github/gh-base-image/gh-base-noble:20250407-184504-g7b9deed09 AS base +FROM ghcr.io/github/gh-base-image/gh-base-noble:20250416-142458-gcbbd448ce AS base # Install curl for Node install and determining the early access branch # Install git for cloning docs-early-access & translations repos From ab4287d12cb32adc0c47f0c4a0597c510dda8e35 Mon Sep 17 00:00:00 2001 From: "Preston M. Price" Date: Thu, 17 Apr 2025 15:13:08 -0600 Subject: [PATCH 5/5] Updating Azure and GCP regions based on where Copilot LLM inference capacity is. (#55131) --- content/site-policy/privacy-policies/github-subprocessors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/site-policy/privacy-policies/github-subprocessors.md b/content/site-policy/privacy-policies/github-subprocessors.md index f36690ec7e80..f4277285a86f 100644 --- a/content/site-policy/privacy-policies/github-subprocessors.md +++ b/content/site-policy/privacy-policies/github-subprocessors.md @@ -27,7 +27,7 @@ If you have questions about this list, please contact us at | --------------------------- | ------------------------------------------------------------------------------ | ----------------------- | ------------------ | | Amazon Web Services (AWS) | Cloud Hosted Infrastructure and Data Hosting | United States | United States | | Anthropic PBC | AI Inference and AI Services | United States | United States | -| Azure (Microsoft) | Cloud Hosted Infrastructure and Data Hosting | United States, France,
Switzerland, and Japan | United States | +| Azure (Microsoft) | Cloud Hosted Infrastructure and Data Hosting | United States, Australia,
Brazil, Canada, France,
Japan, Norway, Spain,
Sweden, Switzerland,
United Kingdom | United States | | Azure Cognitive Services | Customer support ticketing analysis | United States | United States | | Cloudflare | Content delivery service | United States | United States | | Fastly | Content delivery service | United States | United States | @@ -36,7 +36,7 @@ If you have questions about this list, please contact us at | GitHub Canada ULC | GitHub Subsidiary | Canada | Canada | | GitHub Germany GmbH | GitHub Subsidiary | Germany | Germany | | GitHub India Pty Ltd | GitHub Subsidiary | India | India | -| Google Cloud Platform (GCP) | Cloud Hosted Infrastructure | United States | United States | +| Google Cloud Platform (GCP) | Cloud Hosted Infrastructure | United States, Belgium | United States | | Microsoft | Technical Services | United States | United States | | Moveworks | Customer support ticketing analysis | United States | United States | | NexMo (aka Vonage) | SMS notification provider for 2 Factor Authentication | United States | United States |