darwin-py
darwin-py copied to clipboard
Bump the github-actions group across 1 directory with 7 updates
Bumps the github-actions group with 7 updates in the / directory:
Package | From | To |
---|---|---|
actions/github-script | 3.2.0 |
7.0.1 |
actions/setup-python | 5.1.1 |
5.2.0 |
abatilo/actions-poetry | 2 |
3 |
pypa/gh-action-pypi-publish | 1.9.0 |
1.10.0 |
github/codeql-action | 3.26.3 |
3.26.6 |
ossf/scorecard-action | 2.3.3 |
2.4.0 |
actions/upload-artifact | 4.3.6 |
4.4.0 |
Updates actions/github-script
from 3.2.0 to 7.0.1
Release notes
Sourced from actions/github-script's releases.
v7.0.1
What's Changed
- Avoid setting
baseUrl
to undefined when input is not provided by@joshmgross
in actions/github-script#439Full Changelog: https://github.com/actions/github-script/compare/v7.0.0...v7.0.1
v7.0.0
What's Changed
- Add base-url option by
@robandpdx
in actions/github-script#429- Expose async-function argument type by
@viktorlott
in actions/github-script#402, see for details https://github.com/actions/github-script#use-scripts-with-jsdoc-support- Update dependencies and use Node 20 by
@joshmgross
in actions/github-script#425New Contributors
@navarroaxel
made their first contribution in actions/github-script#285@robandpdx
made their first contribution in actions/github-script#429@viktorlott
made their first contribution in actions/github-script#402Full Changelog: https://github.com/actions/github-script/compare/v6.4.1...v7.0.0
v6.4.1
What's Changed
- Add
@octokit/plugin-request-log
, to produce debug output for requests by@mjpieters
in actions/github-script#358- fix input handling by
@mjpieters
in actions/github-script#357- Remove unused dependencies by
@mjpieters
in actions/github-script#356- Default debug to current runner debug state by
@mjpieters
in actions/github-script#363New Contributors
@mjpieters
made their first contribution in actions/github-script#358Full Changelog: https://github.com/actions/github-script/compare/v6.4.0...v6.4.1
v6.4.0
What's Changed
- Bump json5 from 2.1.3 to 2.2.3 by
@dependabot
in actions/github-script#319- Bump minimatch from 3.0.4 to 3.1.2 by
@dependabot
in actions/github-script#320- Add node-fetch by
@danmichaelo
in actions/github-script#321New Contributors
@jongwooo
made their first contribution in actions/github-script#313@austinvazquez
made their first contribution in actions/github-script#306@danmichaelo
made their first contribution in actions/github-script#321Full Changelog: https://github.com/actions/github-script/compare/v6.3.3...v6.4.0
v6.3.3
What's Changed
- Update
@actions/glob
to 0.3.0 by@nineinchnick
in actions/github-script#279New Contributors
... (truncated)
Commits
60a0d83
Merge pull request #440 from actions/joshmgross/v7.0.1b7fb200
Update version to 7.0.112e22ed
Merge pull request #439 from actions/joshmgross/avoid-setting-base-urld319f8f
Avoid settingbaseUrl
to undefined when input is not providede69ef54
Merge pull request #425 from actions/joshmgross/node-20ee0914b
Update licensesd6fc56f
Use@types/node
for Node 20384d6cf
Fix quotations in tests8472492
Only validate GraphQLpreviews
84903f5
Removenode-fetch
from type- Additional commits viewable in compare view
Updates actions/setup-python
from 5.1.1 to 5.2.0
Release notes
Sourced from actions/setup-python's releases.
v5.2.0
What's Changed
Bug fixes:
- Add
.zip
extension to Windows package downloads forExpand-Archive
Compatibility by@priyagupta108
in actions/setup-python#916 This addresses compatibility issues on Windows self-hosted runners by ensuring that the filenames for Python and PyPy package downloads explicitly include the .zip extension, allowing the Expand-Archive command to function correctly.- Add arch to cache key by
@Zxilly
in actions/setup-python#896 This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflictsDocumentation changes:
- Fix display of emojis in contributors doc by
@sciencewhiz
in actions/setup-python#899- Documentation update for caching poetry dependencies by
@gowridurgad
in actions/setup-python#908Dependency updates:
- Bump
@iarna/toml
version from 2.2.5 to 3.0.0 by@priya-kinthali
in actions/setup-python#912- Bump pyinstaller from 3.6 to 5.13.1 by
@aparnajyothi-y
in actions/setup-python#923New Contributors
@sciencewhiz
made their first contribution in actions/setup-python#899@priyagupta108
made their first contribution in actions/setup-python#916@Zxilly
made their first contribution in actions/setup-python#896@aparnajyothi-y
made their first contribution in actions/setup-python#923Full Changelog: https://github.com/actions/setup-python/compare/v5...v5.2.0
Commits
f677139
Bump pyinstaller from 3.6 to 5.13.1 in /tests/data (#923)2bd53f9
Documentation update for caching poetry dependencies (#908)80b49d3
fix: add arch to cache key (#896)036a523
Fix: Add.zip
extension to Windows package downloads forExpand-Archive
C...04c1311
Fix display of emojis in contributors doc (#899)cb68456
Updated@iarna/toml
version to 3.0.0 (#912)- See full diff in compare view
Updates abatilo/actions-poetry
from 2 to 3
Release notes
Sourced from abatilo/actions-poetry's releases.
v3.0.0
3.0.0 (2024-1-11)
BREAKING CHANGE
Use pipx to isolate poetry (#63) (7b6d33e)
Functionality itself should expect to be the same but the affected virtualenv is different and people might have depended on this behavior so we're considering this a breaking change.
v2.4.0
2.4.0 (2023-12-29)
Features
v2.3.0
2.3.0 (2023-02-24)
Features
v2.2.0
2.2.0 (2022-11-26)
Features
v2.1.6
2.1.6 (2022-08-23)
Bug Fixes
v2.1.5
2.1.5 (2022-06-26)
Bug Fixes
- quote versions to fix parsing errors (c1aba0c)
... (truncated)
Commits
7b6d33e
feat!: use pipx to isolate poetry (#63)- See full diff in compare view
Updates pypa/gh-action-pypi-publish
from 1.9.0 to 1.10.0
Release notes
Sourced from pypa/gh-action-pypi-publish's releases.
v1.10.0
🔏 Anything fancy, eh?
This time,
@woodruffw
💰 implemented support for PEP 740 attestations functionality in #236 and #245. This is a big deal, as it is a huge step forward to replacing what the deprecated GPG signatures used to provide in a more meaningful way.🙏 Please, thank William for working on this amazing improvement for the ecosystem! The overall effort is tracked @ pypi/warehouse#15871, by the way.
🪞 Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.9.0...v1.10.0
🧔♂️ Release Manager:
@webknjaz 🇺🇦
Commits
8a08d61
Expose PEP 740 attestations functionalityfb9fc6a
Merge pull request #245 from trail-of-forks/ww/bump-twine4d020ff
requirements: re-compile requirements with latest twine- See full diff in compare view
Updates github/codeql-action
from 3.26.3 to 3.26.6
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.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.[UNRELEASED]
No user facing changes.
3.26.6 - 29 Aug 2024
- Update default CodeQL bundle version to 2.18.3. #2449
3.26.5 - 23 Aug 2024
- Fix an issue where the
csrutil
system call used for telemetry would fail on MacOS ARM machines with System Integrity Protection disabled. #24413.26.4 - 21 Aug 2024
- Deprecation: The
add-snippets
input on theanalyze
Action is deprecated and will be removed in the first release in August 2025. #2436- Fix an issue where the disk usage system call used for telemetry would fail on MacOS ARM machines with System Integrity Protection disabled, and then surface a warning. The system call is now disabled for these machines. #2434
3.26.3 - 19 Aug 2024
- Fix an issue where the CodeQL Action could not write diagnostic messages on Windows. This issue did not impact analysis quality. #2430
3.26.2 - 14 Aug 2024
- Update default CodeQL bundle version to 2.18.2. #2417
3.26.1 - 13 Aug 2024
No user facing changes.
3.26.0 - 06 Aug 2024
- Deprecation: Swift analysis on Ubuntu runner images is no longer supported. Please migrate to a macOS runner if this affects you. #2403
- Bump the minimum CodeQL bundle version to 2.13.5. #2408
3.25.15 - 26 Jul 2024
- Update default CodeQL bundle version to 2.18.1. #2385
3.25.14 - 25 Jul 2024
- Experimental: add a new
start-proxy
action which starts the same HTTP proxy as used bygithub/dependabot-action
. Do not use this in production as it is part of an internal experiment and subject to change at any time. #23763.25.13 - 19 Jul 2024
... (truncated)
Commits
4dd1613
Merge pull request #2452 from github/update-v3.26.6-7233ec5e6dd9dd2d
Update changelog for v3.26.67233ec5
Merge pull request #2449 from github/update-bundle/codeql-bundle-v2.18.3a32c44d
Add changelog note2966897
Update default bundle to codeql-bundle-v2.18.3b8efe4d
Merge pull request #2435 from github/update-supported-enterprise-server-versionsab408a8
Merge branch 'main' into update-supported-enterprise-server-versions864b979
Merge pull request #2443 from github/dbartol/config-file-telemetryd36c7aa
Merge pull request #2448 from github/dependabot/npm_and_yarn/npm-09b7c43f6bb3bf514
Update checked-in dependencies- Additional commits viewable in compare view
Updates ossf/scorecard-action
from 2.3.3 to 2.4.0
Release notes
Sourced from ossf/scorecard-action's releases.
v2.4.0
What's Changed
This update bumps the Scorecard version to the v5 release. For a complete list of changes, please refer to the v5.0.0 release notes. Of special note to Scorecard Action is the Maintainer Annotation feature, which can be used to suppress some Code Scanning false positives. Alerts will not be generated for any Scorecard Check with an annotation.
- :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0 by
@spencerschrock
in ossf/scorecard-action#1410- :bug: lower license sarif alert threshold to 9 by
@spencerschrock
in ossf/scorecard-action#1411Documentation
- docs: dogfooding badge by
@jkowalleck
in ossf/scorecard-action#1399New Contributors
@jkowalleck
made their first contribution in ossf/scorecard-action#1399Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.3.3...v2.4.0
Commits
62b2cac
bump docker tag to v2.4.0 for release (#1414)c09630c
lower license score alert threshold to 9 (#1411)cf8594c
:seedling: Bump github.com/sigstore/cosign/v2 from 2.2.4 to 2.3.0 (#1413)de5fcb9
:seedling: Bump the github-actions group with 2 updates (#1412)a46b90b
bump scorecard to v5.0.0 release (#1410)9fc518d
:seedling: Bump golang in the docker-images group (#1407)a8eaa1b
:seedling: Bump the github-actions group with 2 updates (#1408)873d5fd
:seedling: Bump the github-actions group across 1 directory with 2 updates (#...54cc1fe
:seedling: Bump the docker-images group with 2 updates (#1401)82bcb91
:seedling: Bump golang.org/x/net from 0.26.0 to 0.27.0 (#1400)- Additional commits viewable in compare view
Updates actions/upload-artifact
from 4.3.6 to 4.4.0
Release notes
Sourced from actions/upload-artifact's releases.
v4.4.0
Notice: Breaking Changes :warning:
We will no longer include hidden files and folders by default in the
upload-artifact
action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option,include-hidden-files
, to continue to do so.See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.
What's Changed
- Exclude hidden files by default by
@joshmgross
in actions/upload-artifact#598Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0
Commits
5076954
Merge pull request #598 from actions/joshmgross/exclude-hidden-filesd52396a
Add a warning about enablinginclude-hidden-files
710f362
Remove "merged" frominclude-hidden-files
input description3b315f2
npm run release
again 🙂3be2180
Remove another trailing comma453e8d0
Update glob license0a398c1
npm run release
a0c40cf
Update to latest@actions/glob
and fix testsacb59e4
lint
cb6558b
Exclude hidden files by default- 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 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