Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
build: update felf-cli version (v1.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazybolillo committed Jan 6, 2024
1 parent 177d8d5 commit 411a186
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 411a186

Please sign in to comment.