Bump the actions group across 1 directory with 3 updates
Type: Pull Request
State: Closed
Association: None
Comments: 1
(10 months ago)
(9 months ago)
(9 months ago)
dependencies github_actions
Bumps the actions group with 3 updates in the / directory: scientific-python/circleci-artifacts-redirector-action, github/codeql-action and codecov/codecov-action.
Updates scientific-python/circleci-artifacts-redirector-action from 1.0.0 to 1.1.0
Release notes
Sourced from scientific-python/circleci-artifacts-redirector-action's releases.
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- Build(deps): Bump undici from 5.28.5 to 5.29.0 by
@dependabotin scientific-python/circleci-artifacts-redirector-action#68- ENH: Add automatic rebuild by
@larsonerin scientific-python/circleci-artifacts-redirector-action#72- Update NCC; pin fetch to v2 by
@nickodellin scientific-python/circleci-artifacts-redirector-action#71- BUG: Fix permission bug by
@larsonerin scientific-python/circleci-artifacts-redirector-action#73- ENH: Use version for autofix-ci and add automerge by
@larsonerin scientific-python/circleci-artifacts-redirector-action#74New Contributors
@pllimmade their first contribution in scientific-python/circleci-artifacts-redirector-action#55@jeromedockesmade their first contribution in scientific-python/circleci-artifacts-redirector-action#64@bsipoczmade their first contribution in scientific-python/circleci-artifacts-redirector-action#67@nickodellmade their first contribution in scientific-python/circleci-artifacts-redirector-action#71Full Changelog: https://github.com/scientific-python/circleci-artifacts-redirector-action/compare/v1...v1.1.0
Commits
7eafdb6ENH: Use version for autofix-ci and add automerge (#74)99c015dBUG: Fix permission bug (#73)bc4ba3eUpdate NCC; pin fetch to v2 (#71)94d2830ENH: Add automatic rebuild (#72)c91e2b4Merge pull request #68 from scientific-python/dependabot/npm_and_yarn/undici-...0593e33Build(deps): Bump undici from 5.28.5 to 5.29.0b21c313Making config example and narrative consistent (#67)cf50f99update README note on circleci API tokens (#64)2da7c92Build(deps): Bump@octokit/requestfrom 8.4.0 to 8.4.1 (#62)0524538Merge pull request #61 from scientific-python/dependabot/npm_and_yarn/octokit...- Additional commits viewable in compare view
Updates github/codeql-action from 3.28.17 to 3.28.18
Release notes
Sourced from github/codeql-action's releases.
v3.28.18
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
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. #2891See 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]
- 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.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
- Update default CodeQL bundle version to 2.21.1. #2863
3.28.15 - 07 Apr 2025
- Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #2842
3.28.14 - 07 Apr 2025
- Update default CodeQL bundle version to 2.21.0. #2838
3.28.13 - 24 Mar 2025
No user facing changes.
3.28.12 - 19 Mar 2025
- Dependency caching should now cache more dependencies for Java
build-mode: noneextractions. This should speed up workflows and avoid inconsistent alerts in some cases.- Update default CodeQL bundle version to 2.20.7. #2810
3.28.11 - 07 Mar 2025
- Update default CodeQL bundle version to 2.20.6. #2793
3.28.10 - 21 Feb 2025
... (truncated)
Commits
ff0a06eMerge pull request #2896 from github/update-v3.28.18-b86edfc27a41e084Update changelog for v3.28.18b86edfcMerge pull request #2893 from github/update-bundle/codeql-bundle-v2.21.3e93b900Merge branch 'main' into update-bundle/codeql-bundle-v2.21.3510dfa3Merge pull request #2894 from github/henrymercer/skip-validating-codeql-sarif492d783Merge branch 'main' into henrymercer/skip-validating-codeql-sarif83bdf3bMerge pull request #2859 from github/update-supported-enterprise-server-versionscffc916Merge pull request #2891 from austinpray-mixpanel/patch-14420887Add deprecation warning for CodeQL 2.16.5 and earlier4e178c5Update supported versions table in README- Additional commits viewable in compare view
Updates codecov/codecov-action from 5.4.2 to 5.4.3
Release notes
Sourced from codecov/codecov-action's releases.
v5.4.3
What's Changed
- fix: OIDC on forks by
@joseph-sentryin codecov/codecov-action#1823- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by
@dependabotin codecov/codecov-action#1822- chore(release): 5.4.3 by
@thomasrockhu-codecovin codecov/codecov-action#1827Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2...v5.4.3
Changelog
Sourced from codecov/codecov-action's changelog.
v5.4.3
What's Changed
- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by
@app/dependabotin codecov/codecov-action#1822- fix: OIDC on forks by
@joseph-sentryin codecov/codecov-action#1823Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3
v5.4.2
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
v5.4.1
What's Changed
- fix: use the github core methods by
@thomasrockhu-codecovin codecov/codecov-action#1807- build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by
@app/dependabotin codecov/codecov-action#1803- build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by
@app/dependabotin codecov/codecov-action#1797- build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by
@app/dependabotin codecov/codecov-action#1798- chore(release): wrapper -0.2.1 by
@app/codecov-releaser-appin codecov/codecov-action#1788- build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by
@app/dependabotin codecov/codecov-action#1786Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1
v5.4.0
What's Changed
- update wrapper submodule to 0.2.0, add recurse_submodules arg by
@matt-codecovin codecov/codecov-action#1780- build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 by
@app/dependabotin codecov/codecov-action#1775- build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 by
@app/dependabotin codecov/codecov-action#1776- build(deps): bump github/codeql-action from 3.28.9 to 3.28.10 by
@app/dependabotin codecov/codecov-action#1777- Clarify in README that
use_pypibypasses integrity checks too by@webknjazin codecov/codecov-action#1773- Fix use of safe.directory inside containers by
@Flamefirein codecov/codecov-action#1768- Fix description for report_type input by
@craigscott-crascitin codecov/codecov-action#1770- build(deps): bump github/codeql-action from 3.28.8 to 3.28.9 by
@app/dependabotin codecov/codecov-action#1765- Fix a typo in the example by
@miranskain codecov/codecov-action#1758- build(deps): bump github/codeql-action from 3.28.5 to 3.28.8 by
@app/dependabotin codecov/codecov-action#1757- build(deps): bump github/codeql-action from 3.28.1 to 3.28.5 by
@app/dependabotin codecov/codecov-action#1753Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0
... (truncated)
Commits
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
+4
-4
Package Dependencies
github/codeql-action
actions
3.28.17 → 3.28.18
Patch
actions
1.0.0 → 1.1.0
Minor
Technical Details
| ID: | 1654263 |
| UUID: | 2543214287 |
| Node ID: | PR_kwDOCKbz3s6Xll7P |
| Host: | GitHub |
| Repository: | fedora-python/matplotlib |
| Mergeable: | Yes |
| Merge State: | Clean |
| Rebaseable: | Yes |