From 67a1abb92f9e18a2ded654317be68629df74e9aa Mon Sep 17 00:00:00 2001 From: Matthew Greenwald <1819760+mdgreenwald@users.noreply.github.com> Date: Tue, 3 Jan 2023 10:52:25 -0500 Subject: [PATCH] Set sops version to 3.7.3 (#165) Signed-off-by: Matthew Greenwald Signed-off-by: Matthew Greenwald --- dist/index.js | 2 +- lib/run.js | 2 +- package-lock.json | 24 ++++++++++++------------ src/run.ts | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/dist/index.js b/dist/index.js index 2f823d8..6326ab6 100644 --- a/dist/index.js +++ b/dist/index.js @@ -49,7 +49,7 @@ const semver = __importStar(__nccwpck_require__(1383)); const toolCache = __importStar(__nccwpck_require__(7784)); const core = __importStar(__nccwpck_require__(2186)); const sopsToolName = 'sops'; -const stableSopsVersion = 'v3.7.2'; +const stableSopsVersion = 'v3.7.3'; const sopsAllReleasesUrl = 'https://api.github.com/repos/mozilla/sops/releases'; function getExecutableExtension() { if (os.type().match(/^Win/)) { diff --git a/lib/run.js b/lib/run.js index 7879dd1..07154f6 100644 --- a/lib/run.js +++ b/lib/run.js @@ -42,7 +42,7 @@ const semver = __importStar(require("semver")); const toolCache = __importStar(require("@actions/tool-cache")); const core = __importStar(require("@actions/core")); const sopsToolName = 'sops'; -const stableSopsVersion = 'v3.7.2'; +const stableSopsVersion = 'v3.7.3'; const sopsAllReleasesUrl = 'https://api.github.com/repos/mozilla/sops/releases'; function getExecutableExtension() { if (os.type().match(/^Win/)) { diff --git a/package-lock.json b/package-lock.json index 0e602c3..1721d71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1289,9 +1289,9 @@ "dev": true }, "node_modules/fastq": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.14.0.tgz", - "integrity": "sha512-eR2D+V9/ExcbF9ls441yIuN6TI2ED1Y2ZcA5BmMtJsOkWOFRJQ0Jt0g1UwqXJJVAb+V+umH5Dfr8oh4EVP7VVg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", + "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", "dev": true, "dependencies": { "reusify": "^1.0.4" @@ -1570,9 +1570,9 @@ } }, "node_modules/ignore": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.1.tgz", - "integrity": "sha512-d2qQLzTJ9WxQftPAuEQpSPmKqzxePjzVbpAVv62AQ64NTL+wR4JkrVqR/LqFsFEUsHDAiId52mJteHDFuDkElA==", + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", + "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", "dev": true, "engines": { "node": ">= 4" @@ -1780,9 +1780,9 @@ "dev": true }, "node_modules/json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true, "bin": { "json5": "lib/cli.js" @@ -2719,9 +2719,9 @@ } }, "node_modules/table/node_modules/ajv": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.2.tgz", - "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==", + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", "dev": true, "dependencies": { "fast-deep-equal": "^3.1.1", diff --git a/src/run.ts b/src/run.ts index a243d93..f3ebcae 100644 --- a/src/run.ts +++ b/src/run.ts @@ -11,7 +11,7 @@ import * as toolCache from '@actions/tool-cache'; import * as core from '@actions/core'; const sopsToolName = 'sops'; -const stableSopsVersion = 'v3.7.2'; +const stableSopsVersion = 'v3.7.3'; const sopsAllReleasesUrl = 'https://api.github.com/repos/mozilla/sops/releases'; function getExecutableExtension(): string {