Skip to content

Commit

Permalink
Bump lukka/run-vcpkg from 11.1 to 11.5 in /.github/workflows (#395)
Browse files Browse the repository at this point in the history
Bumps [lukka/run-vcpkg](https://github.com/lukka/run-vcpkg) from 11.1 to
11.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/lukka/run-vcpkg/releases">lukka/run-vcpkg's
releases</a>.</em></p>
<blockquote>
<h2>[email protected]</h2>
<p>Changes:</p>
<ul>
<li>Fix for <a
href="https://redirect.github.com/lukka/run-vcpkg/issues/218">#218</a> :
The default triplet for ARM host is correctly set.</li>
</ul>
<p><strong>Note:</strong> to keep your workflow up to date with bug and
security fixes, just use the <code>v11</code> branch to stay on the most
recent <code>v11.x</code> version of this action, e.g., <code>uses:
lukka/run-vcpkg@v11</code>. Instead to pin to a particular release, you
can use one of the tags, for example <code>uses:
lukka/[email protected]</code> to pin your workflow to the
<code>v11.5</code> release.</p>
<h2>[email protected]</h2>
<p>Changes:</p>
<ul>
<li>This is a summary of the changes depicted in Pull Request <a
href="https://redirect.github.com/lukka/run-vcpkg/issues/216">#216</a> :
the <code>vcpkgGitCommitId</code> input is now optional, and the Git
commit id is retrieved from either <code>vcpkg-configuration.json</code>
or <code>vcpkg.json</code>.
<em>Note:</em> only the default-registry's <code>builtin</code> kind is
supported, the <code>git</code> or <code>filesystem</code>kinds are not
supported.</li>
</ul>
<p><strong>Note:</strong> to keep your workflow up to date with bug and
security fixes, just use the <code>v11</code> branch to stay on the most
recent <code>v11.x</code> version of this action, e.g., <code>uses:
lukka/run-vcpkg@v11</code>. Instead to pin to a particular release, you
can use one of the tags, for example <code>uses:
lukka/[email protected]</code> to pin your workflow to the
<code>v11.3</code> release.</p>
<h2>[email protected]</h2>
<p>Changes:</p>
<ul>
<li>Avoid writing any file outside of <code>GITHUB_WORKSPACE</code> file
system tree. This fixes <a
href="https://redirect.github.com/lukka/run-vcpkg/issues/213">lukka/run-vcpkg#213</a></li>
<li>Update the readme.md file regarding to when vcpkg.json is going to
be searched for.</li>
</ul>
<p><strong>Note:</strong> to keep your workflow up to date with bug and
security fixes, just use the <code>v11</code> branch to stay on the most
recent <code>v11.x</code> version of this action, e.g., <code>uses:
lukka/run-vcpkg@v11</code>. Instead to pin to a particular release, you
can use one of the tags, for example <code>uses:
lukka/[email protected]</code> to pin your workflow to the v11.2
release.</p>
<h2>[email protected]</h2>
<p>Changes:</p>
<ul>
<li>Avoid searching for <code>vcpkg.json</code> when
<code>runVcpkgInstall:false</code>. This is a small perf
improvement.</li>
<li>Update the action to require node v20, since v16 is out of support.
If any problem occurs, please use <code>[email protected]</code> and
create an issue.</li>
<li>Update dependencies to most recent ones: all libs and
<code>@actions</code> packages updated to most recent versions, along
all other dependencies.</li>
<li>Drop usage of gulp.</li>
<li>Update docs.</li>
</ul>
<p><strong>Note:</strong> to keep your workflow up to date with bug and
security fixes, just use the <code>v11</code> branch to stay on the most
recent <code>v11.x</code> version of this action, e.g., <code>uses:
lukka/run-vcpkg@v11</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lukka/run-vcpkg/commit/5e0cab206a5ea620130caf672fce3e4a6b5666a1"><code>5e0cab2</code></a>
consume v4.1.2 for arm default triplet fix</li>
<li><a
href="https://github.com/lukka/run-vcpkg/commit/2b2c2f547333cb8eeec5dce3c37e09384cb99830"><code>2b2c2f5</code></a>
fix docs</li>
<li><a
href="https://github.com/lukka/run-vcpkg/commit/7f323f754fc070afff874514d87bc4cf3a1a602f"><code>7f323f7</code></a>
update environment variable documentation</li>
<li><a
href="https://github.com/lukka/run-vcpkg/commit/86e6328f924f6ffd849b218257c58d886351c079"><code>86e6328</code></a>
Bump follow-redirects from 1.15.3 to 1.15.4</li>
<li><a
href="https://github.com/lukka/run-vcpkg/commit/e125fabc4ab6bbaf1a2d404aaec9b6bac76e2856"><code>e125fab</code></a>
allow a 30 seconds abs error on testing for cache being consumed</li>
<li><a
href="https://github.com/lukka/run-vcpkg/commit/1737e223b9c3f4fb07a7cf1cfa123cc243fcc0dd"><code>1737e22</code></a>
add support for vcpkg-configuration.json's baseline</li>
<li><a
href="https://github.com/lukka/run-vcpkg/commit/d42250cb2f1d4b925fe4e8abbdc9753dd3b53056"><code>d42250c</code></a>
dont write files outside GH workspace</li>
<li><a
href="https://github.com/lukka/run-vcpkg/commit/6fe69898af670ac05f4a8427cc5cff4fb361cee5"><code>6fe6989</code></a>
fix doc about how to run jest</li>
<li><a
href="https://github.com/lukka/run-vcpkg/commit/67c6c8709381ac5b85295452bd06fa69b731b370"><code>67c6c87</code></a>
- drop gulp.</li>
<li><a
href="https://github.com/lukka/run-vcpkg/commit/ed58931a127e6131823234e9837a9c764aa40d46"><code>ed58931</code></a>
Bump actions/setup-node from 3 to 4</li>
<li>Additional commits viewable in <a
href="https://github.com/lukka/run-vcpkg/compare/abed23940f9d7bc267b0e1a21ee7b699a3794baa...5e0cab206a5ea620130caf672fce3e4a6b5666a1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lukka/run-vcpkg&package-manager=github_actions&previous-version=11.1&new-version=11.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 523745f commit 89e9650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-unit-tests-static-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

# Sets a cache up for vcpkg
- name: Install vcpkg
uses: lukka/run-vcpkg@abed23940f9d7bc267b0e1a21ee7b699a3794baa # v11.1
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5

- name: Set ccache up
uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
Expand Down

0 comments on commit 89e9650

Please sign in to comment.