Bump the actions group with 3 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(about 1 month ago)
(about 1 month ago)
dependencies github_actions
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 theinit
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. #29353.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
- Remove support for combining SARIF files from a single upload for GHES 3.18, see the changelog post. #2959
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. Theactions
extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled theactions
language and you have pinned yourtools:
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 disableactions
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
andCODEQL_RAM
runner environment variables. If set, these environment variables override thethreads
andram
inputs respectively. #28913.28.17 - 02 May 2025
... (truncated)
Commits
4e828ff
Merge pull request #2989 from github/update-v3.29.4-37264dc0bb3114b8
Update changelog for v3.29.437264dc
Merge pull request #2988 from github/koesie10/disable-combine-single-file5a29823
Merge remote-tracking branch 'origin/main' into koesie10/disable-combine-sing...5a2327a
Merge pull request #2987 from github/mbg/combine-sarif-error287d421
Disable combining runs within a single file43afe6e
Treat processing error for multiple runs with the same category as configurat...8f2e636
Merge pull request #2981 from github/dependabot/npm_and_yarn/npm-fe13dfda4676bf77d
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
- fix relative paths starting with dots
@โeifinger
(#500)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
- interpret relative inputs as under working-directory
@โeifinger
(#498)๐งฐ Maintenance
- chore: update known versions for 0.8.1/0.8.2 @github-actions[bot] (#497)
- chore: update known versions for 0.8.0 @github-actions[bot] (#491)
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
1
3
+11
-11
Package Dependencies
github/codeql-action
actions
3.29.2 โ 3.29.4
Patch
zizmorcore/zizmor-action
actions
1c7106082dbc1753372e3924b7da1b9417011a21 โ 87e33752ad17c7c7fc16fe27c858900c59b18d77
Technical Details
ID: | 4239068 |
UUID: | 2701282842 |
Node ID: | PR_kwDOAAGmE86hAk4a |
Host: | GitHub |
Repository: | mongodb/mongo-python-driver |
Merge State: | Unknown |