Explicitly import crypto (#1842)

* Explicitly import `crypto`

* Add release notes for 1.11.1

* Fix crypto mock in test

* Fix `crypto` mock

* Lint
This commit is contained in:
Josh Gross
2024-10-04 17:23:42 -04:00
committed by GitHub
parent 22a72ac3d7
commit d14afd7973
7 changed files with 22 additions and 15 deletions

View File

@@ -2,6 +2,7 @@ import * as core from '@actions/core'
import * as exec from '@actions/exec'
import * as glob from '@actions/glob'
import * as io from '@actions/io'
import * as crypto from 'crypto'
import * as fs from 'fs'
import * as path from 'path'
import * as semver from 'semver'