Skip to content

Bump the dependencies group across 1 directory with 4 updates#152

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/dependencies-92106c8fc4
Closed

Bump the dependencies group across 1 directory with 4 updates#152
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/dependencies-92106c8fc4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps the dependencies group with 4 updates in the / directory: prefix-dev/setup-pixi, softprops/action-gh-release, ossf/scorecard-action and github/codeql-action.

Updates prefix-dev/setup-pixi from 0.8.8 to 0.8.10

Release notes

Sourced from prefix-dev/setup-pixi's releases.

v0.8.10

What's Changed

🐛 Bug fixes

Full Changelog: prefix-dev/setup-pixi@v0.8.9...v0.8.10

v0.8.9

What's Changed

🐛 Bug fixes

⬆️ Dependency updates

🤷🏻 Other changes

New Contributors

Full Changelog: prefix-dev/setup-pixi@v0.8.8...v0.8.9

Commits
  • 14c8aab fix: Forcefully remove empty parents directory on post-cleanup (#205)
  • 9735946 fix: Ignore errors in post-cleanup if files do not exist (#204)
  • 1d2add6 Bump the nodejs group across 1 directory with 8 updates (#203)
  • 64e585d Bump the gh-actions group with 2 updates (#199)
  • 22ee2b0 docs: Add security policy (#202)
  • See full diff in compare view

Updates softprops/action-gh-release from 2.2.2 to 2.3.2

Release notes

Sourced from softprops/action-gh-release's releases.

v2.3.2

  • fix: revert fs readableWebStream change

v2.3.1

What's Changed

Bug fixes 🐛

New Contributors

Full Changelog: softprops/action-gh-release@v2.3.0...v2.3.1

v2.3.0

  • Migrate from jest to vitest
  • Replace mime with mime-types
  • Bump to use node 24
  • Dependency updates

Full Changelog: softprops/action-gh-release@v2.2.2...v2.3.0

Changelog

Sourced from softprops/action-gh-release's changelog.

2.3.2

  • fix: revert fs readableWebStream change

2.3.1

Bug fixes 🐛

2.3.0

  • Migrate from jest to vitest
  • Replace mime with mime-types
  • Bump to use node 24
  • Dependency updates

2.2.2

What's Changed

Bug fixes 🐛

Other Changes 🔄

2.2.1

What's Changed

Bug fixes 🐛

Other Changes 🔄

2.2.0

What's Changed

Exciting New Features 🎉

... (truncated)

Commits

Updates ossf/scorecard-action from 2.4.1 to 2.4.2

Release notes

Sourced from ossf/scorecard-action's releases.

v2.4.2

What's Changed

This update bumps the Scorecard version to the v5.2.1 release. For a complete list of changes, please refer to the Scorecard v5.2.0 and v5.2.1 release notes.

Full Changelog: ossf/scorecard-action@v2.4.1...v2.4.2

Commits
  • 05b42c6 🌱 bump docker to ghcr v2.4.2 (#1548)
  • b225da6 Bump github.com/ossf/scorecard/v5 from v5.2.0 to v5.2.1 (#1550)
  • 9399f6f 🌱 Bump the docker-images group across 1 directory with 2 updates (#1...
  • e1daa8c 🌱 Bump the github-actions group across 1 directory with 5 updates (#...
  • 9fe6511 🌱 Bump golang.org/x/net from 0.39.0 to 0.40.0 (#1542)
  • 25b9cd9 🌱 Bump github.com/ossf/scorecard/v5 from v5.1.1 to v5.2.0 (#1547)
  • 18cc9b8 🌱 Bump golang.org/x/net from 0.38.0 to 0.39.0 (#1536)
  • db78142 🌱 Bump the github-actions group with 2 updates (#1538)
  • de386ed 🌱 Bump golang from 1.24.1 to 1.24.2 in the docker-images group (#1534)
  • 5b7cedb 🌱 Bump github.com/sigstore/cosign/v2 from 2.4.3 to 2.5.0 (#1537)
  • Additional commits viewable in compare view

Updates github/codeql-action from 97a2bfd2a3d26d458da69e548f7f859d6fca634d to dcc1a6637b570d406bec5125dce2e2157d914359

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

3.29.2 - 30 Jun 2025

  • Experimental: When the quality-queries input for the init action is provided with an argument, separate .quality.sarif files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. #2935

3.29.1 - 27 Jun 2025

  • Fix bug in PR analysis where user-provided include query filter fails to exclude non-included queries. #2938
  • Update default CodeQL bundle version to 2.22.1. #2950

3.29.0 - 11 Jun 2025

  • Update default CodeQL bundle version to 2.22.0. #2925
  • Bump minimum CodeQL bundle version to 2.16.6. #2912

3.28.19 - 03 Jun 2025

  • The CodeQL Action no longer includes its own copy of the extractor for the actions language, which is currently in public preview. The actions extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the actions language and you have pinned your tools: property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable actions analysis.
  • Update default CodeQL bundle version to 2.21.4. #2910

3.28.18 - 16 May 2025

  • Update default CodeQL bundle version to 2.21.3. #2893
  • Skip validating SARIF produced by CodeQL for improved performance. #2894
  • The number of threads and amount of RAM used by CodeQL can now be set via the CODEQL_THREADS and CODEQL_RAM runner environment variables. If set, these environment variables override the threads and ram inputs respectively. #2891

3.28.17 - 02 May 2025

  • Update default CodeQL bundle version to 2.21.2. #2872

3.28.16 - 23 Apr 2025

  • Update default CodeQL bundle version to 2.21.1. #2863

3.28.15 - 07 Apr 2025

  • Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #2842

3.28.14 - 07 Apr 2025

... (truncated)

Commits
  • dcc1a66 Merge pull request #2958 from github/mergeback/v3.29.2-to-main-181d5eef
  • 144d3b8 Update checked-in dependencies
  • 6881d2c Update changelog and version after v3.29.2
  • 181d5ee Merge pull request #2957 from github/update-v3.29.2-4c57370d0
  • c77386a Fix changelog PR number
  • 8d43d4e Update changelog for v3.29.2
  • 4c57370 Merge pull request #2935 from github/mbg/interpret-cq-results
  • 2830b75 Add changelog entry
  • aa72dda Merge branch 'main' into mbg/interpret-cq-results
  • 65d1e45 Rename SARIF_UPLOAD_ENDPOINT members
  • 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 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 <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

Bumps the dependencies group with 4 updates in the / directory: [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi), [softprops/action-gh-release](https://github.com/softprops/action-gh-release), [ossf/scorecard-action](https://github.com/ossf/scorecard-action) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `prefix-dev/setup-pixi` from 0.8.8 to 0.8.10
- [Release notes](https://github.com/prefix-dev/setup-pixi/releases)
- [Commits](prefix-dev/setup-pixi@19eac09...14c8aab)

Updates `softprops/action-gh-release` from 2.2.2 to 2.3.2
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@da05d55...72f2c25)

Updates `ossf/scorecard-action` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@f49aabe...05b42c6)

Updates `github/codeql-action` from 97a2bfd2a3d26d458da69e548f7f859d6fca634d to dcc1a6637b570d406bec5125dce2e2157d914359
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@97a2bfd...dcc1a66)

---
updated-dependencies:
- dependency-name: prefix-dev/setup-pixi
  dependency-version: 0.8.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: softprops/action-gh-release
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ossf/scorecard-action
  dependency-version: 2.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github/codeql-action
  dependency-version: dcc1a6637b570d406bec5125dce2e2157d914359
  dependency-type: direct:production
  dependency-group: dependencies
...

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 1, 2025
@dependabot dependabot bot requested a review from pavelzw as a code owner July 1, 2025 18:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 1, 2025
@github-actions
Copy link

github-actions bot commented Jul 1, 2025

(benchmark 16007608923 / attempt 1)
Base results / Our results / Change

Model Size Dump Time Load Time
sklearn rf 20M 23.4 MiB / 3.0 MiB / 7.67 x 0.02 s / 0.03 s / 2.17 x 0.02 s / 0.03 s / 1.49 x
sklearn rf 20M lzma 6.5 MiB / 2.0 MiB / 3.21 x 10.30 s / 0.94 s / 0.09 x 0.41 s / 0.15 s / 0.37 x
sklearn rf 200M 238.8 MiB / 30.8 MiB / 7.75 x 0.14 s / 0.23 s / 1.56 x 0.23 s / 0.37 s / 1.60 x
sklearn rf 200M lzma 48.8 MiB / 14.8 MiB / 3.29 x 75.58 s / 13.81 s / 0.18 x 3.20 s / 1.14 s / 0.36 x
sklearn rf 1G 1302.2 MiB / 168.0 MiB / 7.75 x 0.72 s / 1.09 s / 1.51 x 1.16 s / 1.87 s / 1.61 x
sklearn rf 1G lzma 262.4 MiB / 99.1 MiB / 2.65 x 390.89 s / 78.83 s / 0.20 x 16.26 s / 6.92 s / 0.43 x
sklearn gb 2M 2.5 MiB / 1.1 MiB / 2.16 x 0.02 s / 0.22 s / 8.99 x 0.03 s / 0.21 s / 7.40 x
sklearn gb 2M lzma 0.6 MiB / 0.2 MiB / 3.76 x 0.76 s / 0.37 s / 0.49 x 0.07 s / 0.23 s / 3.28 x
lgbm gbdt 2M 2.6 MiB / 1.0 MiB / 2.78 x 0.04 s / 0.18 s / 4.04 x 0.01 s / 0.11 s / 13.50 x
lgbm gbdt 2M lzma 0.9 MiB / 0.5 MiB / 1.90 x 0.88 s / 0.35 s / 0.40 x 0.06 s / 0.11 s / 2.00 x
lgbm gbdt 5M 5.3 MiB / 1.9 MiB / 2.81 x 0.11 s / 0.35 s / 3.24 x 0.02 s / 0.17 s / 10.53 x
lgbm gbdt 5M lzma 1.7 MiB / 0.8 MiB / 1.96 x 2.05 s / 0.72 s / 0.35 x 0.11 s / 0.22 s / 2.11 x
lgbm gbdt 20M 22.7 MiB / 7.6 MiB / 3.00 x 0.38 s / 1.45 s / 3.87 x 0.07 s / 0.77 s / 10.68 x
lgbm gbdt 20M lzma 6.3 MiB / 3.0 MiB / 2.09 x 11.73 s / 3.47 s / 0.30 x 0.41 s / 0.88 s / 2.14 x
lgbm gbdt 100M 101.1 MiB / 33.0 MiB / 3.06 x 1.71 s / 6.62 s / 3.86 x 0.36 s / 22.07 s / 60.52 x
lgbm gbdt 100M lzma 25.6 MiB / 10.6 MiB / 2.41 x 55.70 s / 16.44 s / 0.30 x 1.65 s / 3.73 s / 2.26 x
lgbm rf 10M 10.9 MiB / 3.2 MiB / 3.46 x 0.17 s / 0.42 s / 2.50 x 0.03 s / 0.27 s / 9.94 x
lgbm rf 10M lzma 0.7 MiB / 0.4 MiB / 1.86 x 1.24 s / 0.59 s / 0.48 x 0.08 s / 0.29 s / 3.59 x

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2025

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

@dependabot dependabot bot closed this Sep 2, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/dependencies-92106c8fc4 branch September 2, 2025 01:14
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants