remove uuid package and switch to crypto

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2024-10-07 14:16:41 +02:00
parent e5b688ea46
commit d391aad55c
No known key found for this signature in database
GPG key ID: ADE44D8C9D44FBE4
5 changed files with 12 additions and 20 deletions

View file

@ -27,8 +27,7 @@
"dependencies": {
"@actions/core": "^1.11.1",
"@docker/actions-toolkit": "^0.39.0",
"js-yaml": "^4.1.0",
"uuid": "^10.0.0"
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",