Skip to content

Commit f41c505

Browse files
authored
Merge pull request github#37403 from github/repo-sync
Repo sync
2 parents 48ee48b + 3891ce5 commit f41c505

File tree

5 files changed

+35
-18
lines changed

5 files changed

+35
-18
lines changed

config/kubernetes/production/deployments/webapp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Deployment
33
metadata:
44
name: webapp
55
spec:
6-
replicas: 2
6+
replicas: 4
77
selector:
88
matchLabels:
99
app: webapp

content/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,12 @@ Each model has a premium request multiplier, based on its complexity and resourc
4141

4242
| Model | Premium requests |
4343
|--------------------------------------|------------|
44-
| Base model[^1] | 0 (paid users), 1 ({% data variables.product.prodname_copilot_free_short %}) |
44+
| Base model (GPT-4o)[^1] | 0 (paid users), 1 ({% data variables.product.prodname_copilot_free_short %}) |
4545
| {% data variables.copilot.copilot_claude_sonnet_35 %} | 1 |
4646
| {% data variables.copilot.copilot_claude_sonnet_37 %} | 1 |
4747
| {% data variables.copilot.copilot_claude_sonnet_37 %} Thinking | 1.25 |
4848
| {% data variables.copilot.copilot_gemini_flash %} | 0.25 |
4949
| GPT-4.5 | 50 |
50-
| GPT-4o | 1 |
5150
| o1 | 10 |
5251
| o3-mini | 0.33 |
5352

src/frame/components/DefaultLayout.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const DefaultLayout = (props: Props) => {
5959

6060
const metaDescription = page.introPlainText ? page.introPlainText : t('default_description')
6161

62-
const SOCIAL_CATEGORIES = new Set(['security', 'actions', 'issues', 'copilot'])
62+
const SOCIAL_CATEGORIES = new Set(['code-security', 'actions', 'issues', 'copilot'])
6363
const SOCIAL_CARD_IMG_BASE_URL = '/assets/cb-345/images/social-cards'
6464

6565
function getCategoryImageUrl(category: string): string {
@@ -128,6 +128,13 @@ export const DefaultLayout = (props: Props) => {
128128
<meta property="og:image" content={getSocialCardImage()} />
129129
</>
130130
)}
131+
{/* Twitter Meta Tags */}
132+
<meta name="twitter:card" content="summary" />
133+
<meta property="twitter:domain" content={new URL(fullUrl).hostname} />
134+
<meta property="twitter:url" content={fullUrl} />
135+
<meta name="twitter:title" content={page.fullTitle} />
136+
{page.introPlainText && <meta name="twitter:description" content={page.introPlainText} />}
137+
<meta name="twitter:image" content={getSocialCardImage()} />
131138
</Head>
132139
<a
133140
href="#main-content"

src/secret-scanning/data/public-docs.yml

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@
657657
ghes: '>=3.14'
658658
isPublic: false
659659
isPrivateWithGhas: true
660-
hasPushProtection: false
660+
hasPushProtection: true
661661
hasValidityCheck: false
662662
isduplicate: false
663663
- provider: Azure
@@ -681,7 +681,7 @@
681681
ghes: '>=3.14'
682682
isPublic: true
683683
isPrivateWithGhas: true
684-
hasPushProtection: false
684+
hasPushProtection: true
685685
hasValidityCheck: false
686686
isduplicate: false
687687
- provider: Baidu
@@ -744,6 +744,17 @@
744744
hasPushProtection: true
745745
hasValidityCheck: false
746746
isduplicate: false
747+
- provider: Buildkite
748+
supportedSecret: Buildkite User Access Token
749+
secretType: buildkite_user_access_token
750+
versions:
751+
fpt: '*'
752+
ghec: '*'
753+
isPublic: true
754+
isPrivateWithGhas: true
755+
hasPushProtection: false
756+
hasValidityCheck: false
757+
isduplicate: false
747758
- provider: Canadian Digital Service
748759
supportedSecret: Canadian Digital Service Notify API Key
749760
secretType: cds_canada_notify_api_key
@@ -1470,7 +1481,7 @@
14701481
ghes: '*'
14711482
isPublic: true
14721483
isPrivateWithGhas: true
1473-
hasPushProtection: false
1484+
hasPushProtection: true
14741485
hasValidityCheck: false
14751486
isduplicate: false
14761487
- provider: FullStory
@@ -1966,7 +1977,7 @@
19661977
ghes: '>=3.14'
19671978
isPublic: false
19681979
isPrivateWithGhas: true
1969-
hasPushProtection: false
1980+
hasPushProtection: true
19701981
hasValidityCheck: false
19711982
isduplicate: false
19721983
- provider: IBM
@@ -1978,7 +1989,7 @@
19781989
ghes: '>=3.14'
19791990
isPublic: false
19801991
isPrivateWithGhas: true
1981-
hasPushProtection: false
1992+
hasPushProtection: true
19821993
hasValidityCheck: false
19831994
isduplicate: false
19841995
- provider: Intercom
@@ -3317,7 +3328,7 @@
33173328
ghes: '>=3.16'
33183329
isPublic: false
33193330
isPrivateWithGhas: true
3320-
hasPushProtection: false
3331+
hasPushProtection: true
33213332
hasValidityCheck: false
33223333
isduplicate: false
33233334
- provider: Sentry
@@ -3329,7 +3340,7 @@
33293340
ghes: '>=3.16'
33303341
isPublic: false
33313342
isPrivateWithGhas: true
3332-
hasPushProtection: false
3343+
hasPushProtection: true
33333344
hasValidityCheck: false
33343345
isduplicate: false
33353346
- provider: Sentry
@@ -3341,7 +3352,7 @@
33413352
ghes: '>=3.16'
33423353
isPublic: false
33433354
isPrivateWithGhas: true
3344-
hasPushProtection: false
3355+
hasPushProtection: true
33453356
hasValidityCheck: false
33463357
isduplicate: false
33473358
- provider: Sentry
@@ -3353,7 +3364,7 @@
33533364
ghes: '>=3.16'
33543365
isPublic: false
33553366
isPrivateWithGhas: true
3356-
hasPushProtection: false
3367+
hasPushProtection: true
33573368
hasValidityCheck: false
33583369
isduplicate: false
33593370
- provider: Shippo
@@ -3389,7 +3400,7 @@
33893400
ghes: '>=3.16'
33903401
isPublic: true
33913402
isPrivateWithGhas: true
3392-
hasPushProtection: false
3403+
hasPushProtection: true
33933404
hasValidityCheck: false
33943405
isduplicate: false
33953406
- provider: Shopify
@@ -3676,7 +3687,7 @@
36763687
ghes: '*'
36773688
isPublic: true
36783689
isPrivateWithGhas: true
3679-
hasPushProtection: false
3690+
hasPushProtection: true
36803691
hasValidityCheck: false
36813692
isduplicate: true
36823693
- provider: SSLMate
@@ -3688,7 +3699,7 @@
36883699
ghes: '*'
36893700
isPublic: true
36903701
isPrivateWithGhas: true
3691-
hasPushProtection: false
3702+
hasPushProtection: true
36923703
hasValidityCheck: false
36933704
isduplicate: false
36943705
- provider: Stripe
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"sha": "82247bbeeb4c22705a1575389b4583f83aaadf57",
3-
"blob-sha": "48dc0e2b23d3b6497cf65f6de2f27703a3c88575",
2+
"sha": "2513a1b14954d64d3e7828abb8d1be05de3b0095",
3+
"blob-sha": "0f544a2978df7ae8a76cc33e1446338dc87abc52",
44
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
55
}

0 commit comments

Comments
 (0)