kowainik / stan

🕵️ Haskell STatic ANalyser
https://kowainik.github.io/projects/stan
Mozilla Public License 2.0
562 stars 48 forks source link

GA(deps): Bump svenstaro/upx-action from 2.0.1 to 2.2.0 #492

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 1 year ago

Bumps svenstaro/upx-action from 2.0.1 to 2.2.0.

Release notes

Sourced from svenstaro/upx-action's releases.

2.1.0

  • Update to node 16 and update all dependencies
Changelog

Sourced from svenstaro/upx-action's changelog.

[2.2.0] - 2023-01-13

[2.1.0] - 2023-01-11

  • Update to node 16 and update all dependencies
Commits


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 8 months ago

A newer version of svenstaro/upx-action exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

tomjaguarpaw commented 8 months ago

On the release CI I got the following error, so hopefully this fixes that:

Run svenstaro/upx-action@2.0.1
  with:
    file: ./dist/stan
    strip: true
  env:
    GIT_TAG_NAME: 0.1.0.0
    BINARY_PATH: ./dist/stan
node:internal/modules/cjs/loader:1031
  throw err;
  ^

Error: Cannot find module '/home/runner/work/_actions/svenstaro/upx-action/2.0.1/node_modules/lzma-native/binding-v4.0.6-node-v93-linux-x64/lzma_native.node'
Require stack:
- /home/runner/work/_actions/svenstaro/upx-action/2.0.1/node_modules/lzma-native/index.js
- /home/runner/work/_actions/svenstaro/upx-action/2.0.1/node_modules/decompress-tarxz/index.js
- /home/runner/work/_actions/svenstaro/upx-action/2.0.1/lib/action.js
- /home/runner/work/_actions/svenstaro/upx-action/2.0.1/lib/main.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1028:15)
    at Function.Module._load (node:internal/modules/cjs/loader:873:27)
    at Module.require (node:internal/modules/cjs/loader:1100:19)
    at require (node:internal/modules/cjs/helpers:108:18)
    at /home/runner/work/_actions/svenstaro/upx-action/2.0.1/node_modules/lzma-native/index.js:13:14
    at Object.<anonymous> (/home/runner/work/_actions/svenstaro/upx-action/2.0.1/node_modules/lzma-native/index.js:597:3)
    at Module._compile (node:internal/modules/cjs/loader:1198:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10)
    at Module.load (node:internal/modules/cjs/loader:1076:32)
    at Function.Module._load (node:internal/modules/cjs/loader:911:12) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/runner/work/_actions/svenstaro/upx-action/2.0.1/node_modules/lzma-native/index.js',
    '/home/runner/work/_actions/svenstaro/upx-action/2.0.1/node_modules/decompress-tarxz/index.js',
    '/home/runner/work/_actions/svenstaro/upx-action/2.0.1/lib/action.js',
    '/home/runner/work/_actions/svenstaro/upx-action/2.0.1/lib/main.js'
  ]
}