From 411a186772c25db8e7e4f0335b49d2cd4c5213a4 Mon Sep 17 00:00:00 2001 From: CrazyBolillo Date: Sat, 6 Jan 2024 14:22:55 -0600 Subject: [PATCH] build: update felf-cli version (v1.0.0) --- dist/index.js | 2 +- index.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/index.js b/dist/index.js index 7ff18c5..8e4f0f8 100644 --- a/dist/index.js +++ b/dist/index.js @@ -30472,7 +30472,7 @@ const tc = __nccwpck_require__(7784) const exec = __nccwpck_require__(1514) const tool = 'felf-cli-amd64' -const binaryURL = `https://github.com/zoftko/felf-cli/releases/download/v0.0.2/${tool}` +const binaryURL = `https://github.com/zoftko/felf-cli/releases/download/v1.0.0/${tool}` async function run () { const file = core.getInput('file') diff --git a/index.js b/index.js index 647d77c..2a7c813 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,7 @@ const tc = require('@actions/tool-cache') const exec = require('@actions/exec') const tool = 'felf-cli-amd64' -const binaryURL = `https://github.com/zoftko/felf-cli/releases/download/v0.0.2/${tool}` +const binaryURL = `https://github.com/zoftko/felf-cli/releases/download/v1.0.0/${tool}` async function run () { const file = core.getInput('file') diff --git a/package.json b/package.json index 2179eda..b9d54be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elfwatch-action", - "version": "0.0.1", + "version": "1.0.1", "description": "Analyze binaries and upload the results to ELF Watch or any other felf server.", "main": "index.js", "scripts": {