Skip to content

Commit 8d3d6da

Browse files
authored
Merge branch 'aws-amplify:main' into main
2 parents 7add0cc + 6b3d93a commit 8d3d6da

File tree

29 files changed

+300416
-131994
lines changed

29 files changed

+300416
-131994
lines changed

.github/CODEOWNERS

Lines changed: 86 additions & 86 deletions
Large diffs are not rendered by default.

.github/workflows/accessibility_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout branch
1414
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1515
- name: Setup Node.js 20
16-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
16+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1717
with:
1818
node-version: 20.x
1919
- name: Set Yarn Berry

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout Repo
1414
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1515
- name: Setup Node.js 20.x
16-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
16+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1717
with:
1818
node-version: 20.x
1919
- name: Set Yarn Berry

.github/workflows/check_bundle_size.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
ref: main
1616
- name: Setup Node.js 20
17-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
17+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1818
with:
1919
node-version: 20.x
2020
- name: Set Yarn Berry
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
ref: ${{ github.head_ref }}
4242
- name: Setup Node.js 20
43-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
43+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4444
with:
4545
node-version: 20.x
4646
- name: Set Yarn Berry

.github/workflows/check_for_broken_links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1515
- name: Setup Node.js 20
16-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
16+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1717
with:
1818
node-version: 20.x
1919
- name: Set Yarn Berry
@@ -34,7 +34,7 @@ jobs:
3434
role-to-assume: arn:aws:iam::464149486631:role/github_action_read_slack_webhook_url
3535
aws-region: us-west-2
3636
- name: Read secrets from AWS Secrets Manager into environment variables
37-
uses: aws-actions/aws-secretsmanager-get-secrets@fbd65ea98e018858715f591f03b251f02b2316cb # v2.0.8
37+
uses: aws-actions/aws-secretsmanager-get-secrets@5e19ff380d035695bdd56bbad320ca535c9063f2 # v2.0.9
3838
with:
3939
secret-ids: |
4040
SLACK_WEBHOOK_URL

.github/workflows/check_for_console_errors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1616
- name: Setup Node.js 20.x
17-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
17+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1818
with:
1919
node-version: 20.x
2020
- name: Set Yarn Berry

.github/workflows/check_pr_for_broken_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout repository
1313
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1414
- name: Setup Node.js 20
15-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
15+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1616
with:
1717
node-version: 20.x
1818
- name: Set Yarn Berry

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout repository
1212
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1313
- name: Setup Node.js 20
14-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
14+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1515
with:
1616
node-version: 20.x
1717
- name: Set Yarn Berry

.github/workflows/validate_redirects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1616
- name: Setup Node.js 20.x
17-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
17+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1818
with:
1919
node-version: 20.x
2020
- name: Set Yarn Berry

src/components/MDXComponents/MDXCode.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ const addVersions = (code: string) => {
3131
/ANDROID_AUTHENTICATOR_VERSION/g,
3232
versions.ANDROID_AUTHENTICATOR_VERSION
3333
);
34+
code = code.replace(
35+
/ANDROID_APPSYNC_SDK_VERSION/g,
36+
versions.ANDROID_APPSYNC_SDK_VERSION
37+
);
3438
return code;
3539
};
3640

0 commit comments

Comments
 (0)