Title: Bump the actions group with 3 updates by dependabot[bot] · Pull Request #30690 · matplotlib/matplotlib · GitHub
Open Graph Title: Bump the actions group with 3 updates by dependabot[bot] · Pull Request #30690 · matplotlib/matplotlib
X Title: Bump the actions group with 3 updates by dependabot[bot] · Pull Request #30690 · matplotlib/matplotlib
Description: Bumps the actions group with 3 updates: actions/upload-artifact, actions/download-artifact and github/codeql-action.
Updates actions/upload-artifact from 4.6.2 to 5.0.0
Release notes
Sourced from actions/upload-artifact's releases.
v5.0.0
What's Changed
BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.
Update README.md by @GhadimiR in actions/upload-artifact#681
Update README.md by @nebuk89 in actions/upload-artifact#712
Readme: spell out the first use of GHES by @danwkennedy in actions/upload-artifact#727
Update GHES guidance to include reference to Node 20 version by @patrikpolyak in actions/upload-artifact#725
Bump @actions/artifact to v4.0.0
Prepare v5.0.0 by @danwkennedy in actions/upload-artifact#734
New Contributors
@GhadimiR made their first contribution in actions/upload-artifact#681
@nebuk89 made their first contribution in actions/upload-artifact#712
@danwkennedy made their first contribution in actions/upload-artifact#727
@patrikpolyak made their first contribution in actions/upload-artifact#725
Full Changelog: actions/upload-artifact@v4...v5.0.0
Commits
330a01c Merge pull request #734 from actions/danwkennedy/prepare-5.0.0
03f2824 Update github.dep.yml
905a1ec Prepare v5.0.0
2d9f9cd Merge pull request #725 from patrikpolyak/patch-1
9687587 Merge branch 'main' into patch-1
2848b2c Merge pull request #727 from danwkennedy/patch-1
9b51177 Spell out the first use of GHES
cd231ca Update GHES guidance to include reference to Node 20 version
de65e23 Merge pull request #712 from actions/nebuk89-patch-1
8747d8c Update README.md
Additional commits viewable in compare view
Updates actions/download-artifact from 5.0.0 to 6.0.0
Release notes
Sourced from actions/download-artifact's releases.
v6.0.0
What's Changed
BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.
Update README for download-artifact v5 changes by @yacaovsnc in actions/download-artifact#417
Update README with artifact extraction details by @yacaovsnc in actions/download-artifact#424
Readme: spell out the first use of GHES by @danwkennedy in actions/download-artifact#431
Bump @actions/artifact to v4.0.0
Prepare v6.0.0 by @danwkennedy in actions/download-artifact#438
New Contributors
@danwkennedy made their first contribution in actions/download-artifact#431
Full Changelog: actions/download-artifact@v5...v6.0.0
Commits
018cc2c Merge pull request #438 from actions/danwkennedy/prepare-6.0.0
815651c Revert "Remove github.dep.yml"
bb3a066 Remove github.dep.yml
fa1ce46 Prepare v6.0.0
4a24838 Merge pull request #431 from danwkennedy/patch-1
5e3251c Readme: spell out the first use of GHES
abefc31 Merge pull request #424 from actions/yacaovsnc/update_readme
ac43a60 Update README with artifact extraction details
de96f46 Merge pull request #417 from actions/yacaovsnc/update_readme
7993cb4 Remove migration guide for artifact download changes
Additional commits viewable in compare view
Updates github/codeql-action from 4.30.9 to 4.31.0
Release notes
Sourced from github/codeql-action's releases.
v4.31.0
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.31.0 - 24 Oct 2025
Bump minimum CodeQL bundle version to 2.17.6. #3223
When SARIF files are uploaded by the analyze or upload-sarif actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the upload-sarif action. For analyze, this may affect Advanced Setup for CodeQL users who specify a value other than always for the upload input. #3222
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.
4.31.0 - 24 Oct 2025
Bump minimum CodeQL bundle version to 2.17.6. #3223
When SARIF files are uploaded by the analyze or upload-sarif actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the upload-sarif action. For analyze, this may affect Advanced Setup for CodeQL users who specify a value other than always for the upload input. #3222
4.30.9 - 17 Oct 2025
Update default CodeQL bundle version to 2.23.3. #3205
Experimental: A new setup-codeql action has been added which is similar to init, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. #3204
4.30.8 - 10 Oct 2025
No user facing changes.
4.30.7 - 06 Oct 2025
[v4+ only] The CodeQL Action now runs on Node.js v24. #3169
3.30.6 - 02 Oct 2025
Update default CodeQL bundle version to 2.23.2. #3168
3.30.5 - 26 Sep 2025
We fixed a bug that was introduced in 3.30.4 with upload-sarif which resulted in files without a .sarif extension not getting uploaded. #3160
3.30.4 - 25 Sep 2025
We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the codeql-action/init step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the codeql-action/init step. #3099 and #3100
We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #3107
You can now run the latest CodeQL nightly bundle by passing tools: nightly to the init action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #3130
Update default CodeQL bundle version to 2.23.1. #3118
3.30.3 - 10 Sep 2025
No user facing changes.
3.30.2 - 09 Sep 2025
Fixed a bug which could cause language autodetection to fail. #3084
Experimental: The quality-queries input that was added in 3.29.2 as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a new analysis-kinds input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. #3064
... (truncated)
Commits
4e94bd1 Merge pull request #3235 from github/update-v4.31.0-1d36546c1
8f11182 Update changelog for v4.31.0
1d36546 Merge pull request #3234 from github/mbg/changelog/post-processing
08ada26 Add changelog entry for post-processing change
b843cbe Merge pull request #3233 from github/mbg/getOptionalEnvVar
1ecd563 Use getOptionalEnvVar in writePostProcessedFiles
e576807 Merge pull request #3223 from github/henrymercer/bump-minimum
ad35676 Add getOptionalEnvVar function
d75645b Merge pull request #3222 from github/mbg/upload-lib/post-process
710606c Check that outputPath is non-empty
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
Open Graph Description: Bumps the actions group with 3 updates: actions/upload-artifact, actions/download-artifact and github/codeql-action. Updates actions/upload-artifact from 4.6.2 to 5.0.0 Release notes Sourced from ...
X Description: Bumps the actions group with 3 updates: actions/upload-artifact, actions/download-artifact and github/codeql-action. Updates actions/upload-artifact from 4.6.2 to 5.0.0 Release notes Sourced from ...
Opengraph URL: https://github.com/matplotlib/matplotlib/pull/30690
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:9f009fc6-163d-935d-64ef-a2c88caefe9e |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | CA4E:D0E8C:EC82F6:13B90D4:6A51B84E |
| html-safe-nonce | 84cdd53158449c0e85c4a9f17d45d03317844d9abb90cbf16703c2c38ac4d535 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQTRFOkQwRThDOkVDODJGNjoxM0I5MEQ0OjZBNTFCODRFIiwidmlzaXRvcl9pZCI6IjEzNzIyNDkyNDE1MDQ3ODkyNiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 79592a12a4a7bfd5390d7e009bea46b4bfd69f972ac1c87b012df56fadbe0fac |
| hovercard-subject-tag | pull_request:2952459961 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/matplotlib/matplotlib/pull/30690/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps the actions group with 3 updates: actions/upload-artifact, actions/download-artifact and github/codeql-action. Updates actions/upload-artifact from 4.6.2 to 5.0.0 Release notes Sourced from ... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git |
| octolytics-dimension-user_id | 215947 |
| octolytics-dimension-user_login | matplotlib |
| octolytics-dimension-repository_id | 1385122 |
| octolytics-dimension-repository_nwo | matplotlib/matplotlib |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 1385122 |
| octolytics-dimension-repository_network_root_nwo | matplotlib/matplotlib |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7aed05249554b889eb33d002851a973eebcc7e91 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width