Update imports.
This commit is contained in:
committed by
Fabio Niephaus
parent
02f9160735
commit
ebd520e252
@@ -25,10 +25,10 @@
|
||||
*/
|
||||
|
||||
import * as core from '@actions/core'
|
||||
import * as constants from './constants'
|
||||
import {save} from './features/cache'
|
||||
import {generateReports} from './features/reports'
|
||||
import {processSBOM} from './features/sbom'
|
||||
import * as constants from './constants.js'
|
||||
import {save} from './features/cache.js'
|
||||
import {generateReports} from './features/reports.js'
|
||||
import {processSBOM} from './features/sbom.js'
|
||||
|
||||
/**
|
||||
* Check given input and run a save process for the specified package manager
|
||||
|
||||
Reference in New Issue
Block a user