File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -672,7 +672,7 @@ abstract class CommonGithubSource extends ThirdPartyGitSource {
672
672
this . buildStatusContext = props . buildStatusContext ;
673
673
}
674
674
675
- public bind ( scope : CoreConstruct , project : IProject ) : SourceConfig {
675
+ public bind ( scope : Construct , project : IProject ) : SourceConfig {
676
676
const superConfig = super . bind ( scope , project ) ;
677
677
return {
678
678
sourceProperty : {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import * as sns from '@aws-cdk/aws-sns';
12
12
import * as sqs from '@aws-cdk/aws-sqs' ;
13
13
import { testDeprecated } from '@aws-cdk/cdk-build-tools' ;
14
14
import * as cdk from '@aws-cdk/core' ;
15
- import { Lazy , Size } from 'aws-cdk-lib ' ;
15
+ import { Lazy , Size } from '@ aws-cdk/core ' ;
16
16
import * as cxapi from '@aws-cdk/cx-api' ;
17
17
import * as constructs from 'constructs' ;
18
18
import * as _ from 'lodash' ;
You can’t perform that action at this time.
0 commit comments