@actions/attest: convert to an ESM module (#2278)

This commit is contained in:
Daniel Kennedy
2026-01-29 15:19:39 -05:00
committed by GitHub
parent ae29a2751b
commit 0be0a6ef89
9 changed files with 195 additions and 275 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import {Predicate, Subject} from './shared.types'
import {Predicate, Subject} from './shared.types.js'
const INTOTO_STATEMENT_V1_TYPE = 'https://in-toto.io/Statement/v1'