Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit cb65ae3

Browse files
committed
Run updater mobsuccess-devops/policy-github-updater-npm
1 parent 3e374b5 commit cb65ae3

File tree

4 files changed

+29
-11
lines changed

4 files changed

+29
-11
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock.json linguist-generated=false

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ outputs:
6565
violations:
6666
description: Number of violations found
6767
runs:
68-
using: node16
68+
using: node12
6969
main: dist/index.js
7070
branding:
7171
icon: code

package-lock.json

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"dependencies": {
1010
"@actions/artifact": "^1.1.0",
11-
"@actions/core": "^1.9.0",
11+
"@actions/core": "^1.10.0",
1212
"@actions/exec": "^1.1.1",
1313
"@actions/github": "^5.0.3",
1414
"@actions/tool-cache": "^2.0.1",
@@ -36,11 +36,20 @@
3636
}
3737
},
3838
"node_modules/@actions/core": {
39-
"version": "1.9.0",
40-
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.9.0.tgz",
41-
"integrity": "sha512-5pbM693Ih59ZdUhgk+fts+bUWTnIdHV3kwOSr+QIoFHMLg7Gzhwm0cifDY/AG68ekEJAkHnQVpcy4f6GjmzBCA==",
39+
"version": "1.10.0",
40+
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz",
41+
"integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==",
4242
"dependencies": {
43-
"@actions/http-client": "^2.0.1"
43+
"@actions/http-client": "^2.0.1",
44+
"uuid": "^8.3.2"
45+
}
46+
},
47+
"node_modules/@actions/core/node_modules/uuid": {
48+
"version": "8.3.2",
49+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
50+
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
51+
"bin": {
52+
"uuid": "dist/bin/uuid"
4453
}
4554
},
4655
"node_modules/@actions/exec": {
@@ -4752,11 +4761,19 @@
47524761
}
47534762
},
47544763
"@actions/core": {
4755-
"version": "1.9.0",
4756-
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.9.0.tgz",
4757-
"integrity": "sha512-5pbM693Ih59ZdUhgk+fts+bUWTnIdHV3kwOSr+QIoFHMLg7Gzhwm0cifDY/AG68ekEJAkHnQVpcy4f6GjmzBCA==",
4764+
"version": "1.10.0",
4765+
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz",
4766+
"integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==",
47584767
"requires": {
4759-
"@actions/http-client": "^2.0.1"
4768+
"@actions/http-client": "^2.0.1",
4769+
"uuid": "^8.3.2"
4770+
},
4771+
"dependencies": {
4772+
"uuid": {
4773+
"version": "8.3.2",
4774+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
4775+
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
4776+
}
47604777
}
47614778
},
47624779
"@actions/exec": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"homepage": "https://github.com/pmd/pmd-github-action#readme",
2626
"dependencies": {
2727
"@actions/artifact": "^1.1.0",
28-
"@actions/core": "^1.9.0",
28+
"@actions/core": "^1.10.0",
2929
"@actions/exec": "^1.1.1",
3030
"@actions/github": "^5.0.3",
3131
"@actions/tool-cache": "^2.0.1",

0 commit comments

Comments
 (0)