dependabot[bot]
d3173cbcd3
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 11:18:35 +00:00
dependabot[bot]
f0a449d26c
Bump muno92/resharper_inspectcode from 1.8.2 to 1.8.3 ( #103 )
...
Bumps
[muno92/resharper_inspectcode](https://github.com/muno92/resharper_inspectcode )
from 1.8.2 to 1.8.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/muno92/resharper_inspectcode/releases ">muno92/resharper_inspectcode's
releases</a>.</em></p>
<blockquote>
<h2>1.8.3</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Update dependency <code>@vercel/ncc</code> to ^0.38.0 by <a
href="https://github.com/renovate "><code>@renovate</code></a> in <a
href="https://redirect.github.com/muno92/resharper_inspectcode/pull/413 ">muno92/resharper_inspectcode#413</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/muno92/resharper_inspectcode/compare/1.8.2...1.8.3 ">https://github.com/muno92/resharper_inspectcode/compare/1.8.2...1.8.3 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/muno92/resharper_inspectcode/blob/main/CHANGELOG.md ">muno92/resharper_inspectcode's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/muno92/resharper_inspectcode/compare/1.8.2...1.8.3 ">1.8.3</a>
- 2023-09-07</h2>
<ul>
<li>Update dependency <code>@vercel/ncc</code> to ^0.38.0 by <a
href="https://github.com/renovate "><code>@renovate</code></a> in <a
href="https://redirect.github.com/muno92/resharper_inspectcode/pull/413 ">muno92/resharper_inspectcode#413</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="35b207efcd
"><code>35b207e</code></a>
Merge pull request <a
href="https://redirect.github.com/muno92/resharper_inspectcode/issues/414 ">#414</a>
from muno92/tagpr-from-1.8.2</li>
<li><a
href="67310c480b
"><code>67310c4</code></a>
Compile</li>
<li><a
href="27edfc64f3
"><code>27edfc6</code></a>
[tagpr] update CHANGELOG.md</li>
<li><a
href="aa84292660
"><code>aa84292</code></a>
[tagpr] prepare for the next release</li>
<li><a
href="e3bdd8b144
"><code>e3bdd8b</code></a>
Merge pull request <a
href="https://redirect.github.com/muno92/resharper_inspectcode/issues/413 ">#413</a>
from muno92/renovate/all-minor-patch</li>
<li><a
href="9b9a73fe3c
"><code>9b9a73f</code></a>
Update dependency <code>@vercel/ncc</code> to ^0.38.0</li>
<li>See full diff in <a
href="https://github.com/muno92/resharper_inspectcode/compare/1.8.2...1.8.3 ">compare
view</a></li>
</ul>
</details>
<br />
[](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 14:18:03 +03:00
dependabot[bot]
5fd116d0e2
Bump muno92/resharper_inspectcode from 1.8.0 to 1.8.2 ( #101 )
2023-09-04 11:35:49 +05:00
501c51b865
Add automatic deployment ( #90 )
...
This PR closes #87 .
This PR splits the workflow into 2 files: `build-pr.yml` and
`build-push.yml`.
The former runs InspectCode to make sure issues don't get through, while
the latter builds and uploads Boyfriend and publishes it to a remote
production server via SSH.
---------
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2023-08-14 13:24:20 +00:00