@@ -1214,7 +1214,7 @@ test.serial(
12141214 features : [ Feature . OverlayAnalysis , Feature . OverlayAnalysisJavascript ] ,
12151215 codeScanningConfig : {
12161216 packs : [ "some-custom-pack@1.0.0" ] ,
1217- } as UserConfig ,
1217+ } ,
12181218 isDefaultBranch : true ,
12191219 } ,
12201220 {
@@ -1464,7 +1464,7 @@ test.serial(
14641464 ] ,
14651465 codeScanningConfig : {
14661466 "disable-default-queries" : true ,
1467- } as UserConfig ,
1467+ } ,
14681468 isDefaultBranch : true ,
14691469 } ,
14701470 {
@@ -1483,7 +1483,7 @@ test.serial(
14831483 ] ,
14841484 codeScanningConfig : {
14851485 packs : [ "some-custom-pack@1.0.0" ] ,
1486- } as UserConfig ,
1486+ } ,
14871487 isDefaultBranch : true ,
14881488 } ,
14891489 {
@@ -1502,7 +1502,7 @@ test.serial(
15021502 ] ,
15031503 codeScanningConfig : {
15041504 queries : [ { uses : "some-query.ql" } ] ,
1505- } as UserConfig ,
1505+ } ,
15061506 isDefaultBranch : true ,
15071507 } ,
15081508 {
@@ -1521,7 +1521,7 @@ test.serial(
15211521 ] ,
15221522 codeScanningConfig : {
15231523 "query-filters" : [ { include : { "security-severity" : "high" } } ] ,
1524- } as UserConfig ,
1524+ } ,
15251525 isDefaultBranch : true ,
15261526 } ,
15271527 {
@@ -1590,7 +1590,7 @@ test.serial(
15901590 features : [ Feature . OverlayAnalysis , Feature . OverlayAnalysisJavascript ] ,
15911591 codeScanningConfig : {
15921592 packs : [ "some-custom-pack@1.0.0" ] ,
1593- } as UserConfig ,
1593+ } ,
15941594 isPullRequest : true ,
15951595 } ,
15961596 {
@@ -1741,7 +1741,7 @@ test.serial(
17411741 ] ,
17421742 codeScanningConfig : {
17431743 "disable-default-queries" : true ,
1744- } as UserConfig ,
1744+ } ,
17451745 isPullRequest : true ,
17461746 } ,
17471747 {
@@ -1760,7 +1760,7 @@ test.serial(
17601760 ] ,
17611761 codeScanningConfig : {
17621762 packs : [ "some-custom-pack@1.0.0" ] ,
1763- } as UserConfig ,
1763+ } ,
17641764 isPullRequest : true ,
17651765 } ,
17661766 {
@@ -1779,7 +1779,7 @@ test.serial(
17791779 ] ,
17801780 codeScanningConfig : {
17811781 queries : [ { uses : "some-query.ql" } ] ,
1782- } as UserConfig ,
1782+ } ,
17831783 isPullRequest : true ,
17841784 } ,
17851785 {
@@ -1798,7 +1798,7 @@ test.serial(
17981798 ] ,
17991799 codeScanningConfig : {
18001800 "query-filters" : [ { include : { "security-severity" : "high" } } ] ,
1801- } as UserConfig ,
1801+ } ,
18021802 isPullRequest : true ,
18031803 } ,
18041804 {
0 commit comments