Skip to content

chore: bump the action-dependencies-version group across 1 directory with 6 updates - #8974

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/action-dependencies-version-168ee212b6
Closed

chore: bump the action-dependencies-version group across 1 directory with 6 updates#8974
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/action-dependencies-version-168ee212b6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the action-dependencies-version group with 6 updates in the / directory:

Package From To
actions/checkout 7.0.0 7.0.1
github/codeql-action 4 4.37.3
coverallsapp/github-action 2.3.7 2.3.8
release-drafter/release-drafter/autolabeler 7.5.1 7.6.0
release-drafter/release-drafter 7.5.1 7.6.0
actions/stale 10 11

Updates actions/checkout from 7.0.0 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

Full Changelog: actions/checkout@v7...v7.0.1

Commits

Updates github/codeql-action from 4 to 4.37.3

Release notes

Sourced from github/codeql-action's releases.

v4.37.3

No user facing changes.

v4.37.2

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007

v4.37.1

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

v4.37.0

  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973

v4.36.3

No user facing changes.

v4.36.2

  • Cache CodeQL CLI version information across Actions steps. #3943
  • Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937
  • Update default CodeQL bundle version to 2.25.6. #3948

v4.36.1

No user facing changes.

v4.36.0

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
  • Add support for SHA-256 Git object IDs. #3893
  • Update default CodeQL bundle version to 2.25.5. #3926

v4.35.5

  • We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899
  • For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791
  • If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #3892
  • Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880

v4.35.4

  • Update default CodeQL bundle version to 2.25.4. #3881

v4.35.3

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #3837
  • Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #3850
  • Best-effort connection tests for private registries now use GET requests instead of HEAD for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #3853
  • Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #3852
  • Update default CodeQL bundle version to 2.25.3. #3865

v4.35.2

  • The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the trap-caching: false input to the init Action. #3795
  • The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #3789

... (truncated)

Changelog

Sourced from github/codeql-action's changelog.

4.37.3 - 22 Jul 2026

No user facing changes.

4.37.2 - 21 Jul 2026

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973

4.36.3 - 01 Jul 2026

No user facing changes.

Commits
  • e4fba86 Merge pull request #4031 from github/update-v4.37.3-72f6a9da0
  • fb50ab5 Update changelog for v4.37.3
  • 72f6a9d Merge pull request #4030 from github/mbg/fix/no-proxy
  • 3b5ee58 Use default request options instead of undefined
  • bfb6be4 Merge pull request #4028 from github/mergeback/v4.37.2-to-main-e0647621
  • 526ab84 Rebuild
  • d6217b9 Update changelog and version after v4.37.2
  • e064762 Merge pull request #4027 from github/update-v4.37.2-385bcdc5a
  • e0faed8 Add a couple of change notes
  • 73aad0e Update changelog for v4.37.2
  • Additional commits viewable in compare view

Updates coverallsapp/github-action from 2.3.7 to 2.3.8

Release notes

Sourced from coverallsapp/github-action's releases.

v2.3.8

What's Changed

New Contributors

Full Changelog: coverallsapp/github-action@v2...v2.3.8

Commits
  • 8d6379e Fix macOS install for Homebrew 6.0.0 tap trust requirement (#265)
  • 0a51d2e Spelling (#258)
  • dc7137b README.md: Update GitHub Actions (#259)
  • ba6dae8 Revise README for clarity on integrations and support
  • a5a505e Update README with new sections and information
  • See full diff in compare view

Updates release-drafter/release-drafter/autolabeler from 7.5.1 to 7.6.0

Release notes

Sourced from release-drafter/release-drafter/autolabeler's releases.

v7.6.0

What's Changed

New

Bug Fixes

Maintenance

Dependency Updates

New Contributors

Full Changelog: release-drafter/release-drafter@v7.5.1...v7.6.0

Commits
  • eada3c9 chore: release v7.6.0
  • 4621843 migrate biome config
  • e9aeda7 chore(deps): update dependency typescript to 7.0.2 (#1667)
  • c943e7c fix(deps): update dependency graphql to 16.14.2 (#1657)
  • b9af925 fix(deps): update dependency yaml to 2.9.0 (#1666)
  • f4aa158 ci(deps): update github/codeql-action digest to 7188fc3 (#1654)
  • 9397385 ci(deps): update actions/stale digest to 1e223db (#1653)
  • 5dd9f21 chore(deps): update dependency @​types/node to 24.13.3 (#1661)
  • 903a9a1 chore(deps): update vitest to 4.1.10 (#1656)
  • 2796d1b fix(deps): update dependency semver to 7.8.5 (#1659)
  • Additional commits viewable in compare view

Updates release-drafter/release-drafter from 7.5.1 to 7.6.0

Release notes

Sourced from release-drafter/release-drafter's releases.

v7.6.0

What's Changed

New

Bug Fixes

Maintenance

Dependency Updates

New Contributors

Full Changelog: release-drafter/release-drafter@v7.5.1...v7.6.0

Commits
  • eada3c9 chore: release v7.6.0
  • 4621843 migrate biome config
  • e9aeda7 chore(deps): update dependency typescript to 7.0.2 (#1667)
  • c943e7c fix(deps): update dependency graphql to 16.14.2 (#1657)
  • b9af925 fix(deps): update dependency yaml to 2.9.0 (#1666)
  • f4aa158 ci(deps): update github/codeql-action digest to 7188fc3 (#1654)
  • 9397385 ci(deps): update actions/stale digest to 1e223db (#1653)
  • 5dd9f21 chore(deps): update dependency @​types/node to 24.13.3 (#1661)
  • 903a9a1 chore(deps): update vitest to 4.1.10 (#1656)
  • 2796d1b fix(deps): update dependency semver to 7.8.5 (#1659)
  • Additional commits viewable in compare view

Updates actions/stale from 10 to 11

Release notes

Sourced from actions/stale's releases.

v11.0.0

What's Changed

Enhancement

Dependency Update

Full Changelog: actions/stale@v10...v11.0.0

v10.4.0

What's Changed

Bug Fix

Dependency Updates

New Contributors

Full Changelog: actions/stale@v10.3.0...v10.4.0

v10.3.0

What's Changed

Bug Fix

Dependency Updates

New Contributors

Full Changelog: actions/stale@v10...v10.3.0

v10.2.0

What's Changed

Bug Fix

Dependency Updates

New Contributors

Full Changelog: actions/stale@v10...v10.2.0

... (truncated)

Changelog

Sourced from actions/stale's changelog.

Changelog

[10.1.0]

What's Changed

[10.0.0]

What's Changed

Breaking Changes

Enhancement

Dependency Upgrades

Documentation changes

[9.1.0]

What's Changed

[9.0.0]

Breaking Changes

  1. Action is now stateful: If the action ends because of operations-per-run then the next run will start from the first unprocessed issue skipping the issues processed during the previous run(s). The state is reset when all the issues are processed. This should be considered for scheduling workflow runs.
  2. Version 9 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20.

... (truncated)

Commits
  • 4391f3d Fix 24 high severity vulnerabilities by overriding brace-expansion to 5.0.8 (...
  • eaf9131 refactor: update imports to use ES module syntax and improve test structure (...
  • See full diff 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

…with 6 updates

Bumps the action-dependencies-version group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |
| [github/codeql-action](https://github.com/github/codeql-action) | `4` | `4.37.3` |
| [coverallsapp/github-action](https://github.com/coverallsapp/github-action) | `2.3.7` | `2.3.8` |
| [release-drafter/release-drafter/autolabeler](https://github.com/release-drafter/release-drafter) | `7.5.1` | `7.6.0` |
| [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) | `7.5.1` | `7.6.0` |
| [actions/stale](https://github.com/actions/stale) | `10` | `11` |



Updates `actions/checkout` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v7...v7.0.1)

Updates `github/codeql-action` from 4 to 4.37.3
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v4...v4.37.3)

Updates `coverallsapp/github-action` from 2.3.7 to 2.3.8
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](coverallsapp/github-action@5cbfd81...8d6379e)

Updates `release-drafter/release-drafter/autolabeler` from 7.5.1 to 7.6.0
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@4d75298...eada3c9)

Updates `release-drafter/release-drafter` from 7.5.1 to 7.6.0
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@4d75298...eada3c9)

Updates `actions/stale` from 10 to 11
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v10...v11)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: action-dependencies-version
- dependency-name: github/codeql-action
  dependency-version: 4.37.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-dependencies-version
- dependency-name: coverallsapp/github-action
  dependency-version: 2.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: action-dependencies-version
- dependency-name: release-drafter/release-drafter/autolabeler
  dependency-version: 7.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-dependencies-version
- dependency-name: release-drafter/release-drafter
  dependency-version: 7.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-dependencies-version
- dependency-name: actions/stale
  dependency-version: '11'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: action-dependencies-version
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Jul 30, 2026
@github-actions github-actions Bot added the chore label Jul 30, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Performance Report

Daily Performance
xychart-beta
    title Files Per Second by Day
    y-axis Files per Second
    x-axis Date [Jul-5, Jul-13, Jul-30]
    bar [186.85, 192.31, 188.34]
    line [19.46, 17.82, 22.15]
    line [102.97, 94.47, 95.01]
    line [121.46, 97.93, 101.63]
    line [92.06, 82.41, 108.59]
    line [249.74, 302.24, 263.00]
    line [37.33, 48.47, 38.14]
    line [233.42, 277.07, 303.64]
    line [6.57, 6.29, 7.05]
    line [209.98, 208.19, 208.79]
    line [247.09, 238.39, 252.16]
    line [249.94, 209.39, 203.72]
    line [118.72, 158.48, 128.16]
    line [210.72, 204.20, 209.81]
    line [147.25, 153.81, 150.81]
    line [127.24, 120.84, 126.05]
    line [23.61, 23.34, 22.42]
    line [25.58, 25.88, 22.67]
    line [147.06, 146.76, 152.42]
    line [14.44, 17.18, 14.57]
    line [192.47, 201.45, 196.25]
    line [166.99, 176.39, 179.59]
    line [104.04, 96.02, 81.61]
    line [410.40, 374.43, 368.21]
    line [75.44, 76.00, 78.88]
    line [225.39, 298.01, 222.58]
    line [144.57, 148.29, 143.82]
    line [163.07, 221.06, 173.06]
    line [220.82, 259.46, 207.29]
    line [130.91, 129.95, 128.78]
    line [50.17, 50.42, 50.12]
    line [340.70, 330.04, 423.05]
    line [55.28, 68.71, 51.04]
    line [169.94, 169.41, 172.51]
    line [94.49, 126.09, 97.67]
    line [150.47, 155.87, 156.83]
    line [93.33, 116.87, 93.36]
    line [177.29, 174.01, 189.33]
    line [243.88, 243.47, 240.37]
    line [26.00, 18.90, 22.11]
    line [251.57, 250.26, 234.85]
    line [68.91, 64.41, 70.08]
    line [401.72, 395.07, 399.22]
    line [266.02, 266.63, 250.81]
    line [124.96, 119.39, 121.38]
    line [320.66, 328.06, 211.07]
    line [101.09, 107.84, 102.10]
    line [47.14, 43.65, 46.64]
    line [33.94, 33.78, 38.07]
    line [209.38, 218.96, 206.66]
    line [191.84, 169.05, 192.57]
Loading
Time to Process Files
Repository Elapsed Min/Avg/Max SD SD Graph
AdaDoom3/AdaDoom3 2.70 2.1 / 2.6 / 2.8 0.28 ┣━━┻━━╋●━┻━━┫
alexiosc/megistos 5.37 5.3 / 6.6 / 7.1 0.74 ┣●━━┻━━╋━━┻━━━┫
apollographql/apollo-server 2.52 1.5 / 2.3 / 2.6 0.45 ┣━━┻━━╋●━┻━━┫
aspnetboilerplate/aspnetboilerplate 8.70 7.6 / 8.8 / 9.3 0.71 ┣━━━┻━━●━━┻━━━┫
aws-amplify/docs 9.76 10.7 / 12.2 / 13.3 0.94 ● ┣━━┻━━━╋━━━┻━━┫
Azure/azure-rest-api-specs 10.08 9.9 / 10.2 / 10.4 0.25 ┣━━━┻━●╋━━┻━━━┫
bitjson/typescript-starter 0.90 0.9 / 1.1 / 1.3 0.16 ┣━━●━━╋━━┻━━┫
caddyserver/caddy 3.39 2.7 / 3.2 / 3.4 0.32 ┣━━┻━━╋━●┻━━┫
canada-ca/open-source-logiciel-libre 0.99 1.0 / 1.1 / 1.1 0.03 ● ┣━┻━━╋━━┻━┫
chef/chef 4.95 4.9 / 4.9 / 5.0 0.02 ┣━━┻━━╋━━┻●━┫
dart-lang/sdk 59.10 57.0 / 59.1 / 63.1 2.33 ┣━━━┻━━━●━━━┻━━━┫
django/django 14.38 8.6 / 12.8 / 14.6 2.42 ┣━━━┻━━━╋━━●┻━━━┫
eslint/eslint 9.91 9.6 / 10.0 / 10.2 0.22 ┣━━━┻━●╋━━┻━━━┫
exonum/exonum 3.29 2.7 / 3.3 / 3.7 0.39 ┣━━┻━━●━━┻━━┫
flutter/samples 11.25 11.0 / 11.4 / 11.6 0.22 ┣━━━┻●━╋━━┻━━━┫
gitbucket/gitbucket 3.31 3.2 / 3.3 / 3.5 0.08 ┣━━┻━━●━━┻━━┫
googleapis/google-cloud-cpp 122.59 124.3 / 125.5 / 126.1 0.72 ● ┣━┻━━╋━━┻━┫
graphql/express-graphql 1.16 1.1 / 1.1 / 1.2 0.03 ┣━┻━━╋━━┻●┫
graphql/graphql-js 3.61 3.6 / 3.7 / 3.9 0.10 ┣━●┻━━╋━━┻━━┫
graphql/graphql-relay-js 1.24 1.1 / 1.1 / 1.1 0.02 ┣━┻╋┻━┫ ●
graphql/graphql-spec 1.30 1.1 / 1.3 / 1.3 0.10 ┣━━┻━━╋●━┻━━┫
iluwatar/java-design-patterns 11.63 11.8 / 12.3 / 12.6 0.30 ●┣━━━┻━━╋━━┻━━━┫
ktaranov/sqlserver-kit 6.00 3.5 / 5.0 / 5.8 0.88 ┣━━━┻━━╋━━┻●━━┫
liriliri/licia 3.91 3.0 / 3.6 / 3.8 0.35 ┣━━┻━━╋━━●━━┫
MartinThoma/LaTeX-examples 6.33 4.7 / 5.9 / 6.4 0.68 ┣━━━┻━━╋━●┻━━━┫
mdx-js/mdx 1.76 1.8 / 1.8 / 1.9 0.03 ● ┣━━┻━━╋━━┻━━┫
microsoft/TypeScript-Website 5.32 5.2 / 5.3 / 5.5 0.13 ┣━━┻━━╋●━┻━━┫
MicrosoftDocs/PowerShell-Docs 24.27 23.5 / 23.9 / 24.6 0.41 ┣━━┻━━━╋━━●┻━━┫
neovim/nvim-lspconfig 5.01 3.9 / 4.9 / 5.5 0.61 ┣━━━┻━━●━━┻━━━┫
pagekit/pagekit 3.57 2.9 / 3.2 / 3.4 0.22 ┣━━┻━━╋━━┻━●┫
php/php-src 24.39 18.3 / 22.9 / 24.8 2.69 ┣━━━┻━━━╋━●━┻━━━┫
plasticrake/tplink-smarthome-api 1.24 1.0 / 1.3 / 1.5 0.15 ┣━━┻━━●━━┻━━┫
prettier/prettier 6.29 7.4 / 7.8 / 8.1 0.24 ● ┣┻━╋━┻┫
pycontribs/jira 1.57 1.2 / 1.4 / 1.6 0.15 ┣━━┻━━╋━━┻●━┫
RustPython/RustPython 9.18 7.1 / 8.4 / 8.9 0.78 ┣━━━┻━━╋━━┻●━━┫
shoelace-style/shoelace 2.81 2.8 / 2.9 / 3.0 0.05 ┣●━┻━━╋━━┻━━┫
slint-ui/slint 14.92 13.8 / 14.0 / 14.2 0.15 ┣┻━╋━┻┫ ●
SoftwareBrothers/admin-bro 2.33 2.4 / 2.5 / 2.7 0.10 ┣●━┻━━╋━━┻━━┫
sveltejs/svelte 22.38 21.7 / 22.3 / 22.5 0.31 ┣━━┻━━━╋●━━┻━━┫
TheAlgorithms/Python 6.01 5.4 / 5.6 / 5.8 0.16 ┣━━┻━━╋━━┻━━┫ ●
twbs/bootstrap 1.68 1.7 / 1.7 / 1.8 0.05 ┣━━●━━╋━━┻━━┫
typescript-cheatsheets/react 1.09 0.7 / 1.0 / 1.3 0.22 ┣━━┻━━╋●━┻━━┫
typescript-eslint/typescript-eslint 4.10 3.9 / 4.1 / 4.3 0.16 ┣━━┻━━●━━┻━━┫
vitest-dev/vitest 10.94 10.1 / 10.3 / 10.5 0.17 ┣━┻━━╋━━┻━┫ ●
w3c/aria-practices 3.44 3.2 / 3.4 / 3.5 0.14 ┣━━┻━━╋●━┻━━┫
w3c/specberus 1.86 1.8 / 1.9 / 2.1 0.13 ┣━━┻━●╋━━┻━━┫
webdeveric/webpack-assets-manifest 1.18 1.1 / 1.2 / 1.3 0.04 ┣━┻━●╋━━┻━┫
webpack/webpack 6.22 5.6 / 5.8 / 6.1 0.15 ┣━━┻━━╋━━┻━━┫ ●
wireapp/wire-desktop 1.34 1.3 / 1.3 / 1.4 0.05 ┣━━┻━━╋━●┻━━┫
wireapp/wire-webapp 12.82 11.9 / 12.6 / 13.9 0.74 ┣━━┻━━━╋●━━┻━━┫

Note:

  • Elapsed time is in seconds.
Files per Second over Time
Repository Files Sec Fps Rel Trend Fps N
AdaDoom3/AdaDoom3 103 2.70 38.14 -4.94% ▃▃▂█▃ 4
alexiosc/megistos 583 5.37 108.59 21.13% █▂▃▂█ 4
apollographql/apollo-server 256 2.52 101.63 -12.07% █▁▂▂▂ 4
aspnetboilerplate/aspnetboilerplate 2288 8.70 263.00 0.05% ▃▃▄█▄ 4
aws-amplify/docs 2965 9.76 303.64 24.28% ▂▃▃▆█ 4
Azure/azure-rest-api-specs 2543 10.08 252.16 2.96% ██▆▅█ 4
bitjson/typescript-starter 20 0.90 22.15 16.27% █▅▂▄▇ 4
caddyserver/caddy 322 3.39 95.01 -5.79% ▂▃█▃▃ 4
canada-ca/open-source-logiciel-libre 7 0.99 7.05 8.44% ▆▅▆▄█ 4
chef/chef 1034 4.95 208.79 -0.36% ███▇█ 4
dart-lang/sdk 11599 59.10 196.25 0.79% ▄▇▇█▇ 4
django/django 2930 14.38 203.72 -15.05% ▂▁█▂▂ 4
eslint/eslint 2080 9.91 209.81 0.34% █▇▆▅▇ 4
exonum/exonum 421 3.29 128.16 -0.39% ▃▂▃█▄ 4
flutter/samples 1696 11.25 150.81 1.29% ▆▆▆█▇ 4
gitbucket/gitbucket 417 3.31 126.05 0.33% ▇██▅▇ 4
googleapis/google-cloud-cpp 21148 122.59 172.51 1.59% ▇█▇▇█ 4
graphql/express-graphql 26 1.16 22.42 -4.76% ▇▅█▆▄ 4
graphql/graphql-js 551 3.61 152.42 3.70% ▇▅█▆█ 4
graphql/graphql-relay-js 28 1.24 22.67 -11.62% █▆██▁ 4
graphql/graphql-spec 19 1.30 14.57 -3.69% ▃▄▃█▄ 4
iluwatar/java-design-patterns 2089 11.63 179.59 6.06% ▅▅▅▇█ 4
ktaranov/sqlserver-kit 490 6.00 81.61 -20.01% ▂█▂▃▁ 4
liriliri/licia 1438 3.91 368.21 -8.27% █▃▃▃▂ 4
MartinThoma/LaTeX-examples 1409 6.33 222.58 -8.61% ▂▃▂█▂ 4
mdx-js/mdx 139 1.76 78.88 4.36% ▅▆▇▆█ 4
microsoft/TypeScript-Website 765 5.32 143.82 -1.16% ▅▇██▇ 4
MicrosoftDocs/PowerShell-Docs 3126 24.27 128.78 -1.44% ██▆▇▆ 4
neovim/nvim-lspconfig 867 5.01 173.06 -2.54% ▃▂▃█▃ 4
pagekit/pagekit 741 3.57 207.29 -10.06% ▃▄▃█▂ 4
php/php-src 2382 24.39 97.67 -4.61% ▃▂▂█▃ 4
plasticrake/tplink-smarthome-api 62 1.24 50.12 -0.23% ▂█▄▅▅ 4
prettier/prettier 2661 6.29 423.05 25.15% ▃▄▂▃█ 4
pycontribs/jira 80 1.57 51.04 -12.95% ▄▂▄█▂ 4
RustPython/RustPython 857 9.18 93.36 -5.91% ▃▃▃█▃ 4
shoelace-style/shoelace 440 2.81 156.83 3.30% ▆▅▆██ 4
slint-ui/slint 3586 14.92 240.37 -1.40% ██▆▇▇ 4
SoftwareBrothers/admin-bro 441 2.33 189.33 7.29% █▆▄▅█ 4
sveltejs/svelte 8935 22.38 399.22 -0.21% █▇▆▆▇ 4
TheAlgorithms/Python 1411 6.01 234.85 -6.53% █▅▆▆▃ 4
twbs/bootstrap 118 1.68 70.08 3.38% █▇▇▅█ 4
typescript-cheatsheets/react 24 1.09 22.11 -8.74% ▂▂█▁▃ 4
typescript-eslint/typescript-eslint 865 4.10 211.07 -34.55% ▅█▄▇ 4
vitest-dev/vitest 2744 10.94 250.81 -5.77% ▆▇█▇▄ 4
w3c/aria-practices 417 3.44 121.38 -1.77% █▄█▅▆ 4
w3c/specberus 190 1.86 102.10 -0.66% █▇▃█▆ 4
webdeveric/webpack-assets-manifest 55 1.18 46.64 0.80% ▇▇█▄▇ 4
webpack/webpack 1285 6.22 206.66 -2.42% ▇▇▅█▅ 4
wireapp/wire-desktop 51 1.34 38.07 12.30% ▆▅▃▅█ 4
wireapp/wire-webapp 2469 12.82 192.57 3.45% ██▆▃█ 4
Data Throughput
Repository Files Sec Kps Rel Trend Kps N
AdaDoom3/AdaDoom3 103 2.70 810.48 -4.94% ▃▃▂█▃ 4
alexiosc/megistos 583 5.37 853.28 21.13% █▂▃▂█ 4
apollographql/apollo-server 256 2.52 836.87 -12.37% █▁▂▂▂ 4
aspnetboilerplate/aspnetboilerplate 2288 8.70 643.14 0.09% ▃▃▄█▄ 4
aws-amplify/docs 2965 9.76 1099.16 24.41% ▂▃▃▆█ 4
Azure/azure-rest-api-specs 2543 10.08 767.20 2.43% ██▆▅█ 4
bitjson/typescript-starter 20 0.90 88.61 16.27% █▅▂▄▇ 4
caddyserver/caddy 322 3.39 865.44 -5.27% ▂▃█▃▃ 4
canada-ca/open-source-logiciel-libre 7 0.99 58.41 8.44% ▆▅▆▄█ 4
chef/chef 1034 4.95 1025.17 -0.33% ███▇█ 4
dart-lang/sdk 11599 59.10 1351.70 1.66% ▄▇▇█▇ 4
django/django 2930 14.38 1309.41 -14.95% ▂▁█▂▂ 4
eslint/eslint 2080 9.91 1471.29 0.94% █▇▆▅▇ 4
exonum/exonum 421 3.29 1225.85 -0.39% ▃▂▃█▄ 4
flutter/samples 1696 11.25 902.37 1.29% ▆▆▆█▇ 4
gitbucket/gitbucket 417 3.31 602.77 0.43% ▇██▅▇ 4
googleapis/google-cloud-cpp 21148 122.59 1499.65 2.08% ▇▇▇▇█ 4
graphql/express-graphql 26 1.16 102.63 -4.76% ▇▅█▆▄ 4
graphql/graphql-js 551 3.61 1135.84 3.87% ▇▅█▆█ 4
graphql/graphql-relay-js 28 1.24 89.07 -11.62% █▆██▁ 4
graphql/graphql-spec 19 1.30 487.65 -3.69% ▃▄▃█▄ 4
iluwatar/java-design-patterns 2089 11.63 553.48 6.07% ▅▅▅▇█ 4
ktaranov/sqlserver-kit 490 6.00 1236.36 -20.01% ▂█▂▃▁ 4
liriliri/licia 1438 3.91 439.39 -8.27% █▃▃▃▂ 4
MartinThoma/LaTeX-examples 1409 6.33 459.69 -8.61% ▂▃▂█▂ 4
mdx-js/mdx 139 1.76 371.68 5.33% ▅▆▇▆█ 4
microsoft/TypeScript-Website 765 5.32 991.50 -1.16% ▅▇██▇ 4
MicrosoftDocs/PowerShell-Docs 3126 24.27 1374.23 -1.36% ██▆▇▆ 4
neovim/nvim-lspconfig 867 5.01 508.41 -2.22% ▃▂▃█▄ 4
pagekit/pagekit 741 3.57 432.21 -10.06% ▃▄▃█▂ 4
php/php-src 2382 24.39 1726.80 -3.96% ▃▂▂█▃ 4
plasticrake/tplink-smarthome-api 62 1.24 270.83 -0.23% ▂█▄▅▅ 4
prettier/prettier 2661 6.29 601.12 25.00% ▃▄▂▃█ 4
pycontribs/jira 80 1.57 360.50 -12.95% ▄▂▄█▂ 4
RustPython/RustPython 857 9.18 2045.38 -7.45% ▃▃▃█▂ 4
shoelace-style/shoelace 440 2.81 757.42 3.30% ▆▅▆██ 4
slint-ui/slint 3586 14.92 1279.05 -0.27% ██▆▇▇ 4
SoftwareBrothers/admin-bro 441 2.33 417.30 7.29% █▆▄▅█ 4
sveltejs/svelte 8935 22.38 273.85 0.07% █▇▆▆▇ 4
TheAlgorithms/Python 1411 6.01 600.35 -6.53% █▅▆▆▃ 4
twbs/bootstrap 118 1.68 574.87 3.38% █▇▇▅█ 4
typescript-cheatsheets/react 24 1.09 199.88 -8.74% ▂▂█▁▃ 4
typescript-eslint/typescript-eslint 865 4.10 709.11 -59.86% ▅█▄▇ 4
vitest-dev/vitest 2744 10.94 705.54 -5.85% ▆▇█▇▄ 4
w3c/aria-practices 417 3.44 1141.64 -1.74% █▄█▅▆ 4
w3c/specberus 190 1.86 333.69 -0.41% █▇▃█▆ 4
webdeveric/webpack-assets-manifest 55 1.18 107.69 1.60% ▇▇█▄▇ 4
webpack/webpack 1285 6.22 1212.94 6.30% ▆▆▄▇█ 4
wireapp/wire-desktop 51 1.34 161.26 5.70% ▇▇▄▆█ 4
wireapp/wire-webapp 2469 12.82 807.71 4.80% ██▆▃█ 4

@dependabot @github

dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 4, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/action-dependencies-version-168ee212b6 branch August 4, 2026 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants