An open index of dependabot pull requests across open source projects.

Bump the actions group with 3 updates

Open
Number: #2446
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: July 28, 2025 at 03:52 PM UTC
(about 1 month ago)
Updated: July 28, 2025 at 04:31 PM UTC
(about 1 month ago)
Labels:
dependencies github_actions
Description:

Bumps the actions group with 3 updates: github/codeql-action, astral-sh/setup-uv and zizmorcore/zizmor-action.

Updates github/codeql-action from 3.29.2 to 3.29.4

Release notes

Sourced from github/codeql-action's releases.

v3.29.4

CodeQL Action Changelog

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

3.29.4 - 23 Jul 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.29.3

CodeQL Action Changelog

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

3.29.3 - 21 Jul 2025

No user facing changes.

See the full CHANGELOG.md for more information.

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.4 - 23 Jul 2025

No user facing changes.

3.29.3 - 21 Jul 2025

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.20 - 21 July 2025

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

... (truncated)

Commits
  • 4e828ff Merge pull request #2989 from github/update-v3.29.4-37264dc0b
  • b3114b8 Update changelog for v3.29.4
  • 37264dc Merge pull request #2988 from github/koesie10/disable-combine-single-file
  • 5a29823 Merge remote-tracking branch 'origin/main' into koesie10/disable-combine-sing...
  • 5a2327a Merge pull request #2987 from github/mbg/combine-sarif-error
  • 287d421 Disable combining runs within a single file
  • 43afe6e Treat processing error for multiple runs with the same category as configurat...
  • 8f2e636 Merge pull request #2981 from github/dependabot/npm_and_yarn/npm-fe13dfda46
  • 76bf77d Merge pull request #2980 from github/dependabot/github_actions/actions-504b6c...
  • 9e7d13d Merge pull request #2983 from github/koesie10/update-changelog-link
  • Additional commits viewable in compare view

Updates astral-sh/setup-uv from 6.4.1 to 6.4.3

Release notes

Sourced from astral-sh/setup-uv's releases.

v6.4.3 ๐ŸŒˆ fix relative paths starting with dots

๐Ÿ› Bug fixes

v6.4.2 ๐ŸŒˆ Interpret relative inputs as under working-directory

Changes

This release will interpret relative paths in inputs as relative to the value of working-directory (default is ${{ github.workspace }}) . This means the following configuration

- uses: astral-sh/setup-uv@v6
   with:
     working-directory: /my/path
     cache-dependency-glob: uv.lock

will look for the cache-dependency-glob under /my/path/uv.lock

๐Ÿ› Bug fixes

๐Ÿงฐ Maintenance

Commits

Updates zizmorcore/zizmor-action from 1c7106082dbc1753372e3924b7da1b9417011a21 to 87e33752ad17c7c7fc16fe27c858900c59b18d77

Commits
  • 87e3375 chore(deps): bump github/codeql-action in the github-actions group (#26)
  • 0f0557a chore(deps): bump github/codeql-action in the github-actions group (#25)
  • 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 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
Pull Request Statistics
Commits:
1
Files Changed:
3
Additions:
+11
Deletions:
-11
Package Dependencies
Ecosystem:
actions
Version Change:
3.29.2 โ†’ 3.29.4
Update Type:
Patch
Ecosystem:
actions
Version Change:
6.4.1 โ†’ 6.4.3
Update Type:
Patch
Ecosystem:
actions
Version Change:
1c7106082dbc1753372e3924b7da1b9417011a21 โ†’ 87e33752ad17c7c7fc16fe27c858900c59b18d77
Technical Details
ID: 4239068
UUID: 2701282842
Node ID: PR_kwDOAAGmE86hAk4a
Host: GitHub
Repository: mongodb/mongo-python-driver
Merge State: Unknown