Skip to content

Commit

Permalink
[High priority] Use old-style import to fix FOSSA workflows (#23)
Browse files Browse the repository at this point in the history
* Change import style

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Add latest build

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
  • Loading branch information
shubham1172 committed Apr 20, 2022
1 parent 942c3da commit f61a4c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/download-cli.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as fs from 'node:fs';
import { addPath, debug } from '@actions/core';
import { exec } from '@actions/exec';
import { find, downloadTool, cacheDir, cacheFile, findAllVersions } from '@actions/tool-cache';
import fs = require('fs');

const CACHE_NAME = 'fossa';

Expand Down

0 comments on commit f61a4c0

Please sign in to comment.