Skip to content

Commit 43dc21d

Browse files
authored
Fix actions/core import for ESM
1 parent 686453b commit 43dc21d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/file/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type {Finding, ResolvedFiling, RepeatedFiling} from './types.d.js'
22
import process from 'node:process'
3-
import core from '@actions/core'
3+
import * as core from '@actions/core'
44
import {Octokit} from '@octokit/core'
55
import {throttling} from '@octokit/plugin-throttling'
66
import {Issue} from './Issue.js'

0 commit comments

Comments
 (0)