File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import * as core from "@actions/core";
44
55import * as actionsUtil from "./actions-util" ;
66import * as analyses from "./analyses" ;
7- import { Features } from "./feature-flags" ;
7+ import { FeatureEnablement } from "./feature-flags" ;
88import { Logger } from "./logging" ;
99import * as upload_lib from "./upload-lib" ;
1010
@@ -23,7 +23,7 @@ import * as upload_lib from "./upload-lib";
2323 */
2424export async function findAndUpload (
2525 logger : Logger ,
26- features : Features ,
26+ features : FeatureEnablement ,
2727 sarifPath : string ,
2828 pathStats : fs . Stats ,
2929 checkoutPath : string ,
@@ -61,7 +61,7 @@ export type UploadSarifResults = Partial<
6161
6262export async function uploadSarif (
6363 logger : Logger ,
64- features : Features ,
64+ features : FeatureEnablement ,
6565 sarifPath : string ,
6666 pathStats : fs . Stats ,
6767 checkoutPath : string ,
You can’t perform that action at this time.
0 commit comments