Skip to content

Commit 5e97974

Browse files
Merge branch 'main' into AEA-5547-chat-history
2 parents 309ec0b + b29226b commit 5e97974

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
# using git commit sha for version of action to ensure we have stable version
3939
- name: Install asdf
40-
uses: asdf-vm/actions/setup@05e0d2ed97b598bfce82fd30daf324ae0c4570e6
40+
uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
4141
with:
4242
asdf_branch: v0.14.1
4343

@@ -51,7 +51,7 @@ jobs:
5151
${{ runner.os }}-asdf-
5252
5353
- name: Install asdf dependencies in .tool-versions
54-
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6
54+
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
5555
with:
5656
asdf_branch: v0.14.1
5757
env:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
# using git commit sha for version of action to ensure we have stable version
3838
- name: Install asdf
39-
uses: asdf-vm/actions/setup@05e0d2ed97b598bfce82fd30daf324ae0c4570e6
39+
uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
4040
with:
4141
asdf_branch: v0.14.1
4242

@@ -50,7 +50,7 @@ jobs:
5050
${{ runner.os }}-asdf-
5151
5252
- name: Install asdf dependencies in .tool-versions
53-
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6
53+
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
5454
with:
5555
asdf_branch: v0.14.1
5656
env:

packages/cdk/nagSuppressions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable max-len, @typescript-eslint/no-unused-vars */
1+
22
import {Stack} from "aws-cdk-lib"
33
import {NagPackSuppression, NagSuppressions} from "cdk-nag"
44

@@ -102,7 +102,7 @@ export const nagSuppressions = (stack: Stack) => {
102102
[
103103
{
104104
id: "AwsSolutions-IAM5",
105-
reason: "Bedrock Knowledge Base requires wildcard permissions to access S3 documents and OpenSearch collection across environments."
105+
reason: "Bedrock Knowledge Base requires these permissions to access S3 documents and OpenSearch collection."
106106
}
107107
]
108108
)

0 commit comments

Comments
 (0)