Skip to content

Commit b1f62f8

Browse files
authored
Merge branch 'main' into main
2 parents 4909242 + 78b0641 commit b1f62f8

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Get the list of changed files, excluding Markdown files
3434
- name: Get changed files
3535
id: changed-files
36-
uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f
36+
uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8
3737
with:
3838
files: ${{ matrix.language }}/**
3939
files_ignore: '**/*.md'

.github/workflows/closed-issue-message.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
auto_comment:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: aws-actions/closed-issue-message@v1
9+
- uses: aws-actions/closed-issue-message@v2
1010
with:
1111
# These inputs are both required
1212
repo-token: "${{ secrets.GITHUB_TOKEN }}"

scripts/synth.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ if $fake_context; then
1212
cp $scriptdir/fake.context.json cdk.context.json
1313
fi
1414

15-
npx cdk synth
15+
yarn global add cdk@latest
16+
cdk synth
1617

1718
if $fake_context; then
1819
rm -f cdk.context.json
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
click==8.0.3
22
Flask==2.2.5
33
itsdangerous==2.0.1
4-
Jinja2==3.1.5
4+
Jinja2==3.1.6
55
MarkupSafe==2.0.1
66
Werkzeug==3.0.6

typescript/codepipeline-build-deploy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typescript": "~5.1.6"
2121
},
2222
"dependencies": {
23-
"aws-cdk-lib": "2.80.0",
23+
"aws-cdk-lib": "2.177.0",
2424
"constructs": "^10.0.0",
2525
"jest-junit": "^16.0.0",
2626
"source-map-support": "^0.5.21"

0 commit comments

Comments
 (0)