Bump the actions group across 1 directory with 15 updates
Type: Pull Request
State: Open
Association: None
Comments: 0
(3 months ago)
(3 months ago)
dependencies github_actions
Bumps the actions group with 15 updates in the / directory:
| Package | From | To |
|---|---|---|
| actions/download-artifact | 4.3.0 |
5.0.0 |
| pypa/cibuildwheel | 2.23.3 |
3.2.0 |
| actions/attest-build-provenance | 2.3.0 |
3.0.0 |
| pypa/gh-action-pypi-publish | 1.12.4 |
1.13.0 |
| scientific-python/circleci-artifacts-redirector-action | 1.0.0 |
1.3.1 |
| reviewdog/action-setup | 1.3.2 |
1.4.0 |
| github/codeql-action | 3.28.17 |
3.30.6 |
| cygwin/cygwin-install-action | 5 |
6 |
| actions/cache | 4.2.3 |
4.3.0 |
| peter-evans/create-or-update-comment | 4.0.0 |
5.0.0 |
| actions/labeler | 5.0.0 |
6.0.1 |
| actions/first-interaction | 1.3.0 |
3.1.0 |
| reviewdog/action-eslint | 1.33.2 |
1.34.0 |
| actions/stale | 9.1.0 |
10.1.0 |
| codecov/codecov-action | 5.4.2 |
5.5.1 |
Updates actions/download-artifact from 4.3.0 to 5.0.0
Release notes
Sourced from actions/download-artifact's releases.
v5.0.0
What's Changed
- Update README.md by
@nebuk89in actions/download-artifact#407- BREAKING fix: inconsistent path behavior for single artifact downloads by ID by
@GrantBirkiin actions/download-artifact#416v5.0.0
🚨 Breaking Change
This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.
What Changed
Previously, single artifact downloads behaved differently depending on how you specified the artifact:
- By name:
name: my-artifact→ extracted topath/(direct)- By ID:
artifact-ids: 12345→ extracted topath/my-artifact/(nested)Now both methods are consistent:
- By name:
name: my-artifact→ extracted topath/(unchanged)- By ID:
artifact-ids: 12345→ extracted topath/(fixed - now direct)Migration Guide
✅ No Action Needed If:
- You download artifacts by name
- You download multiple artifacts by ID
- You already use
merge-multiple: trueas a workaround⚠️ Action Required If:
You download single artifacts by ID and your workflows expect the nested directory structure.
Before v5 (nested structure):
- uses: actions/download-artifact@v4 with: artifact-ids: 12345 path: dist # Files were in: dist/my-artifact/Where
my-artifactis the name of the artifact you previously uploadedTo maintain old behavior (if needed):
</tr></table>
... (truncated)
Commits
634f93cMerge pull request #416 from actions/single-artifact-id-download-pathb19ff43refactor: resolve download path correctly in artifact download tests (mainly ...e262cbebundle distbff23f9update docsfff8c14fix download path logic when downloading a single artifact by id448e3f8Merge pull request #407 from actions/nebuk89-patch-147225c4Update README.md- See full diff in compare view
Updates pypa/cibuildwheel from 2.23.3 to 3.2.0
Release notes
Sourced from pypa/cibuildwheel's releases.
v3.2.0
- ✨ Adds GraalPy v25 (Python 3.12) support (#2597)
- 🛠 Update to CPython 3.14.0rc3 (#2602)
- 🛠 Adds CPython 3.14.0 prerelease support for Android, and a number of improvements to Android builds (#2568, #2591)
- 🛠 Improvements to testing on Android, passing environment markers when installing the venv, and providing more debug output when build-verbosity is set (#2575)
- ⚠️ PyPy 3.10 was moved to
pypy-eolin theenableoption, as it is now end-of-life. (#2521)- 📚 Docs improvements (#2574, #2601, #2598)
v3.1.4
- ✨ Add a
--clean-cachecommand to clean up our cache (#2489)- 🛠 Update Python to 3.14rc2 and other patch version bumps (#2542, #2556)
- 🛠 Update Pyodide to 0.28.2 (#2562, #2558)
- 🐛 Fix resolution with
pyodide-buildwhendependency-versionsis set (#2548)- 🐛 Set
CMAKE_FIND_ROOT_PATH_MODE_PACKAGEtoBOTHon Android (#2547)- 🐛 Add
patchelfdependency for platforms that can build Android wheels (#2552)- 🐛 Ignore empty values for
CIBW_ARCHSlike most other environment variables (#2541)- 💼 The
colorandsuggest_on_errorargparse options are now default in 3.14rc1+ (#2554)- 💼 Use the virtualenv release URL instead of blob URL (should be more robust) (#2555)
- 🧪 For iOS, lowering to macos-14 is needed for now due to issues with GitHub's runner images (#2557)
- 🧪 Split out platforms iOS and Android in our tests (#2519)
- 🧪 Fix and enable doctests (#2546)
- 📚 Improve our docs on free-threading (#2549)
v3.1.3
- 🐛 Fix bug where "latest" dependencies couldn't update to pip 25.2 on Windows (#2537)
- 🧪 Use pytest-rerunfailures to improve some of our iOS/Android tests (#2527, #2539)
- 🧪 Remove some GraalPy Windows workarounds in our tests (#2501)
v3.1.2
- ⚠️ Add an error if
CIBW_FREE_THREADING_SUPPORTis set; you are likely missing 3.13t wheels, please use theenable/CIBW_ENABLE(#2520)- 🛠
riscv64now enabled if you target that architecture, it's now supported on PyPI (#2509)- 🛠 Add warning when using
cpython-experimental-riscv64(no longer needed) (#2526, #2528)- 🛠 iOS versions bumped, fixing issues with 3.14 (now RC 1) (#2530)
- 🐛 Fix bug in Android running wheel from our GitHub Action (#2517)
- 🐛 Fix warning when using
test-skipof"*-macosx_universal2:arm64"(#2522)- 🐛 Fix incorrect number of wheels reported in logs, again (#2517)
- 📚 We welcome our Android platform maintainer (#2516)
v3.1.1
- 🐛 Fix a bug showing an incorrect wheel count at the end of execution, and misrepresenting test-only runs in the GitHub Action summary (#2512)
- 📚 Docs fix (#2510)
v3.1.0
- 🌟 CPython 3.14 wheels are now built by default - without the
"cpython-prerelease"enableset. It's time to build and upload these wheels to PyPI! This release includes CPython 3.14.0rc1, which is guaranteed to be ABI compatible with the final release. (#2507) Free-threading is no longer experimental in 3.14, so you have to skip it explicitly with'cp31?t-*'if you don't support it yet. (#2503)- 🌟 Adds the ability to build wheels for Android! Set the
platformoption toandroidon Linux or macOS to try it out! (#2349)- 🌟 Adds Pyodide 0.28, which builds 3.13 wheels (#2487)
- ✨ Support for 32-bit
manylinux_2_28(now a consistent default) andmanylinux_2_34added (#2500)- 🛠 Improved summary, will also use markdown summary output on GHA (#2469)
- 🛠 The riscv64 images now have a working default (as they are now part of pypy/manylinux), but are still experimental (and behind an
enable) since you can't push them to PyPI yet (#2506)- 🛠 Fixed a typo in the 3.9 MUSL riscv64 identifier (
cp39-musllinux_ricv64->cp39-musllinux_riscv64) (#2490)
... (truncated)
Changelog
Sourced from pypa/cibuildwheel's changelog.
title: Changelog
Changelog
v3.2.0
22 September 2025
- ✨ Adds GraalPy v25 (Python 3.12) support (#2597)
- 🛠 Update to CPython 3.14.0rc3 (#2602)
- 🛠 Adds CPython 3.14.0 prerelease support for Android, and a number of improvements to Android builds (#2568, #2591)
- 🛠 Improvements to testing on Android, passing environment markers when installing the venv, and providing more debug output when build-verbosity is set (#2575)
- ⚠️ PyPy 3.10 was moved to
pypy-eolin theenableoption, as it is now end-of-life. (#2521)- 📚 Docs improvements (#2574, #2601, #2598)
v3.1.4
19 August 2025
- ✨ Add a
--clean-cachecommand to clean up our cache (#2489)- 🛠 Update Python to 3.14rc2 and other patch version bumps (#2542, #2556)
- 🛠 Update Pyodide to 0.28.2 (#2562, #2558)
- 🐛 Fix resolution with
pyodide-buildwhendependency-versionsis set (#2548)- 🐛 Set
CMAKE_FIND_ROOT_PATH_MODE_PACKAGEtoBOTHon Android (#2547)- 🐛 Add
patchelfdependency for platforms that can build Android wheels (#2552)- 🐛 Ignore empty values for
CIBW_ARCHSlike most other environment variables (#2541)- 💼 The
colorandsuggest_on_errorargparse options are now default in 3.14rc1+ (#2554)- 💼 Use the virtualenv release URL instead of blob URL (should be more robust) (#2555)
- 🧪 For iOS, lowering to macos-14 is needed for now due to issues with GitHub's runner images (#2557)
- 🧪 Split out platforms iOS and Android in our tests (#2519)
- 🧪 Fix and enable doctests (#2546)
- 📚 Improve our docs on free-threading (#2549)
v3.1.3
1 August 2025
- 🐛 Fix bug where "latest" dependencies couldn't update to pip 25.2 on Windows (#2537)
- 🧪 Use pytest-rerunfailures to improve some of our iOS/Android tests (#2527, #2539)
- 🧪 Remove some GraalPy Windows workarounds in our tests (#2501)
v3.1.2
29 July 2025
- ⚠️ Add an error if
CIBW_FREE_THREADING_SUPPORTis set; you are likely missing 3.13t wheels, please use theenable/CIBW_ENABLE(#2520)
... (truncated)
Commits
7c619efBump version: v3.2.0bbebb68[Bot] Update dependencies (#2603)5bbeaf8[pre-commit.ci] pre-commit autoupdate (#2604)7a67c6bAdd GraalPy 25 and remove workarounds for that version. (#2597)b8a4fbcImprove information about configuration overriding (#2598)70de033Replace themacos-13images with themacos-15-intelimages (GHA) (#2601)ce4c16f[Bot] Update dependencies (#2602)66490f0Add CMAKE_CROSSCOMPILING_EMULATOR to Android CMake toolchain (#2591)77b9e35[pre-commit.ci] pre-commit autoupdate (#2594)39e9da0[Bot] Update dependencies (#2593)- Additional commits viewable in compare view
Updates actions/attest-build-provenance from 2.3.0 to 3.0.0
Release notes
Sourced from actions/attest-build-provenance's releases.
v3.0.0
What's Changed
- Adjust node max-http-header-size setting by
@bdehamerin actions/attest-build-provenance#687- Bump actions/attest from v2.4.0 to v3.0.0 by
@bdehamerin actions/attest-build-provenance#691
- Bump to node24 runtime
- Improved checksum parsing
- Bump attest-build-provenance/predicate to v2.0.0 by
@bdehamerin actions/attest-build-provenance#693
- Bump to node24 runtime by
@bdehamerin actions/attest-build-provenance#692⚠️ Minimum Compatible Runner Version
v2.327.1 Release Notes
Make sure your runner is updated to this version or newer to use this release.
Full Changelog: https://github.com/actions/attest-build-provenance/compare/v2.4.0...v3.0.0
v2.4.0
What's Changed
- Bump undici from 5.28.5 to 5.29.0 by
@dependabotin actions/attest-build-provenance#633- Bump actions/attest from 2.3.0 to 2.4.0 by
@bdehamerin actions/attest-build-provenance#654
- Includes support for the new well-known summary file which will accumulate paths to all attestations generated in a given workflow run
Full Changelog: https://github.com/actions/attest-build-provenance/compare/v2.3.0...v2.4.0
Commits
977bb37bump attest-build-provenance/predicate to v2.0.0 (#693)864457aBump to node24 runtime (#692)57aa2b0bump actions/attest from v2.4.0 to v3.0.0 (#691)8ee7163refactor eslint config (#690)91ca1c2Bump actions/checkout from 4.1.1 to 5.0.0 (#684)ff19f40custom node max-http-header-size (#687)8bd83f1pin workflow deps (#683)f0878deBump the npm-development group with 4 updates (#681)463e6dfBump the npm-development group with 3 updates (#678)fef91c1Bump the npm-development group with 6 updates (#673)- Additional commits viewable in compare view
Updates pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0
Release notes
Sourced from pypa/gh-action-pypi-publish's releases.
v1.13.0
[!important] 🚨 This release includes fixes for GHSA-vxmw-7h4f-hqxh discovered by
@woodruffw💰. We've also integrated Zizmor to catch similar issues in the future and you should too.✨ New Stuff
@woodruffw💰 updated the README to no longer mention the attestations feature being experimental in #347: it's been rather stable for a year already 🎉 He also added more diagnostic output which includes printing out the GitHub Environment claim via #371 and warning about the unsupported reusable workflows configurations #306, when using Trusted Publishing.[!tip] The official support for reusable workflows is currently blocked on changes to PyPI. To get updates about progress on the action side, you may want to subscribe to #166. At PyCon US 2025 Sprints,
@facutuesca💰,@miketheman💰,@woodruffw💰 and I💰 spent several hours IRL brainstorming how to fix this and migrate projects that happen to rely on an obscure corner case with reusable workflows that temporarily allows them to function by accident. The result of that discussion is posted @ pypi/warehouse#11096. Note that this is a volunteer-led effort and there is no ETA. If you need this soon, make your employer sponsor the PSF and maybe they'll be able to hire somebody for this work on Warehouse.In addition to that,
@konstin💰 sent #378 to pinactions/setup-pythonto a SHA hash. This makespypi-publishcompatible with new GitHub policies that allow organizations to mandate hash-pinning actions used in workflows.🛠️ Internal Dependencies
@webknjaz💰 made a bunch of updates to the action runtime which includes bumping it to Python 3.13 in #331 and updating the dependency tree across the board.pip-with-requires-pythonis no longer being installed (#332). Some related bumps were contributed by@woodruffw💰 (#359) and@kurtmckee💰 sent a contributor-facing PR, bumping the linting configuration via #335.💪 New Contributors
@kurtmckeemade their first contribution in #335@konstinmade their first contribution in #378🪞 Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.12.4...v1.13.0
🧔♂️ Release Manager:
@webknjaz🇺🇦💬 Discuss on Bluesky 🦋, on Mastodon 🐘 and on GitHub.
Commits
ed0c539📦📌 Bump the pinned dependency tree77db1b7Merge branch PR #306, GHSA-vxmw-7h4f-hqxh fix and PR #378 into unstable/v1280b3a1Aliastyping as tin importse380240Useobjectin place oftyping.Anyin annotationse50bff6Deduplicate claim ref lookupdecbc9aHint people to subscribe to #166 for notifications8208ad3Ask not to report bugs with reusable workflowff0fef5🧪 Scope WPS202 suppression to specific files1293b8cUse yamllint disable line length linted01280Linter (different rule)- Additional commits viewable in compare view
Updates scientific-python/circleci-artifacts-redirector-action from 1.0.0 to 1.3.1
Release notes
Sourced from scientific-python/circleci-artifacts-redirector-action's releases.
v1.3.1
What's Changed
- Removed the headers argument passed to 'fetch' in step one by
@DavidT3in scientific-python/circleci-artifacts-redirector-action#85New Contributors
@DavidT3made their first contribution in scientific-python/circleci-artifacts-redirector-action#85Full Changelog: https://github.com/scientific-python/circleci-artifacts-redirector-action/compare/v1...v1.3.1
v1.3.0
What's Changed
- DOC: add the 'domain' option to the docs by
@bsipoczin scientific-python/circleci-artifacts-redirector-action#80- Fix artifacts url parsing by
@matthieutrsin scientific-python/circleci-artifacts-redirector-action#66- MAINT: Trim release notes by
@larsonerin scientific-python/circleci-artifacts-redirector-action#84New Contributors
@matthieutrsmade their first contribution in scientific-python/circleci-artifacts-redirector-action#66Full Changelog: https://github.com/scientific-python/circleci-artifacts-redirector-action/compare/v1.2.0...v1.3.0
v1.2.0
What's Changed
- Build(deps): Bump autofix-ci/action from 1.3.1 to 1.3.2 in /.github/workflows in the actions group by
@dependabot[bot] in scientific-python/circleci-artifacts-redirector-action#75- Update LICENSE by
@larsonerin scientific-python/circleci-artifacts-redirector-action#77- Add option to set CircleCI domain by
@stefanvin scientific-python/circleci-artifacts-redirector-action#78- Build(deps-dev): Bump form-data from 3.0.1 to 3.0.4 by
@dependabot[bot] in scientific-python/circleci-artifacts-redirector-action#79New Contributors
@stefanvmade their first contribution in scientific-python/circleci-artifacts-redirector-action#78Full Changelog: https://github.com/scientific-python/circleci-artifacts-redirector-action/compare/v1.1.0...v1.2.0
v1.1.0
What's Changed
- MAINT: Rename by
@larsonerin scientific-python/circleci-artifacts-redirector-action#49- Build(deps-dev): Bump braces from 3.0.2 to 3.0.3 by
@dependabotin scientific-python/circleci-artifacts-redirector-action#51- Build(deps-dev): Bump ws from 7.5.9 to 7.5.10 by
@dependabotin scientific-python/circleci-artifacts-redirector-action#52- MAINT: Bump with audit fix by
@larsonerin scientific-python/circleci-artifacts-redirector-action#53- Unleash dependabot by
@pllimin scientific-python/circleci-artifacts-redirector-action#55- Build(deps): Bump actions/checkout from 3 to 4 in /.github/workflows in the actions group by
@dependabotin scientific-python/circleci-artifacts-redirector-action#56- Use hash in README instructions by
@pllimin scientific-python/circleci-artifacts-redirector-action#54- Build(deps): Bump
@octokit/request-errorand@actions/githubby@dependabotin scientific-python/circleci-artifacts-redirector-action#60- Build(deps): Bump
@octokit/plugin-paginate-restfrom 9.2.1 to 9.2.2 by@dependabotin scientific-python/circleci-artifacts-redirector-action#61- Build(deps): Bump
@octokit/requestfrom 8.4.0 to 8.4.1 by@dependabotin scientific-python/circleci-artifacts-redirector-action#62- update README note on circleci API tokens by
@jeromedockesin scientific-python/circleci-artifacts-redirector-action#64- Making config example and narrative consistent by
@bsipoczin scientific-python/circleci-artifacts-redirector-action#67
... (truncated)
Commits
5d358ffRemoved the headers argument passed to 'fetch' in step one (#85)c98f1f5MAINT: Trim release notes (#84)7a4636cBuild(deps): Bump actions/checkout from 4 to 5 in /.github/workflows in the a...2849f4cFix artifacts url parsing (#66)1225cf6DOC: add the 'domain' option to the docs (#80)17a9d98Build(deps): Bump tmp and eslint (#81)8396314Build(deps-dev): Bump form-data from 3.0.1 to 3.0.4 (#79)6b0ee99Add option to set CircleCI domain (#78)054fea2Update LICENSE (#77)f8165a7Build(deps): Bump autofix-ci/action from 1.3.1 to 1.3.2 in /.github/workflows...- Additional commits viewable in compare view
Updates reviewdog/action-setup from 1.3.2 to 1.4.0
Release notes
Sourced from reviewdog/action-setup's releases.
Release v1.4.0
What's Changed
- chore(deps): update haya14busa/action-depup action to v1.6.4 by
@renovate[bot] in reviewdog/action-setup#52- Pin reviewdog/action-setup version in README by
@haya14busain reviewdog/action-setup#55- chore(deps): update reviewdog/action-actionlint action to v1.65.1 by
@renovate[bot] in reviewdog/action-setup#53- chore(deps): update reviewdog/action-actionlint action to v1.65.2 by
@renovate[bot] in reviewdog/action-setup#56- chore(deps): update reviewdog/action-alex action to v1.15.4 by
@renovate[bot] in reviewdog/action-setup#57- chore(deps): update reviewdog/action-alex action to v1.16.0 by
@renovate[bot] in reviewdog/action-setup#59- chore(deps): update reviewdog/action-misspell action to v1.26.3 by
@renovate[bot] in reviewdog/action-setup#58- chore(deps): update reviewdog/action-shellcheck action to v1.30.0 by
@renovate[bot] in reviewdog/action-setup#60- Update install scripts with binst by
@haya14busain reviewdog/action-setup#71Full Changelog: https://github.com/reviewdog/action-setup/compare/v1.3.2...v1.4.0
Commits
d8edfceMerge pull request #71 from reviewdog/update-installer-script71ad8e7Update install scripts with binst60c4a83Merge pull request #60 from reviewdog/renovate/reviewdog-action-shellcheck-1.x604f51echore(deps): update reviewdog/action-shellcheck action to v1.30.0b6eb1e5Merge pull request #58 from reviewdog/renovate/reviewdog-action-misspell-1.xd0b3fd7Merge pull request #59 from reviewdog/renovate/reviewdog-action-alex-1.x284e2a8chore(deps): update reviewdog/action-alex action to v1.16.0bdb16abchore(deps): update reviewdog/action-misspell action to v1.26.38854ffaMerge pull request #57 from reviewdog/renovate/reviewdog-action-alex-1.xe343bceMerge pull request #56 from reviewdog/renovate/reviewdog-action-actionlint-1.x- Additional commits viewable in compare view
Updates github/codeql-action from 3.28.17 to 3.30.6
Release notes
Sourced from github/codeql-action's releases.
v3.30.6
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.6 - 02 Oct 2025
- Update default CodeQL bundle version to 2.23.2. #3168
See the full CHANGELOG.md for more information.
v3.30.5
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.5 - 26 Sep 2025
- We fixed a bug that was introduced in
3.30.4withupload-sarifwhich resulted in files without a.sarifextension not getting uploaded. #3160See the full CHANGELOG.md for more information.
v3.30.4
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
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/initstep 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 thecodeql-action/initstep. #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: nightlyto theinitaction. 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
See the full CHANGELOG.md for more information.
v3.30.3
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.3 - 10 Sep 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.30.2
CodeQL Action Changelog
... (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.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.4withupload-sarifwhich resulted in files without a.sarifextension not getting uploaded. #31603.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/initstep 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 thecodeql-action/initstep. #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: nightlyto theinitaction. 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-queriesinput that was added in3.29.2as 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 newanalysis-kindsinput, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. #30643.30.1 - 05 Sep 2025
- Update default CodeQL bundle version to 2.23.0. #3077
3.30.0 - 01 Sep 2025
- Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #3054
3.29.11 - 21 Aug 2025
- Update default CodeQL bundle version to 2.22.4. #3044
3.29.10 - 18 Aug 2025
No user facing changes.
3.29.9 - 12 Aug 2025
... (truncated)
Commits
64d10c1Merge pull request #3172 from github/update-v3.30.6-10feb5d2a909610eUpdate changelog for v3.30.610feb5dMerge pull request #3167 from github/mbg/upload-sarif/find-then-filter4182ea3Merge pull request #3168 from github/update-bundle/codeql-bundle-v2.23.234afe5bMerge pull request #3171 from github/mbg/start-proxy/telemetry096fe67Merge branch 'main' into update-bundle/codeql-bundle-v2.23.2b496401Merge pull request #3170 from github/mbg/start-proxy/remove-update-workflowd573787Report registry types that are configured for CodeQL instart-proxytelemetry1591680Send a basic status report instart-proxyAction if it succeedscb5a284Send status report whenstart-proxyfails- Additional commits viewable in compare view
Updates cygwin/cygwin-install-action from 5 to 6
Release notes
Sourced from cygwin/cygwin-install-action's releases.
v6
What's Changed
- Add warning about using SHELLOPTS to set igncr by
@tobil4skin cygwin/cygwin-install-action#22- Add work-vol option by
@gstraussin cygwin/cygwin-install-action#27- For performance, default work-vol to D: (if it exists) by
@gstraussin cygwin/cygwin-install-action#27- Add a retry mechanism for fetching setup executable by
@jon-turneyin cygwin/cygwin-install-action#26- Check Authenticode signature on setup executable by
@jon-turney- Give the action some outputs (e.g. so uses can find out where we installed) by
@jon-turneyNew Contributors
@tobil4skmade their first contribution in cygwin/cygwin-install-action#22Full Changelog: https://github.com/cygwin/cygwin-install-action/compare/v5...v6
Pull Request Statistics
1
12
+30
-30
Package Dependencies
github/codeql-action
actions
3.28.17 → 3.30.6
Minor
actions/download-artifact
actions
4.3.0 → 5.0.0
Major
pypa/gh-action-pypi-publish
actions
1.12.4 → 1.13.0
Minor
actions/attest-build-provenance
actions
2.3.0 → 3.0.0
Major
peter-evans/create-or-update-comment
actions
4.0.0 → 5.0.0
Major
actions/first-interaction
actions
1.3.0 → 3.1.0
Major
reviewdog/action-eslint
actions
1.33.2 → 1.34.0
Minor
actions
1.0.0 → 1.3.1
Minor
Technical Details
| ID: | 9551084 |
| UUID: | 2888910680 |
| Node ID: | PR_kwDOCKbz3s6sMUdY |
| Host: | GitHub |
| Repository: | fedora-python/matplotlib |
| Merge State: | Unknown |