Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump the actions group with 2 updates - #32341

Merged
QuLogic merged 1 commit into
mainfrom
dependabot/github_actions/actions-e11c75fc70
Sep 12, 2026
Merged

Bump the actions group with 2 updates#32341
QuLogic merged 1 commit into
mainfrom
dependabot/github_actions/actions-e11c75fc70

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 2 updates: scientific-python/upload-nightly-action and zizmorcore/zizmor-action.

Updates scientific-python/upload-nightly-action from 0.6.4 to 0.6.5

Release notes

Sourced from scientific-python/upload-nightly-action's releases.

0.6.5

What's Changed

New Contributors

Full Changelog: scientific-python/upload-nightly-action@0.6.4...0.6.5

Commits
  • 16fa02e MNT: Update to pixi lock spec v7 and project version v0.6.5 (#183)
  • fd44fde chore: Move requirements file under tools/ (#182)
  • 1dbb7f3 Build(deps): Bump pygithub from 2.9.1 to 2.10.0 in the python group (#180)
  • 2ca17bd Build(deps): Bump prefix-dev/setup-pixi in the actions group (#179)
  • 1a97ddf Build(deps): Bump the actions group with 3 updates (#177)
  • c88d30e Add issue-opener when wheels are almost dead (#175)
  • d770301 Build(deps): Bump the actions group with 4 updates (#174)
  • 33e7342 Add details about the consequences of not regularly uploading wheels (#173)
  • 64f2a45 Build(deps): Bump the actions group with 3 updates (#170)
  • 9aaae99 Build(deps): Bump the actions group with 4 updates (#168)
  • Additional commits viewable in compare view

Updates zizmorcore/zizmor-action from 0.6.2 to 0.6.3

Release notes

Sourced from zizmorcore/zizmor-action's releases.

v0.6.3

zizmor 1.30.0 is now the default version.

Release notes: zizmorcore/zizmor-action#1300

Commits
  • 70fb788 Sync zizmor versions (#162)
  • 7999d8c chore(deps): bump github/codeql-action/upload-sarif from 4.37.6 to 4.37.7 in ...
  • 2ae1ce9 chore(deps): bump github/codeql-action/upload-sarif (#160)
  • 951a5ee Skip prerelease versions in sync-zizmor-versions workflow (#158)
  • 79f0191 chore(deps): bump github/codeql-action/upload-sarif (#156)
  • 26a3ae6 sync-zizmor-versions: retry up to 5 times (#155)
  • 435cb31 chore(deps): bump github/codeql-action/upload-sarif (#151)
  • d6cec10 Try the new self-referencing syntax (#148)
  • edd9b84 README: bump pins (#150)
  • 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 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

Bumps the actions group with 2 updates: [scientific-python/upload-nightly-action](https://github.com/scientific-python/upload-nightly-action) and [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action).


Updates `scientific-python/upload-nightly-action` from 0.6.4 to 0.6.5
- [Release notes](https://github.com/scientific-python/upload-nightly-action/releases)
- [Commits](scientific-python/upload-nightly-action@e76cfec...16fa02e)

Updates `zizmorcore/zizmor-action` from 0.6.2 to 0.6.3
- [Release notes](https://github.com/zizmorcore/zizmor-action/releases)
- [Commits](zizmorcore/zizmor-action@3dc1ecc...70fb788)

---
updated-dependencies:
- dependency-name: scientific-python/upload-nightly-action
  dependency-version: 0.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: zizmorcore/zizmor-action
  dependency-version: 0.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added the PR: dependencies Pull requests that update a dependency file label Sep 11, 2026
@QuLogic QuLogic added this to the v3.11.3 milestone Sep 11, 2026
@QuLogic
QuLogic merged commit 1aee967 into main Sep 12, 2026
51 of 52 checks passed
@QuLogic
QuLogic deleted the dependabot/github_actions/actions-e11c75fc70 branch September 12, 2026 01:07
@lumberbot-app

lumberbot-app Bot commented Sep 12, 2026

Copy link
Copy Markdown

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:
They assume that the base project is the Git remote upstream and your fork is origin.

  1. Update backport branch.
git fetch upstream v3.11.x:v3.11.x
# or `git pull upstream v3.11.x` if you are on v3.11.x
  1. Create PR branch.
git switch -c auto-backport-of-pr-32341-on-v3.11.x v3.11.x
  1. Cherry pick the first parent branch of this PR on top of the older branch:
git cherry-pick -x -m1 1aee9671d03c8400a0b680253c89c427cabdb2f0
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #32341: Bump the actions group with 2 updates'
  1. Push to a named branch:
git push --set-upstream origin auto-backport-of-pr-32341-on-v3.11.x
  1. Create a PR against branch v3.11.x, I would have named this PR:

Backport PR #32341 on branch v3.11.x (Bump the actions group with 2 updates)

And apply the correct labels and milestones.

Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!

Remember to remove the Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.

@iccir

iccir commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

@QuLogic - Is the Still Needs Manual Backport label on this and other PRs something that we need to worry about? There have been 4 in the past few weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: dependencies Pull requests that update a dependency file Still Needs Manual Backport

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants