-
Notifications
You must be signed in to change notification settings - Fork 19
Bump the actions group across 1 directory with 7 updates #64
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 actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `5` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.2.1` | `2.4.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `5` | `7` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.12.4` | `1.13.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3` | `4` | Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) Updates `softprops/action-gh-release` from 2.2.1 to 2.4.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2.2.1...v2.4.0) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `astral-sh/setup-uv` from 5 to 7 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v5...v7) Updates `pypa/gh-action-pypi-publish` from 1.12.4 to 1.13.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.4...v1.13.0) Updates `github/codeql-action` from 3 to 4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
|
||
- name: Release | ||
uses: softprops/action-gh-release@v2.2.1 | ||
uses: softprops/action-gh-release@v2.4.0 |
Check failure
Code scanning / zizmor
unpinned action reference Error
with: | ||
persist-credentials: false | ||
- uses: astral-sh/setup-uv@v5 | ||
- uses: astral-sh/setup-uv@v7 |
Check failure
Code scanning / zizmor
unpinned action reference Error
with: | ||
persist-credentials: false | ||
- uses: astral-sh/setup-uv@v5 | ||
- uses: astral-sh/setup-uv@v7 |
Check failure
Code scanning / zizmor
unpinned action reference Error
|
||
- name: Publish a Python distribution to PyPI | ||
uses: pypa/gh-action-pypi-publish@v1.12.4 | ||
uses: pypa/gh-action-pypi-publish@v1.13.0 |
Check failure
Code scanning / zizmor
unpinned action reference Error
|
||
- name: Upload Python packages for release notes | ||
uses: softprops/action-gh-release@v2.2.1 | ||
uses: softprops/action-gh-release@v2.4.0 |
Check failure
Code scanning / zizmor
unpinned action reference Error
|
||
- name: Install the latest version of uv | ||
uses: astral-sh/setup-uv@v5 | ||
uses: astral-sh/setup-uv@v7 |
Check failure
Code scanning / zizmor
unpinned action reference Error
Bumps the actions group with 7 updates in the / directory:
4
5
4
5
2.2.1
2.4.0
5
6
5
7
1.12.4
1.13.0
3
4
Updates
actions/checkout
from 4 to 5Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
08c6903
Prepare v5.0.0 release (#2238)9f26565
Update actions checkout to use node 24 (#2226)Updates
actions/download-artifact
from 4 to 5Release notes
Sourced from actions/download-artifact's releases.
... (truncated)
Commits
634f93c
Merge pull request #416 from actions/single-artifact-id-download-pathb19ff43
refactor: resolve download path correctly in artifact download tests (mainly ...e262cbe
bundle distbff23f9
update docsfff8c14
fix download path logic when downloading a single artifact by id448e3f8
Merge pull request #407 from actions/nebuk89-patch-147225c4
Update README.mdUpdates
softprops/action-gh-release
from 2.2.1 to 2.4.0Release notes
Sourced from softprops/action-gh-release's releases.
... (truncated)
Changelog
Sourced from softprops/action-gh-release's changelog.
... (truncated)
Commits
aec2ec5
release 2.4.04db716b
feat: respect working_directory for files globs; add input and tests (#667)14820f2
chore(deps): bump the npm group with 2 updates (#668)62c96d0
release 2.3.47dc9b8a
fix(action): handle 422 already_exists race condition (#665)0f0e0b9
chore(deps): bump the npm group with 3 updates (#666)97d42c1
chore(deps): bump the npm group across 1 directory with 2 updates (#662)19cd0bc
chore(deps): bump vite from 7.0.0 to 7.1.5 (#657)5d1b0b1
chore(deps): bump@types/node
from 20.19.11 to 20.19.13 in the npm group (#655)f6021cf
chore(deps): bump actions/setup-node in the github-actions group (#656)Updates
actions/setup-python
from 5 to 6Release notes
Sourced from actions/setup-python's releases.
... (truncated)
Commits
e797f83
Upgrade to node 24 (#1164)3d1e2d2
Revert "Enhance cache-dependency-path handling to support files outside the w...65b0712
Clarify pythonLocation behavior for PyPy and GraalPy in environment variables...5b668cf
Bump actions/checkout from 4 to 5 (#1181)f62a0e2
Change missing cache directory error to warning (#1182)9322b3c
Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIn...fbeb884
Bump form-data to fix critical vulnerabilities #182 & #183 (#1163)03bb615
Bump idna from 2.9 to 3.7 in /tests/data (#843)36da51d
Add version parsing from Pipfile (#1067)3c6f142
update documentation (#1156)Updates
astral-sh/setup-uv
from 5 to 7Release notes
Sourced from astral-sh/setup-uv's releases.
... (truncated)
Commits
eb1897b
Bump dependencies (#613)d78d791
Bump github/codeql-action from 3.30.5 to 3.30.6 (#605)535dc26
Respect UV_CACHE_DIR and cache-dir (#612)f610be5
Use --force when pruning cache (#611)3deccc0
Use node24 instead of node20 (#608)d9ee7e2
Remove deprecated input server-url (#607)59a0868
Bump github/codeql-action from 3.30.3 to 3.30.5 (#594)c952556
Bump@renovatebot/pep440
from 4.2.0 to 4.2.1 (#581)51c3328
Fix test-uv-no-modify-path (#604)f2859da
Respect UV_NO_MODIFY_PATH (#603)Updates
pypa/gh-action-pypi-publish
from 1.12.4 to 1.13.0Release notes
Sourced from pypa/gh-action-pypi-publish's releases.
Commits
ed0c539
📦📌 Bump the pinned dependency tree77db1b7
Merge branch PR #306, GHSA-vxmw-7h4f-hqxh fix and PR #378 into unstable/v1280b3a1
Aliastyping as t
in importse380240
Useobject
in place oftyping.Any
in annotationse50bff6
Deduplicate claim ref lookupdecbc9a
Hint people to subscribe to #166 for notifications8208ad3
Ask not to report bugs with reusable workflowff0fef5
🧪 Scope WPS202 suppression to specific files1293b8c
Use yamllint disable line length linted01280
Linter (different rule)Updates
github/codeql-action
from 3 to 4Release notes
Sourced from github/codeql-action's releases.
... (truncated)
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
aac66ec
Removeupdate-proxy-release
workflow91a63dc
Removeundefined
values from results ofunsafeEntriesInvariant
d25fa60
ESLint: Disableno-unused-vars
for parameters starting with_
3adb1ff
Reorder supported tags in descending orderDependabot 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 <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