trailofbits / uthenticode

A cross-platform library for verifying Authenticode signatures
https://trailofbits.github.io/uthenticode/
MIT License
138 stars 33 forks source link

build(deps): bump lukka/run-vcpkg from 10 to 11 #85

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps lukka/run-vcpkg from 10 to 11.

Release notes

Sourced from lukka/run-vcpkg's releases.

run-vcpkg@v11

Attention: - Requires the most recent version of vcpkg, 2023-03-29 or more recent, that is commit id 5b1214315250939257ef5d62ecdcbca18cf4fb1c or more recent. - Please keep using run-vcpkg@10 if you cannot use the tip of the vpckg's branch.

Changes:

  • Delegates cache management to vcpkg which uses Binary Caching backed onto GitHub Action cache. This solves all the problems of the best effort cache management of the run-vcpkg@v10 action.

Note: to keep your workflow up to date with bug and security fixes, just use the v11 branch to stay on the most recent v11.x version of this action, e.g., uses: lukka/run-vcpkg@v11

run-vcpkg@v10.7

Changes:

  • created a workaround for lukka/run-vcpkg#174 . The exclusion filter for saving the vcpkg artifacts onto the GitHub cache service is now working, and the overall cache size should be much smaller (e.g., the buildtrees content is not saved into cache).

Note: to keep your workflow up to date with bug and security fixes, just use the v10 branch to stay on the most recent v10.x version of this action, e.g., uses: lukka/run-vcpkg@v10

run-vcpkg@v10.6

Changes: Fixes for deprecated features on GitHub runners: - save-state and set-output commands deprecation: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ - node12 deprecation: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

Note: to keep your workflow up to date with bug and security fixes, just use the v10 branch to stay on the most recent v10.x version of this action, e.g., uses: lukka/run-vcpkg@v10

run-vcpkg@v10.5

Changes:

Note: to keep your workflow up to date with bug and security fixes, just use the v10 branch to stay on the most recent v10.x version of this action, e.g., uses: lukka/run-vcpkg@v10

run-vcpkg@v10.4

Changes:

Note: to keep your workflow up to date with bug and security fixes, just use the v10 branch to stay on the most recent v10.x version of this action, e.g., uses: lukka/run-vcpkg@v10

run-vcpkg@v10.3

Changes:

... (truncated)

Commits
  • abed239 readme fixups
  • 9191594 sets ACTIONS_CACHE_URL and ACTIONS_RUNTIME_TOKEN
  • a400452 fix log output
  • b31715b - doNotCache default's is true
  • a5d1f94 - fix debug output to logs
  • ec2db93 run-vcpkg@v11: leverage BinaryCaching with GH Action's cache.
  • 12bbe97 improve error handling when vcpkg.json is not found and runVcpkgInstall is 't...
  • bd97429 fix: empty base-path for non-macOS
  • faacf16 fix: use carryforward
  • 7d8986e fix: workaround
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)