From 30737710686ddef25d3c025b89dc3fd40d88707c Mon Sep 17 00:00:00 2001 From: Mobsuccess Bot Date: Mon, 3 Oct 2022 00:05:50 +0000 Subject: [PATCH] Run updater mobsuccess-devops/policy-github-updater-npm --- .gitattributes | 1 + action.yml | 2 +- package-lock.json | 14 +++++++------- package.json | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7797965 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +package-lock.json linguist-generated=false diff --git a/action.yml b/action.yml index 550fe67..eca0106 100644 --- a/action.yml +++ b/action.yml @@ -65,7 +65,7 @@ outputs: violations: description: Number of violations found runs: - using: node16 + using: node12 main: dist/index.js branding: icon: code diff --git a/package-lock.json b/package-lock.json index ce33b79..6f6d15f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@actions/artifact": "^1.1.0", "@actions/core": "^1.9.0", "@actions/exec": "^1.1.1", - "@actions/github": "^5.0.3", + "@actions/github": "^5.1.1", "@actions/tool-cache": "^2.0.1", "@octokit/rest": "^19.0.3", "semver": "^7.3.7" @@ -52,9 +52,9 @@ } }, "node_modules/@actions/github": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.0.3.tgz", - "integrity": "sha512-myjA/pdLQfhUGLtRZC/J4L1RXOG4o6aYdiEq+zr5wVVKljzbFld+xv10k1FX6IkIJtNxbAq44BdwSNpQ015P0A==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.1.tgz", + "integrity": "sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g==", "dependencies": { "@actions/http-client": "^2.0.1", "@octokit/core": "^3.6.0", @@ -4768,9 +4768,9 @@ } }, "@actions/github": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.0.3.tgz", - "integrity": "sha512-myjA/pdLQfhUGLtRZC/J4L1RXOG4o6aYdiEq+zr5wVVKljzbFld+xv10k1FX6IkIJtNxbAq44BdwSNpQ015P0A==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.1.tgz", + "integrity": "sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g==", "requires": { "@actions/http-client": "^2.0.1", "@octokit/core": "^3.6.0", diff --git a/package.json b/package.json index 23bd838..f551f15 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@actions/artifact": "^1.1.0", "@actions/core": "^1.9.0", "@actions/exec": "^1.1.1", - "@actions/github": "^5.0.3", + "@actions/github": "^5.1.1", "@actions/tool-cache": "^2.0.1", "@octokit/rest": "^19.0.3", "semver": "^7.3.7"