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 ,
@@ -66,7 +66,7 @@ export type UploadSarifResults = Partial<
6666
6767export async function uploadSarif (
6868 logger : Logger ,
69- features : Features ,
69+ features : FeatureEnablement ,
7070 sarifPath : string ,
7171 pathStats : fs . Stats ,
7272 checkoutPath : string ,
You can’t perform that action at this time.
0 commit comments