-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the all group across 1 directory with 6 updates #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Bumps the all group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5` | `6` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `6` | `7` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `7.1.4` | `7.2.1` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) | `3.3.0` | `3.3.1` | | [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) | `0.3.0` | `0.4.1` | Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) Updates `astral-sh/setup-uv` from 7.1.4 to 7.2.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@1e862df...803947b) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) Updates `pypa/cibuildwheel` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@63fd63b...298ed2f) Updates `zizmorcore/zizmor-action` from 0.3.0 to 0.4.1 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@e639db9...1356984) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: astral-sh/setup-uv dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: pypa/cibuildwheel dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: zizmorcore/zizmor-action dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
| python3 `which scons` sdist | ||
| - name: Archive the built sdist | ||
| uses: actions/upload-artifact@v5 | ||
| uses: actions/upload-artifact@v6 |
Check failure
Code scanning / zizmor
unpinned action reference Error
| persist-credentials: false | ||
| - name: Download pre-built sdist | ||
| uses: actions/download-artifact@v6 | ||
| uses: actions/download-artifact@v7 |
Check failure
Code scanning / zizmor
unpinned action reference Error
| id: restore-built-libraries | ||
| if: runner.os != 'Linux' | ||
| uses: actions/cache/restore@v4 | ||
| uses: actions/cache/restore@v5 |
Check failure
Code scanning / zizmor
unpinned action reference Error
|
|
||
| - name: Save the cache | ||
| uses: actions/cache/save@v4 | ||
| uses: actions/cache/save@v5 |
Check failure
Code scanning / zizmor
unpinned action reference Error
| CIBW_ENVIRONMNET_MACOS: CT_SKIP_SLOW=1 | ||
| - name: Archive the built wheels | ||
| uses: actions/upload-artifact@v5 | ||
| uses: actions/upload-artifact@v6 |
Check failure
Code scanning / zizmor
unpinned action reference Error
| steps: | ||
| - name: Download pre-built wheels | ||
| uses: actions/download-artifact@v6 | ||
| uses: actions/download-artifact@v7 |
Check failure
Code scanning / zizmor
unpinned action reference Error
Bumps the all group with 6 updates in the / directory:
56677.1.47.2.1453.3.03.3.10.3.00.4.1Updates
actions/upload-artifactfrom 5 to 6Release notes
Sourced from actions/upload-artifact's releases.
Commits
b7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEddc45eddocs: update README to correct action name for Node.js 24 support615b319chore: release v6.0.0 for Node.js 24 support017748bMerge pull request #744 from actions/fix-storage-blob38d4c79chore: rebuild dist7d27270chore: add missing license cache files for@actions/core,@actions/io, and mi...5f643d3chore: update license files for@actions/artifact@5.0.1 dependencies1df1684chore: update package-lock.json with@actions/artifact@5.0.1b5b1a91fix: update@actions/artifactto ^5.0.0 for Node.js 24 punycode fixUpdates
actions/download-artifactfrom 6 to 7Release notes
Sourced from actions/download-artifact's releases.
Commits
37930b1Merge pull request #452 from actions/download-artifact-v7-release72582b9doc: update readme0d2ec9dchore: release v7.0.0 for Node.js 24 supportfd7ae8fMerge pull request #451 from actions/fix-storage-blobd484700chore: restore minimatch.dep.yml license file03a8080chore: remove obsolete dependency license files56fe6d9chore: update@actions/artifactlicense file to 5.0.18e3ebc4chore: update package-lock.json with@actions/artifact@5.0.11e3c4b4fix: update@actions/artifactto ^5.0.0 for Node.js 24 punycode fix458627dchore: use local@actions/artifactpackage for Node.js 24 testingUpdates
astral-sh/setup-uvfrom 7.1.4 to 7.2.1Release notes
Sourced from astral-sh/setup-uv's releases.
... (truncated)
Commits
803947bchore: update known checksums for 0.9.28 (#744)24553acchore: update known checksums for 0.9.27 (#742)085087aBump zizmorcore/zizmor-action from 0.3.0 to 0.4.1 (#741)9cfd029chore: update known checksums for 0.9.26 (#734)dd9d55bchore: update known checksums for 0.9.25 (#733)8512ad0Clarify impact of using actions/setup-python (#732)cc55817chore: update known checksums for 0.9.24 (#730)61cb8a9add outputs python-version and python-cache-hit (#728)11050edfix: use uv_build backend for old-python-constraint-project (#729)1d22fafBump peter-evans/create-pull-request from 7.0.9 to 8.0.0 (#719)Updates
actions/cachefrom 4 to 5Release notes
Sourced from actions/cache's releases.
... (truncated)
Changelog
Sourced from actions/cache's changelog.
... (truncated)
Commits
cdf6c1fMerge pull request #1695 from actions/Link-/prepare-5.0.3a1bee22Add review for the@actions/http-clientlicense4695763Add licensed outputdc73bb9Upgrade dependencies and address security warnings345d5c2Add 5.0.3 builds8b402f5Merge pull request #1692 from GhadimiR/main304ab5alicense for httpclient609fc19Update licensed record for cacheb22231eBuild93150cdAdd PR link to releasesUpdates
pypa/cibuildwheelfrom 3.3.0 to 3.3.1Release notes
Sourced from pypa/cibuildwheel's releases.
Changelog
Sourced from pypa/cibuildwheel's changelog.
... (truncated)
Commits
298ed2fBump version: v3.3.1f0ff944[3.3.x] Update dependencies (#2708)Updates
zizmorcore/zizmor-actionfrom 0.3.0 to 0.4.1Release notes
Sourced from zizmorcore/zizmor-action's releases.
Commits
1356984Fix version file path (#83)72469cfBump pins in README (#80)3aa7e2fAdd fail-on-no-inputs tests (#79)92fc377Sync zizmor versions (#78)5aff8efAddfail-on-no-inputsoption (#67)4d497b9Sync zizmor versions (#75)5fa0711Fix sync-zizmor-versions (#69)c823f2cHash-check zizmor Docker images (#68)706c51bchore(deps): bump github/codeql-action in the github-actions group (#66)cb3d8e8chore(deps): bump actions/checkout in the github-actions group (#65)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