Skip to content

Commit

Permalink
fix(): pin @actions/core ^1.10.1
Browse files Browse the repository at this point in the history
| datasource | package       | from  | to     |
| ---------- | ------------- | ----- | ------ |
| npm        | @actions/core | 1.2.7 | 1.10.1 |
  • Loading branch information
renovate-bot committed Sep 19, 2023
1 parent 028537a commit aa7371f
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 11 deletions.
27 changes: 22 additions & 5 deletions .pnp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"author": "MindDoc Health GmbH",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.7",
"@actions/core": "^1.10.1",
"@actions/github": "^4.0.0",
"@octokit/core": "^3.4.0",
"@octokit/plugin-paginate-rest": "^2.13.3",
Expand Down
31 changes: 26 additions & 5 deletions yarn.lock
Expand Up @@ -5,10 +5,13 @@ __metadata:
version: 4
cacheKey: 7

"@actions/core@npm:^1.2.7":
version: 1.2.7
resolution: "@actions/core@npm:1.2.7"
checksum: ea8aa7e54523f26e51b056e2b5b830d24a26a972e5aa80cf4c9ea2ad8785e4f67cf316a0514cec0a71bd6d1267c415b85143774a13690988532071b395bcb4a3
"@actions/core@npm:^1.10.1":
version: 1.10.1
resolution: "@actions/core@npm:1.10.1"
dependencies:
"@actions/http-client": ^2.0.1
uuid: ^8.3.2
checksum: 4714ad6c105dd11b64759b07d17db5ccdace728258e817821857584a164e9885d53d12cf0acfd94d2bf49d11e4fe63e82dad68fda506e1231754cd6ca5cd7e26
languageName: node
linkType: hard

Expand All @@ -33,6 +36,15 @@ __metadata:
languageName: node
linkType: hard

"@actions/http-client@npm:^2.0.1":
version: 2.1.1
resolution: "@actions/http-client@npm:2.1.1"
dependencies:
tunnel: ^0.0.6
checksum: c94850e90dfdbdcdf0f4cdabce7f4962a39d54bd021804608144d9c04a7aa6b62b7dbf7739ea6e267bfcdd3fb138df237b470c9ed71f70d3d71e5f9fc1cb9a90
languageName: node
linkType: hard

"@arcanis/slice-ansi@npm:^1.0.2":
version: 1.0.2
resolution: "@arcanis/slice-ansi@npm:1.0.2"
Expand Down Expand Up @@ -6109,7 +6121,7 @@ fsevents@^2.3.2:
version: 0.0.0-use.local
resolution: "mou-release-action@workspace:."
dependencies:
"@actions/core": ^1.2.7
"@actions/core": ^1.10.1
"@actions/github": ^4.0.0
"@octokit/core": ^3.4.0
"@octokit/plugin-paginate-rest": ^2.13.3
Expand Down Expand Up @@ -8198,6 +8210,15 @@ typescript@^4.2.4:
languageName: node
linkType: hard

"uuid@npm:^8.3.2":
version: 8.3.2
resolution: "uuid@npm:8.3.2"
bin:
uuid: dist/bin/uuid
checksum: aed2bcef341f95635f308fea8831fb9038b18c485fe7e71feb89d2e05602dfecad0cb6f2246fae096d4da425cca6e8a71056f28abd97ad98cf770a2018853248
languageName: node
linkType: hard

"v8-compile-cache@npm:^2.0.3":
version: 2.1.0
resolution: "v8-compile-cache@npm:2.1.0"
Expand Down

0 comments on commit aa7371f

Please sign in to comment.