-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Swashbuckle.AspNetCore from 6.7.3 to 6.8.0 in /webapi #1154
Merged
glahaye
merged 1 commit into
main
from
dependabot/nuget/webapi/Swashbuckle.AspNetCore-6.8.0
Sep 26, 2024
Merged
Bump Swashbuckle.AspNetCore from 6.7.3 to 6.8.0 in /webapi #1154
glahaye
merged 1 commit into
main
from
dependabot/nuget/webapi/Swashbuckle.AspNetCore-6.8.0
Sep 26, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.7.3 to 6.8.0. - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.7.3...v6.8.0) --- updated-dependencies: - dependency-name: Swashbuckle.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
.NET
Pull requests that update .net code
dependencies
Pull requests that update a dependency file
labels
Sep 23, 2024
glahaye
approved these changes
Sep 26, 2024
glahaye
deleted the
dependabot/nuget/webapi/Swashbuckle.AspNetCore-6.8.0
branch
September 26, 2024 22:55
teamleader-dev
pushed a commit
to vlink-group/chat-copilot
that referenced
this pull request
Oct 7, 2024
…#1154) Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.7.3 to 6.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases">Swashbuckle.AspNetCore's releases</a>.</em></p> <blockquote> <h2>v6.8.0</h2> <h2>What's Changed</h2> <ul> <li>Added dependency injection/easy registration for async filters by <a href="https://github.com/tofi92"><code>@tofi92</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030">domaindrivendev/Swashbuckle.AspNetCore#3030</a></li> <li>Improve IncludeXmlComments performance (2) by <a href="https://github.com/mus65"><code>@mus65</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044">domaindrivendev/Swashbuckle.AspNetCore#3044</a></li> <li>Apply ParameterFilters and RequestBodyFilters for WithOpenApi endpoints by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3059">domaindrivendev/Swashbuckle.AspNetCore#3059</a></li> <li>Swagger plugins support by <a href="https://github.com/jvmlet"><code>@jvmlet</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056">domaindrivendev/Swashbuckle.AspNetCore#3056</a></li> <li>Add benchmarks project by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3050">domaindrivendev/Swashbuckle.AspNetCore#3050</a></li> <li>Fix NuGet badge by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3064">domaindrivendev/Swashbuckle.AspNetCore#3064</a></li> <li>SwaggerGen - Improved handling of dictionaries with enum key by <a href="https://github.com/flarestudiopl"><code>@flarestudiopl</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068">domaindrivendev/Swashbuckle.AspNetCore#3068</a></li> <li>Fix typo by <a href="https://github.com/tom-star119"><code>@tom-star119</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073">domaindrivendev/Swashbuckle.AspNetCore#3073</a></li> <li>Do not fill the RequestBody description with the first parameter of a… by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3076">domaindrivendev/Swashbuckle.AspNetCore#3076</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tofi92"><code>@tofi92</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030">domaindrivendev/Swashbuckle.AspNetCore#3030</a></li> <li><a href="https://github.com/mus65"><code>@mus65</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044">domaindrivendev/Swashbuckle.AspNetCore#3044</a></li> <li><a href="https://github.com/jvmlet"><code>@jvmlet</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056">domaindrivendev/Swashbuckle.AspNetCore#3056</a></li> <li><a href="https://github.com/flarestudiopl"><code>@flarestudiopl</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068">domaindrivendev/Swashbuckle.AspNetCore#3068</a></li> <li><a href="https://github.com/tom-star119"><code>@tom-star119</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073">domaindrivendev/Swashbuckle.AspNetCore#3073</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0">https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/c3fd84b97e7b130d8728b82c0d33f0432dafb91e"><code>c3fd84b</code></a> Fix issues with request body parameters (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3076">#3076</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/8b0e8961ce01c8e1495d64f404609b01fb07a7e3"><code>8b0e896</code></a> Bump github/codeql-action from 3.26.6 to 3.26.7 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3075">#3075</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/537acdd34336df601a94cf40157c1a4aa5c3f3a7"><code>537acdd</code></a> Bump dompurify from 3.1.2 to 3.1.6 in /src/Swashbuckle.AspNetCore.ReDoc (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3074">#3074</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/520633abd76f92e09b18e9d267ef97e107cd7724"><code>520633a</code></a> Fix typo (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3073">#3073</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/09a12829c60d2c124e96c21e14472b1bc5dcab17"><code>09a1282</code></a> Improved handling of dictionaries with enum key (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3068">#3068</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/1c3b09917069f2cc7a39f3c79515a554975659c8"><code>1c3b099</code></a> Bump actions/attest-build-provenance from 1.4.2 to 1.4.3 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3067">#3067</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/5b63e97ca0829dd2a9cbc27ccba670f399e37540"><code>5b63e97</code></a> Fix NuGet badge</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/340572440800b9783acff79716ab2c22cb6273e1"><code>3405724</code></a> Add benchmarks project (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3050">#3050</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/46c1bc93a714c030124e0bbe39d4f30dc2570dda"><code>46c1bc9</code></a> Bump github/codeql-action from 3.26.5 to 3.26.6 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3062">#3062</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/e98213db98cb91bc7643de3e84081c7363e3ed4a"><code>e98213d</code></a> Bump actions/upload-artifact from 4.3.6 to 4.4.0 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3063">#3063</a>)</li> <li>Additional commits viewable in <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Swashbuckle.AspNetCore&package-manager=nuget&previous-version=6.7.3&new-version=6.8.0)](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>
kb0039
pushed a commit
to aaronba/chat-copilot
that referenced
this pull request
Jan 8, 2025
…#1154) Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.7.3 to 6.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases">Swashbuckle.AspNetCore's releases</a>.</em></p> <blockquote> <h2>v6.8.0</h2> <h2>What's Changed</h2> <ul> <li>Added dependency injection/easy registration for async filters by <a href="https://github.com/tofi92"><code>@tofi92</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030">domaindrivendev/Swashbuckle.AspNetCore#3030</a></li> <li>Improve IncludeXmlComments performance (2) by <a href="https://github.com/mus65"><code>@mus65</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044">domaindrivendev/Swashbuckle.AspNetCore#3044</a></li> <li>Apply ParameterFilters and RequestBodyFilters for WithOpenApi endpoints by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3059">domaindrivendev/Swashbuckle.AspNetCore#3059</a></li> <li>Swagger plugins support by <a href="https://github.com/jvmlet"><code>@jvmlet</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056">domaindrivendev/Swashbuckle.AspNetCore#3056</a></li> <li>Add benchmarks project by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3050">domaindrivendev/Swashbuckle.AspNetCore#3050</a></li> <li>Fix NuGet badge by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3064">domaindrivendev/Swashbuckle.AspNetCore#3064</a></li> <li>SwaggerGen - Improved handling of dictionaries with enum key by <a href="https://github.com/flarestudiopl"><code>@flarestudiopl</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068">domaindrivendev/Swashbuckle.AspNetCore#3068</a></li> <li>Fix typo by <a href="https://github.com/tom-star119"><code>@tom-star119</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073">domaindrivendev/Swashbuckle.AspNetCore#3073</a></li> <li>Do not fill the RequestBody description with the first parameter of a… by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3076">domaindrivendev/Swashbuckle.AspNetCore#3076</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tofi92"><code>@tofi92</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030">domaindrivendev/Swashbuckle.AspNetCore#3030</a></li> <li><a href="https://github.com/mus65"><code>@mus65</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044">domaindrivendev/Swashbuckle.AspNetCore#3044</a></li> <li><a href="https://github.com/jvmlet"><code>@jvmlet</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056">domaindrivendev/Swashbuckle.AspNetCore#3056</a></li> <li><a href="https://github.com/flarestudiopl"><code>@flarestudiopl</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068">domaindrivendev/Swashbuckle.AspNetCore#3068</a></li> <li><a href="https://github.com/tom-star119"><code>@tom-star119</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073">domaindrivendev/Swashbuckle.AspNetCore#3073</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0">https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/c3fd84b97e7b130d8728b82c0d33f0432dafb91e"><code>c3fd84b</code></a> Fix issues with request body parameters (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3076">#3076</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/8b0e8961ce01c8e1495d64f404609b01fb07a7e3"><code>8b0e896</code></a> Bump github/codeql-action from 3.26.6 to 3.26.7 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3075">#3075</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/537acdd34336df601a94cf40157c1a4aa5c3f3a7"><code>537acdd</code></a> Bump dompurify from 3.1.2 to 3.1.6 in /src/Swashbuckle.AspNetCore.ReDoc (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3074">#3074</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/520633abd76f92e09b18e9d267ef97e107cd7724"><code>520633a</code></a> Fix typo (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3073">#3073</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/09a12829c60d2c124e96c21e14472b1bc5dcab17"><code>09a1282</code></a> Improved handling of dictionaries with enum key (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3068">#3068</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/1c3b09917069f2cc7a39f3c79515a554975659c8"><code>1c3b099</code></a> Bump actions/attest-build-provenance from 1.4.2 to 1.4.3 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3067">#3067</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/5b63e97ca0829dd2a9cbc27ccba670f399e37540"><code>5b63e97</code></a> Fix NuGet badge</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/340572440800b9783acff79716ab2c22cb6273e1"><code>3405724</code></a> Add benchmarks project (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3050">#3050</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/46c1bc93a714c030124e0bbe39d4f30dc2570dda"><code>46c1bc9</code></a> Bump github/codeql-action from 3.26.5 to 3.26.6 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3062">#3062</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/e98213db98cb91bc7643de3e84081c7363e3ed4a"><code>e98213d</code></a> Bump actions/upload-artifact from 4.3.6 to 4.4.0 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3063">#3063</a>)</li> <li>Additional commits viewable in <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Swashbuckle.AspNetCore&package-manager=nuget&previous-version=6.7.3&new-version=6.8.0)](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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
.NET
Pull requests that update .net code
webapi
Pull requests that update .net code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps Swashbuckle.AspNetCore from 6.7.3 to 6.8.0.
Release notes
Sourced from Swashbuckle.AspNetCore's releases.
Commits
c3fd84b
Fix issues with request body parameters (#3076)8b0e896
Bump github/codeql-action from 3.26.6 to 3.26.7 (#3075)537acdd
Bump dompurify from 3.1.2 to 3.1.6 in /src/Swashbuckle.AspNetCore.ReDoc (#3074)520633a
Fix typo (#3073)09a1282
Improved handling of dictionaries with enum key (#3068)1c3b099
Bump actions/attest-build-provenance from 1.4.2 to 1.4.3 (#3067)5b63e97
Fix NuGet badge3405724
Add benchmarks project (#3050)46c1bc9
Bump github/codeql-action from 3.26.5 to 3.26.6 (#3062)e98213d
Bump actions/upload-artifact from 4.3.6 to 4.4.0 (#3063)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 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)