Skip to content

ci(deps)(deps): bump the actions-minor-and-patch group across 1 directory with 2 updates#40

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-minor-and-patch-8c2db76152
Open

ci(deps)(deps): bump the actions-minor-and-patch group across 1 directory with 2 updates#40
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-minor-and-patch-8c2db76152

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions-minor-and-patch group with 2 updates in the / directory: actions/checkout and golangci/golangci-lint-action.

Updates actions/checkout from 6.0.2 to 6.0.3

Release notes

Sourced from actions/checkout's releases.

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

Changelog

Sourced from actions/checkout's changelog.

v6.0.3

Commits

Updates golangci/golangci-lint-action from 9.2.0 to 9.2.1

Release notes

Sourced from golangci/golangci-lint-action's releases.

v9.2.1

What's Changed

IMPORTANT: this is the first immutable release.

Changes

Dependencies

Full Changelog: golangci/golangci-lint-action@v9.2.0...v9.2.1

Commits
  • 82606bf chore: prepare release v9.2.1
  • 97c8387 chore: improve workflows (#1394)
  • 28d0a19 build(deps): bump the dependencies group across 1 directory with 2 updates
  • 633fbc7 build(deps): bump github/codeql-action from 4.35.3 to 4.35.4 (#1391)
  • 59f43e2 build(deps): bump github/codeql-action from 4.35.2 to 4.35.3 (#1389)
  • 9eb174e build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 (#1386)
  • 4f52504 build(deps): bump github/codeql-action from 4 to 4.35.2 (#1384)
  • 6f87dfd docs: update examples
  • c9500d7 chore: improve workflows
  • 03b1faa chore: improve issue templates
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…tory with 2 updates

Bumps the actions-minor-and-patch group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).


Updates `actions/checkout` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6.0.2...v6.0.3)

Updates `golangci/golangci-lint-action` from 9.2.0 to 9.2.1
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v9.2.0...v9.2.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-minor-and-patch
- dependency-name: golangci/golangci-lint-action
  dependency-version: 9.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from FlavioCFOliveira as a code owner June 8, 2026 06:17
@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

Benchmark comparison

goos: linux
goarch: amd64
pkg: github.com/FlavioCFOliveira/MuxMaster
cpu: AMD EPYC 7763 64-Core Processor                
                           │  base.bench  │             head.bench             │
                           │    sec/op    │    sec/op     vs base              │
StaticRoute-4                34.97n ± ∞ ¹   35.04n ± ∞ ¹  +0.20% (p=0.048 n=5)
ParamRoute1-4                126.7n ± ∞ ¹   126.5n ± ∞ ¹       ~ (p=0.516 n=5)
ParamRoute2-4                146.5n ± ∞ ¹   145.7n ± ∞ ¹       ~ (p=0.460 n=5)
ParamRoute3-4                163.6n ± ∞ ¹   164.0n ± ∞ ¹       ~ (p=0.595 n=5)
WildcardRoute-4              126.0n ± ∞ ¹   126.4n ± ∞ ¹       ~ (p=1.000 n=5)
NotFound-4                   322.9n ± ∞ ¹   307.8n ± ∞ ¹  -4.68% (p=0.008 n=5)
ParallelStaticRoute-4        17.05n ± ∞ ¹   16.92n ± ∞ ¹       ~ (p=0.087 n=5)
ParallelParamRoute-4         141.8n ± ∞ ¹   142.5n ± ∞ ¹       ~ (p=0.286 n=5)
FastStaticRoute-4            34.94n ± ∞ ¹   34.94n ± ∞ ¹       ~ (p=1.000 n=5)
FastParamRoute1-4            62.88n ± ∞ ¹   62.81n ± ∞ ¹       ~ (p=0.421 n=5)
FastParamRoute2-4            83.25n ± ∞ ¹   83.21n ± ∞ ¹       ~ (p=0.421 n=5)
FastParamRoute3-4            94.48n ± ∞ ¹   94.42n ± ∞ ¹       ~ (p=0.841 n=5)
FastParallelParamRoute-4     33.55n ± ∞ ¹   33.19n ± ∞ ¹       ~ (p=0.056 n=5)
PooledParamRoute1-4          58.25n ± ∞ ¹   58.24n ± ∞ ¹       ~ (p=0.849 n=5)
PooledParamRoute2-4          73.64n ± ∞ ¹   73.52n ± ∞ ¹       ~ (p=0.222 n=5)
PooledParamRoute3-4          82.55n ± ∞ ¹   81.88n ± ∞ ¹       ~ (p=0.063 n=5)
PooledWildcardRoute-4        58.20n ± ∞ ¹   58.00n ± ∞ ¹       ~ (p=0.690 n=5)
PooledParallelParamRoute-4   28.58n ± ∞ ¹   28.45n ± ∞ ¹       ~ (p=0.143 n=5)
geomean                      73.12n         72.79n        -0.45%
¹ need >= 6 samples for confidence interval at level 0.95

                           │ base.bench  │             head.bench              │
                           │    B/op     │    B/op      vs base                │
StaticRoute-4                0.000 ± ∞ ¹   0.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
ParamRoute1-4                384.0 ± ∞ ¹   384.0 ± ∞ ¹       ~ (p=1.000 n=5) ²
ParamRoute2-4                416.0 ± ∞ ¹   416.0 ± ∞ ¹       ~ (p=1.000 n=5) ²
ParamRoute3-4                480.0 ± ∞ ¹   480.0 ± ∞ ¹       ~ (p=1.000 n=5) ²
WildcardRoute-4              384.0 ± ∞ ¹   384.0 ± ∞ ¹       ~ (p=1.000 n=5) ²
NotFound-4                   121.0 ± ∞ ¹   118.0 ± ∞ ¹  -2.48% (p=0.008 n=5)
ParallelStaticRoute-4        0.000 ± ∞ ¹   0.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
ParallelParamRoute-4         384.0 ± ∞ ¹   384.0 ± ∞ ¹       ~ (p=1.000 n=5) ²
FastStaticRoute-4            0.000 ± ∞ ¹   0.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
FastParamRoute1-4            32.00 ± ∞ ¹   32.00 ± ∞ ¹       ~ (p=1.000 n=5) ²
FastParamRoute2-4            64.00 ± ∞ ¹   64.00 ± ∞ ¹       ~ (p=1.000 n=5) ²
FastParamRoute3-4            96.00 ± ∞ ¹   96.00 ± ∞ ¹       ~ (p=1.000 n=5) ²
FastParallelParamRoute-4     32.00 ± ∞ ¹   32.00 ± ∞ ¹       ~ (p=1.000 n=5) ²
PooledParamRoute1-4          0.000 ± ∞ ¹   0.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
PooledParamRoute2-4          0.000 ± ∞ ¹   0.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
PooledParamRoute3-4          0.000 ± ∞ ¹   0.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
PooledWildcardRoute-4        0.000 ± ∞ ¹   0.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
PooledParallelParamRoute-4   0.000 ± ∞ ¹   0.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
geomean                                ³                -0.14%               ³
¹ need >= 6 samples for confidence interval at level 0.95
² all samples are equal
³ summaries must be >0 to compute geomean

                           │ base.bench  │             head.bench              │
                           │  allocs/op  │  allocs/op   vs base                │
StaticRoute-4                0.000 ± ∞ ¹   0.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
ParamRoute1-4                1.000 ± ∞ ¹   1.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
ParamRoute2-4                1.000 ± ∞ ¹   1.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
ParamRoute3-4                1.000 ± ∞ ¹   1.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
WildcardRoute-4              1.000 ± ∞ ¹   1.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
NotFound-4                   3.000 ± ∞ ¹   3.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
ParallelStaticRoute-4        0.000 ± ∞ ¹   0.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
ParallelParamRoute-4         1.000 ± ∞ ¹   1.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
FastStaticRoute-4            0.000 ± ∞ ¹   0.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
FastParamRoute1-4            1.000 ± ∞ ¹   1.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
FastParamRoute2-4            1.000 ± ∞ ¹   1.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
FastParamRoute3-4            1.000 ± ∞ ¹   1.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
FastParallelParamRoute-4     1.000 ± ∞ ¹   1.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
PooledParamRoute1-4          0.000 ± ∞ ¹   0.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
PooledParamRoute2-4          0.000 ± ∞ ¹   0.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
PooledParamRoute3-4          0.000 ± ∞ ¹   0.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
PooledWildcardRoute-4        0.000 ± ∞ ¹   0.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
PooledParallelParamRoute-4   0.000 ± ∞ ¹   0.000 ± ∞ ¹       ~ (p=1.000 n=5) ²
geomean                                ³                +0.00%               ³
¹ need >= 6 samples for confidence interval at level 0.95
² all samples are equal
³ summaries must be >0 to compute geomean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants