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

Commit 317d6f6

Browse files
committed
chore(deps): run updater mobsuccess-devops/policy-github-updater-npm
1 parent 3e374b5 commit 317d6f6

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
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: 9 additions & 7 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.11.1",
1212
"@actions/exec": "^1.1.1",
1313
"@actions/github": "^5.0.3",
1414
"@actions/tool-cache": "^2.0.1",
@@ -36,10 +36,11 @@
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.11.1",
40+
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz",
41+
"integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==",
4242
"dependencies": {
43+
"@actions/exec": "^1.1.1",
4344
"@actions/http-client": "^2.0.1"
4445
}
4546
},
@@ -4752,10 +4753,11 @@
47524753
}
47534754
},
47544755
"@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==",
4756+
"version": "1.11.1",
4757+
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz",
4758+
"integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==",
47584759
"requires": {
4760+
"@actions/exec": "^1.1.1",
47594761
"@actions/http-client": "^2.0.1"
47604762
}
47614763
},

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.11.1",
2929
"@actions/exec": "^1.1.1",
3030
"@actions/github": "^5.0.3",
3131
"@actions/tool-cache": "^2.0.1",

0 commit comments

Comments
 (0)