From b4d4f296085085ab1d4aaa554ca67a59dd8e7d89 Mon Sep 17 00:00:00 2001 From: Evan Bonsignori Date: Mon, 7 Apr 2025 11:23:45 -0700 Subject: [PATCH 1/5] set Moda replicas to 4 (#55188) --- config/kubernetes/production/deployments/webapp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/kubernetes/production/deployments/webapp.yaml b/config/kubernetes/production/deployments/webapp.yaml index 362ed36fb8da..61812c073af3 100644 --- a/config/kubernetes/production/deployments/webapp.yaml +++ b/config/kubernetes/production/deployments/webapp.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: webapp spec: - replicas: 2 + replicas: 4 selector: matchLabels: app: webapp From 3f6fcd3ff23e0b1a2b2369d0f81018fc3706f21b Mon Sep 17 00:00:00 2001 From: Roniece Ricardo <33437850+RonRicardo@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:33:00 -0400 Subject: [PATCH 2/5] add open graph tags for twitter/x (#54960) --- src/frame/components/DefaultLayout.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/frame/components/DefaultLayout.tsx b/src/frame/components/DefaultLayout.tsx index 65656ee71a9a..7fd77c5beccb 100644 --- a/src/frame/components/DefaultLayout.tsx +++ b/src/frame/components/DefaultLayout.tsx @@ -128,6 +128,13 @@ export const DefaultLayout = (props: Props) => { )} + {/* Twitter Meta Tags */} + + + + + {page.introPlainText && } + Date: Mon, 7 Apr 2025 12:34:10 -0700 Subject: [PATCH 3/5] Sync secret scanning data (#55183) Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- src/secret-scanning/data/public-docs.yml | 35 ++++++++++++++++-------- src/secret-scanning/lib/config.json | 4 +-- 2 files changed, 25 insertions(+), 14 deletions(-) diff --git a/src/secret-scanning/data/public-docs.yml b/src/secret-scanning/data/public-docs.yml index 0440aa3d7c01..79a6ca3bb15e 100644 --- a/src/secret-scanning/data/public-docs.yml +++ b/src/secret-scanning/data/public-docs.yml @@ -657,7 +657,7 @@ ghes: '>=3.14' isPublic: false isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false isduplicate: false - provider: Azure @@ -681,7 +681,7 @@ ghes: '>=3.14' isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false isduplicate: false - provider: Baidu @@ -744,6 +744,17 @@ hasPushProtection: true hasValidityCheck: false isduplicate: false +- provider: Buildkite + supportedSecret: Buildkite User Access Token + secretType: buildkite_user_access_token + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: true + hasPushProtection: false + hasValidityCheck: false + isduplicate: false - provider: Canadian Digital Service supportedSecret: Canadian Digital Service Notify API Key secretType: cds_canada_notify_api_key @@ -1470,7 +1481,7 @@ ghes: '*' isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false isduplicate: false - provider: FullStory @@ -1966,7 +1977,7 @@ ghes: '>=3.14' isPublic: false isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false isduplicate: false - provider: IBM @@ -1978,7 +1989,7 @@ ghes: '>=3.14' isPublic: false isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false isduplicate: false - provider: Intercom @@ -3317,7 +3328,7 @@ ghes: '>=3.16' isPublic: false isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false isduplicate: false - provider: Sentry @@ -3329,7 +3340,7 @@ ghes: '>=3.16' isPublic: false isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false isduplicate: false - provider: Sentry @@ -3341,7 +3352,7 @@ ghes: '>=3.16' isPublic: false isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false isduplicate: false - provider: Sentry @@ -3353,7 +3364,7 @@ ghes: '>=3.16' isPublic: false isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false isduplicate: false - provider: Shippo @@ -3389,7 +3400,7 @@ ghes: '>=3.16' isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false isduplicate: false - provider: Shopify @@ -3676,7 +3687,7 @@ ghes: '*' isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false isduplicate: true - provider: SSLMate @@ -3688,7 +3699,7 @@ ghes: '*' isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false isduplicate: false - provider: Stripe diff --git a/src/secret-scanning/lib/config.json b/src/secret-scanning/lib/config.json index 155749e08dd6..730e1db3a3ce 100644 --- a/src/secret-scanning/lib/config.json +++ b/src/secret-scanning/lib/config.json @@ -1,5 +1,5 @@ { - "sha": "82247bbeeb4c22705a1575389b4583f83aaadf57", - "blob-sha": "48dc0e2b23d3b6497cf65f6de2f27703a3c88575", + "sha": "2513a1b14954d64d3e7828abb8d1be05de3b0095", + "blob-sha": "0f544a2978df7ae8a76cc33e1446338dc87abc52", "targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns" } \ No newline at end of file From c12e6b31499ab3b705f2d78381774df77c94c53c Mon Sep 17 00:00:00 2001 From: Claire W <78226508+crwaters16@users.noreply.github.com> Date: Mon, 7 Apr 2025 14:45:35 -0500 Subject: [PATCH 4/5] [Pro+] Make base model explicit (#55189) --- .../about-premium-requests.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests.md b/content/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests.md index bfe99bba5c33..20d2c0cb541a 100644 --- a/content/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests.md +++ b/content/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests.md @@ -41,13 +41,12 @@ Each model has a premium request multiplier, based on its complexity and resourc | Model | Premium requests | |--------------------------------------|------------| -| Base model[^1] | 0 (paid users), 1 ({% data variables.product.prodname_copilot_free_short %}) | +| Base model (GPT-4o)[^1] | 0 (paid users), 1 ({% data variables.product.prodname_copilot_free_short %}) | | {% data variables.copilot.copilot_claude_sonnet_35 %} | 1 | | {% data variables.copilot.copilot_claude_sonnet_37 %} | 1 | | {% data variables.copilot.copilot_claude_sonnet_37 %} Thinking | 1.25 | | {% data variables.copilot.copilot_gemini_flash %} | 0.25 | | GPT-4.5 | 50 | -| GPT-4o | 1 | | o1 | 10 | | o3-mini | 0.33 | From 3891ce5777d2c2a181e08afdbf6ef5eee5468390 Mon Sep 17 00:00:00 2001 From: Roniece Ricardo <33437850+RonRicardo@users.noreply.github.com> Date: Mon, 7 Apr 2025 16:25:07 -0400 Subject: [PATCH 5/5] Use `code-security` instead of `security` in set (#55191) --- src/frame/components/DefaultLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frame/components/DefaultLayout.tsx b/src/frame/components/DefaultLayout.tsx index 7fd77c5beccb..d1e194ae2313 100644 --- a/src/frame/components/DefaultLayout.tsx +++ b/src/frame/components/DefaultLayout.tsx @@ -59,7 +59,7 @@ export const DefaultLayout = (props: Props) => { const metaDescription = page.introPlainText ? page.introPlainText : t('default_description') - const SOCIAL_CATEGORIES = new Set(['security', 'actions', 'issues', 'copilot']) + const SOCIAL_CATEGORIES = new Set(['code-security', 'actions', 'issues', 'copilot']) const SOCIAL_CARD_IMG_BASE_URL = '/assets/cb-345/images/social-cards' function getCategoryImageUrl(category: string): string {