Bump the actions group with 5 updates
Type: Pull Request
State: Open
Association: None
Comments: 0
(11 months ago)
(11 months ago)
dependencies github_actions
Bumps the actions group with 5 updates:
| Package | From | To |
|---|---|---|
| github/codeql-action | 3.28.1 |
3.29.3 |
| actions/setup-python | 5.3.0 |
5.6.0 |
| reviewdog/action-setup | 1.3.0 |
1.3.2 |
| reviewdog/action-ansiblelint | 1.16.0 |
1.17.0 |
| reviewdog/action-yamllint | 1.20.0 |
1.21.0 |
Updates github/codeql-action from 3.28.1 to 3.29.3
Release notes
Sourced from github/codeql-action's releases.
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.
v3.29.2
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.2 - 30 Jun 2025
- Experimental: When the
quality-queriesinput for theinitaction is provided with an argument, separate.quality.sariffiles 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. #2935See the full CHANGELOG.md for more information.
v3.29.1
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.1 - 27 Jun 2025
- Fix bug in PR analysis where user-provided
includequery filter fails to exclude non-included queries. #2938- Update default CodeQL bundle version to 2.22.1. #2950
See the full CHANGELOG.md for more information.
v3.29.0
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
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
See the full CHANGELOG.md for more information.
v3.28.20
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
... (truncated)
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.3 - 21 Jul 2025
No user facing changes.
3.29.2 - 30 Jun 2025
- Experimental: When the
quality-queriesinput for theinitaction is provided with an argument, separate.quality.sariffiles 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
includequery 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
actionslanguage, which is currently in public preview. Theactionsextractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled theactionslanguage 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 disableactionsanalysis.- 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_THREADSandCODEQL_RAMrunner environment variables. If set, these environment variables override thethreadsandraminputs respectively. #28913.28.17 - 02 May 2025
- Update default CodeQL bundle version to 2.21.2. #2872
3.28.16 - 23 Apr 2025
... (truncated)
Commits
d6bbdefMerge pull request #2977 from github/update-v3.29.3-7710ed11e210cc9bUpdate changelog for v3.29.37710ed1Merge pull request #2970 from github/cklin/diff-informed-feature-enable6a49a8cbuild: refresh js files3aef410Add diff-informed-analysis-utils.test.ts614b64cDiff-informed analysis: disable for GHES below 3.19aefb854Feature.DiffInformedQueries: default to true03a2a17Merge pull request #2967 from github/cklin/overlay-feature-flags07455edMerge pull request #2972 from github/koesie10/ghes-satisfies3fb562dbuild: refresh js files- Additional commits viewable in compare view
Updates actions/setup-python from 5.3.0 to 5.6.0
Release notes
Sourced from actions/setup-python's releases.
v5.6.0
What's Changed
- Workflow updates related to Ubuntu 20.04 by
@aparnajyothi-yin actions/setup-python#1065- Fix for Candidate Not Iterable Error by
@aparnajyothi-yin actions/setup-python#1082- Upgrade semver and
@types/semverby@dependabotin actions/setup-python#1091- Upgrade prettier from 2.8.8 to 3.5.3 by
@dependabotin actions/setup-python#1046- Upgrade ts-jest from 29.1.2 to 29.3.2 by
@dependabotin actions/setup-python#1081Full Changelog: https://github.com/actions/setup-python/compare/v5...v5.6.0
v5.5.0
What's Changed
Enhancements:
- Support free threaded Python versions like '3.13t' by
@colesburyin actions/setup-python#973- Enhance Workflows: Include ubuntu-arm runners, Add e2e Testing for free threaded and Upgrade
@action/cachefrom 4.0.0 to 4.0.3 by@priya-kinthaliin actions/setup-python#1056- Add support for .tool-versions file in setup-python by
@mahabaleshwarsin actions/setup-python#1043Bug fixes:
- Fix architecture for pypy on Linux ARM64 by
@mayeutin actions/setup-python#1011 This update maps arm64 to aarch64 for Linux ARM64 PyPy installations.Dependency updates:
- Upgrade
@vercel/nccfrom 0.38.1 to 0.38.3 by@dependabotin actions/setup-python#1016- Upgrade
@actions/globfrom 0.4.0 to 0.5.0 by@dependabotin actions/setup-python#1015New Contributors
@colesburymade their first contribution in actions/setup-python#973@mahabaleshwarsmade their first contribution in actions/setup-python#1043Full Changelog: https://github.com/actions/setup-python/compare/v5...v5.5.0
v5.4.0
What's Changed
Enhancements:
- Update cache error message by
@aparnajyothi-yin actions/setup-python#968- Enhance Workflows: Add Ubuntu-24, Remove Python 3.8 by
@priya-kinthaliin actions/setup-python#985- Configure Dependabot settings by
@HarithaVattikutiin actions/setup-python#1008Documentation changes:
- Readme update - recommended permissions by
@benwellsin actions/setup-python#1009- Improve Advanced Usage examples by
@lrq3000in actions/setup-python#645Dependency updates:
- Upgrade
undicifrom 5.28.4 to 5.28.5 by@dependabotin actions/setup-python#1012- Upgrade
urllib3from 1.25.9 to 1.26.19 in /tests/data by@dependabotin actions/setup-python#895- Upgrade
actions/publish-immutable-actionfrom 0.0.3 to 0.0.4 by@dependabotin actions/setup-python#1014- Upgrade
@actions/http-clientfrom 2.2.1 to 2.2.3 by@dependabotin actions/setup-python#1020- Upgrade
requestsfrom 2.24.0 to 2.32.2 in /tests/data by@dependabotin actions/setup-python#1019- Upgrade
@actions/cacheto^4.0.0by@priyagupta108in actions/setup-python#1007New Contributors
@benwellsmade their first contribution in actions/setup-python#1009@HarithaVattikutimade their first contribution in actions/setup-python#1008
... (truncated)
Commits
a26af69Bump ts-jest from 29.1.2 to 29.3.2 (#1081)30eafe9Bump prettier from 2.8.8 to 3.5.3 (#1046)5d95bc1Bump semver and@types/semver(#1091)6ed2c67Fix for Candidate Not Iterable Error (#1082)e348410Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15 (#1065)8d9ed9aAdd e2e Testing for free threaded and Bump@action/cachefrom 4.0.0 to 4.0.3 ...19e4675Add support for .tool-versions file in setup-python (#1043)6fd11e1Bump@actions/globfrom 0.4.0 to 0.5.0 (#1015)9e62be8Support free threaded Python versions like '3.13t' (#973)6ca8e85Bump@vercel/nccfrom 0.38.1 to 0.38.3 (#1016)- Additional commits viewable in compare view
Updates reviewdog/action-setup from 1.3.0 to 1.3.2
Release notes
Sourced from reviewdog/action-setup's releases.
Release v1.3.2
What's Changed
- Pin reviewdog install script version with commit SHA by
@haya14busain reviewdog/action-setup#51Full Changelog: https://github.com/reviewdog/action-setup/compare/v1.3.1...v1.3.2
Release v1.3.1
What's Changed
- chore(deps): update reviewdog to 0.17.4 by
@github-actionsin reviewdog/action-setup#37- Update test case reviewdog version to work with Apple Silicon Mac runner by
@sksatin reviewdog/action-setup#38- chore(deps): update reviewdog to 0.17.5 by
@github-actionsin reviewdog/action-setup#39- Add used-by counter badge by
@haya14busain reviewdog/action-setup#40- chore(deps): update reviewdog to 0.18.0 by
@github-actionsin reviewdog/action-setup#41- chore(deps): update reviewdog to 0.18.1 by
@github-actionsin reviewdog/action-setup#42- chore(deps): update reviewdog to 0.19.0 by
@github-actionsin reviewdog/action-setup#44- chore(deps): update reviewdog to 0.20.0 by
@github-actionsin reviewdog/action-setup#45- chore(deps): update reviewdog to 0.20.1 by
@github-actionsin reviewdog/action-setup#46- chore(deps): update reviewdog to 0.20.2 by
@github-actionsin reviewdog/action-setup#48- chore(deps): update peter-evans/create-pull-request action to v7 by
@renovatein reviewdog/action-setup#47- chore(deps): update reviewdog to 0.20.3 by
@github-actionsin reviewdog/action-setup#49- Pin GitHub Actions with commit SHA using pinact by
@haya14busain reviewdog/action-setup#50New Contributors
@sksatmade their first contribution in reviewdog/action-setup#38Full Changelog: https://github.com/reviewdog/action-setup/compare/v1.3.0...v1.3.1
Commits
e04ffabMerge pull request #51 from reviewdog/pin-install-script-ver2bf9f4fPin reviewdog install script version with commit SHAbddaa4fMerge pull request #50 from reviewdog/pinactf3f55daPin actions with pinact113423aMerge pull request #49 from reviewdog/depup/reviewdog44b7052chore(deps): update reviewdog to 0.20.3424f33bMerge pull request #47 from reviewdog/renovate/peter-evans-create-pull-reques...3c35733Merge pull request #48 from reviewdog/depup/reviewdogfdfd48achore(deps): update reviewdog to 0.20.231dbca7chore(deps): update peter-evans/create-pull-request action to v7- Additional commits viewable in compare view
Updates reviewdog/action-ansiblelint from 1.16.0 to 1.17.0
Release notes
Sourced from reviewdog/action-ansiblelint's releases.
Release v1.17.0
v1.17.0: PR #52 - chore(deps): update reviewdog to 0.20.3
Release v1.16.1
v1.16.1: PR #50 - Pin reviewdog install script version with commit SHA
Commits
5b8ca4bMerge pull request #52 from reviewdog/depup/reviewdogeed5ad8Merge pull request #49 from reviewdog/renovate/python-3.x827c3e0Merge pull request #43 from reviewdog/renovate/peter-evans-create-pull-reques...28a22f7chore(deps): update reviewdog to 0.20.305f49d6Merge pull request #51 from reviewdog/renovate/haya14busa-action-depup-1.x9ab9693chore(deps): update peter-evans/create-pull-request action to v79d05e1achore(deps): update haya14busa/action-depup action to v1.6.440693e6Merge pull request #50 from reviewdog/pin-install-script-ver0139807Pin reviewdog install script version with commit SHAfce86f7Pin GitHub Actions with commit SHA using pinact- Additional commits viewable in compare view
Updates reviewdog/action-yamllint from 1.20.0 to 1.21.0
Release notes
Sourced from reviewdog/action-yamllint's releases.
Release v1.21.0
What's Changed
- chore(deps): update haya14busa/action-depup action to v1.6.4 by
@renovatein reviewdog/action-yamllint#48- chore(deps): update peter-evans/create-pull-request action to v7 by
@renovatein reviewdog/action-yamllint#42- chore(deps): update reviewdog to 0.20.3 by
@github-actionsin reviewdog/action-yamllint#49Full Changelog: https://github.com/reviewdog/action-yamllint/compare/v1.20.2...v1.21.0
Release v1.20.2
What's Changed
- Pin reviewdog install script version with commit SHA by
@haya14busain reviewdog/action-yamllint#47Full Changelog: https://github.com/reviewdog/action-yamllint/compare/v1.20.1...v1.20.2
Release v1.20.1
What's Changed
- Pin GitHub Actions with commit SHA using pinact by
@haya14busain reviewdog/action-yamllint#46New Contributors
@haya14busamade their first contribution in reviewdog/action-yamllint#46Full Changelog: https://github.com/reviewdog/action-yamllint/compare/v1.20.0...v1.20.1
Commits
f01d8a4chore(deps): update reviewdog to 0.20.3 (#49)54ea4b6chore(deps): update peter-evans/create-pull-request action to v7 (#42)c1da13achore(deps): update haya14busa/action-depup action to v1.6.4 (#48)81e7f3cPin reviewdog install script version with commit SHA (#47)b4cb69cPin GitHub Actions with commit SHA using pinact (#46)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
+9
-9
Package Dependencies
reviewdog/action-yamllint
actions
1.20.0 → 1.21.0
Minor
reviewdog/action-ansiblelint
actions
1.16.0 → 1.17.0
Minor
Technical Details
| ID: | 3901235 |
| UUID: | 2682398664 |
| Node ID: | PR_kwDOG0hHIM6f4ifI |
| Host: | GitHub |
| Repository: | matplotlib/matplotlib.org |
| Merge State: | Unknown |