File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
aws-codepipeline-ecs-lambda/src/flask-app
codepipeline-build-deploy Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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 }}"
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ if $fake_context; then
1212 cp $scriptdir /fake.context.json cdk.context.json
1313fi
1414
15- npx cdk synth
15+ yarn global add cdk@latest
16+ cdk synth
1617
1718if $fake_context ; then
1819 rm -f cdk.context.json
Original file line number Diff line number Diff line change 11click == 8.0.3
22Flask == 2.2.5
33itsdangerous == 2.0.1
4- Jinja2 == 3.1.5
4+ Jinja2 == 3.1.6
55MarkupSafe == 2.0.1
66Werkzeug == 3.0.6
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments