René's URL Explorer Experiment


Title: chore(ci): bump the github-actions group with 6 updates by dependabot[bot] · Pull Request #1645 · python-zeroconf/python-zeroconf · GitHub

Open Graph Title: chore(ci): bump the github-actions group with 6 updates by dependabot[bot] · Pull Request #1645 · python-zeroconf/python-zeroconf

X Title: chore(ci): bump the github-actions group with 6 updates by dependabot[bot] · Pull Request #1645 · python-zeroconf/python-zeroconf

Description: Bumps the github-actions group with 6 updates: Package From To actions/checkout 6.0.0 6.0.1 codecov/codecov-action 5.5.1 5.5.2 CodSpeedHQ/action 4.4.1 4.5.1 python-semantic-release/python-semantic-release 10.5.2 10.5.3 actions/upload-artifact 5.0.0 6.0.0 actions/download-artifact 6.0.0 7.0.0 Updates actions/checkout from 6.0.0 to 6.0.1 Release notes Sourced from actions/checkout's releases. v6.0.1 What's Changed Update all references from v5 and v4 to v6 by @​ericsciple in actions/checkout#2314 Add worktree support for persist-credentials includeIf by @​ericsciple in actions/checkout#2327 Clarify v6 README by @​ericsciple in actions/checkout#2328 Full Changelog: actions/checkout@v6...v6.0.1 Commits 8e8c483 Clarify v6 README (#2328) 033fa0d Add worktree support for persist-credentials includeIf (#2327) c2d88d3 Update all references from v5 and v4 to v6 (#2314) See full diff in compare view Updates codecov/codecov-action from 5.5.1 to 5.5.2 Release notes Sourced from codecov/codecov-action's releases. v5.5.2 What's Changed check gpg only when skip-validation = false by @​maxweng-sentry in codecov/codecov-action#1894 chore: disable_search alignment by @​freemanzMrojo in codecov/codecov-action#1881 chore(release): 5.5.2 by @​thomasrockhu-codecov in codecov/codecov-action#1902 New Contributors @​maxweng-sentry made their first contribution in codecov/codecov-action#1894 @​freemanzMrojo made their first contribution in codecov/codecov-action#1881 Full Changelog: codecov/codecov-action@v5.5.1...v5.5.2 Changelog Sourced from codecov/codecov-action's changelog. v5.5.2 What's Changed Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2 v5.5.1 What's Changed fix: overwrite pr number on fork by @​thomasrockhu-codecov in codecov/codecov-action#1871 build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @​app/dependabot in codecov/codecov-action#1868 build(deps): bump github/codeql-action from 3.29.9 to 3.29.11 by @​app/dependabot in codecov/codecov-action#1867 fix: update to use local app/ dir by @​thomasrockhu-codecov in codecov/codecov-action#1872 docs: fix typo in README by @​datalater in codecov/codecov-action#1866 Document a codecov-cli version reference example by @​webknjaz in codecov/codecov-action#1774 build(deps): bump github/codeql-action from 3.28.18 to 3.29.9 by @​app/dependabot in codecov/codecov-action#1861 build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by @​app/dependabot in codecov/codecov-action#1833 Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1 v5.5.0 What's Changed feat: upgrade wrapper to 0.2.4 by @​jviall in codecov/codecov-action#1864 Pin actions/github-script by Git SHA by @​martincostello in codecov/codecov-action#1859 fix: check reqs exist by @​joseph-sentry in codecov/codecov-action#1835 fix: Typo in README by @​spalmurray in codecov/codecov-action#1838 docs: Refine OIDC docs by @​spalmurray in codecov/codecov-action#1837 build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by @​app/dependabot in codecov/codecov-action#1829 Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0 v5.4.3 What's Changed build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by @​app/dependabot in codecov/codecov-action#1822 fix: OIDC on forks by @​joseph-sentry in codecov/codecov-action#1823 Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3 v5.4.2 ... (truncated) Commits 671740a chore(release): 5.5.2 (#1902) 96b38e9 chore: disable_search alignment (#1881) 9b6d1f8 check gpg only when skip-validation = false (#1894) See full diff in compare view Updates CodSpeedHQ/action from 4.4.1 to 4.5.1 Release notes Sourced from CodSpeedHQ/action's releases. v4.5.1 Release Notes 🚀 Features Remove projects query from the exec polling by @​GuillaumeLagrange in #173 Fetch project from API when running outside of git repo by @​GuillaumeLagrange Add get or create project repository query by @​GuillaumeLagrange Automatically install exec-harness for exec subcommand by @​GuillaumeLagrange Auto install codspeed-memtrack during executor setup by @​GuillaumeLagrange Serialize events serially to allow streamed decoding by @​not-matthias in #172 Parse perf file for memmap events instead of relying on /proc/pid/maps by @​GuillaumeLagrange Use the projects upload enpdoint in exec command by @​GuillaumeLagrange Add exec subcommand and refactor run subcommand by @​GuillaumeLagrange Add exec-harness binary by @​GuillaumeLagrange Add memory executor by @​not-matthias Add memtrack crate by @​not-matthias Add artifact types by @​not-matthias Add shared fifo by @​not-matthias Add new fifo commands by @​not-matthias Support simulation for free-threaded python by @​adriencaccia in #167 🐛 Bug Fixes fix: specify package when using branch/ref by @​not-matthias in CodSpeedHQ/action#162 fix: properly check for allow_empty input by @​GuillaumeLagrange in CodSpeedHQ/action#164 Filter out arm debugging symbols by @​GuillaumeLagrange in #179 Filter out empty named symbols when building perf-map by @​GuillaumeLagrange in #176 Do not break support for no reason when changing integration hooks protocol version by @​GuillaumeLagrange in #175 Remove dirty retry on timeout and simply increase timeout for GQL client by @​GuillaumeLagrange Stop hanging indefinitely if process fails to start in memory executor by @​GuillaumeLagrange in #171 Remove the password prompt from the run_with_sudo dialog by @​GuillaumeLagrange Collect events in thread to avoid mutex overhead by @​not-matthias Convert events in thread to avoid blocking at the end by @​not-matthias Compress only when size exceeds threshold by @​not-matthias Forward environment in memory executor by @​not-matthias Fix plan test in CI by @​GuillaumeLagrange in #165 Prevent nextest from running valgrind and memcheck concurrently by @​GuillaumeLagrange Stop ignoring samples by @​GuillaumeLagrange Use correct name for unwind_data trait declaration by @​GuillaumeLagrange Stop filtering out zero sized symbol by @​GuillaumeLagrange Request OIDC token after creating profile archive by @​fargito in #170 Remove snapshots that were not part of lfs by @​not-matthias in #166 Always print memory mapping logs by @​not-matthias 🏗️ Refactor Create a dedicated execution_context that holds runtime information by @​GuillaumeLagrange Move executor and instruments modules out of run module by @​GuillaumeLagrange ⚙️ Internals docs(examples): add go and cpp examples by @​fargito in CodSpeedHQ/action#161 Ignore some tags in the changelog ... (truncated) Commits 972e343 Release v4.5.1 🚀 e3e45ce chore: bump runner version to 4.5.1 (#166) 9afcb0e chore: bump runner version to 4.5.0 3d6a1d9 fix: properly check for allow_empty input 46b6081 fix: specify package when using branch/ref 13a6cd6 docs(examples): add go and cpp examples See full diff in compare view Updates python-semantic-release/python-semantic-release from 10.5.2 to 10.5.3 Release notes Sourced from python-semantic-release/python-semantic-release's releases. v10.5.3 (2025-12-14) This release is published under the MIT License. 🪲 Bug Fixes cmd-version: Resolve unauthenticated git repo issues for upstream verification (PR#1388, e164f68) github-action: Fix failed signing issue when ssh was missing from action environment (PR#1389, 18b7eda) parser-conventional-monorepo: Fix parser opts validator for outside dir path matches (PR#1382, a51eadd) ✅ Resolved Issues #1373: verify_upstream_unchanged fails on github actions when git repo is unauthenticated #1376: ssh-agent & ssh-add is missing from python-semantic-release github action #1380: Monorepo path_filters fails to reference paths outside the current package subtree Detailed Changes: v10.5.2...v10.5.3 Installable artifacts are available from: PyPi Registry GitHub Release Assets Changelog Sourced from python-semantic-release/python-semantic-release's changelog. .. _changelog: ========= CHANGELOG .. _changelog-v10.5.3: v10.5.3 (2025-12-14) 🪲 Bug Fixes cmd-version: Resolve unauthenticated git repo issues for upstream verification, closes [#1373](https://github.com/python-semantic-release/python-semantic-release/issues/1373)_ (PR#1388, e164f68) github-action: Fix failed signing issue when ssh was missing from action environment, closes [#1376](https://github.com/python-semantic-release/python-semantic-release/issues/1376)_ (PR#1389, 18b7eda) parser-conventional-monorepo: Fix parser opts validator for outside dir path matches, closes [#1380](https://github.com/python-semantic-release/python-semantic-release/issues/1380)_ (PR#1382, a51eadd) .. _#1373: python-semantic-release/python-semantic-release#1373 .. _#1376: python-semantic-release/python-semantic-release#1376 .. _#1380: python-semantic-release/python-semantic-release#1380 .. _18b7eda: python-semantic-release/python-semantic-release@18b7eda .. _a51eadd: python-semantic-release/python-semantic-release@a51eadd .. _e164f68: python-semantic-release/python-semantic-release@e164f68 .. _PR#1382: python-semantic-release/python-semantic-release#1382 .. _PR#1388: python-semantic-release/python-semantic-release#1388 .. _PR#1389: python-semantic-release/python-semantic-release#1389 .. _changelog-v10.5.2: v10.5.2 (2025-11-10) 🪲 Bug Fixes cmd-version: Toggle verify upstream off when no version commit is made (PR#1370, e0b3b70) .. _e0b3b70: python-semantic-release/python-semantic-release@e0b3b70 .. _PR#1370: python-semantic-release/python-semantic-release#1370 .. _changelog-v10.5.1: ... (truncated) Commits 350c48f chore: release v10.5.3 a51eadd fix(parser-conventional-monorepo): fix parser opts validator for outside dir ... 427af48 test(fixtures): upgrade monorepos to monitor external package files 27a006c test(fixtures): upgrade commit simulation to modify specific files e164f68 fix(cmd-version): resolve unauthenticated git repo issues for upstream verifi... 18b7eda fix(github-action): fix failed signing issue when ssh was missing from action... 779af88 ci(deps): bump tj-actions/changed-files@v47.0.0 action to v47.0.1 (#1394) edf0229 ci(deps): bump actions/stale@v10.1.0 to v10.1.1 (#1394) e0927e3 ci(deps): bump actions/setup-python@v6.0.0 to v6.1.0 (#1394) b984f41 ci(deps): bump actions/upload-artifact@v5.0.0 to v6.0.0 (#1394) Additional commits viewable in compare view Updates actions/upload-artifact from 5.0.0 to 6.0.0 Release notes Sourced from actions/upload-artifact's releases. v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading. Node.js 24 This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24. What's Changed Upload Artifact Node 24 support by @​salmanmkc in actions/upload-artifact#719 fix: update @​actions/artifact for Node.js 24 punycode deprecation by @​salmanmkc in actions/upload-artifact#744 prepare release v6.0.0 for Node.js 24 support by @​salmanmkc in actions/upload-artifact#745 Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0 Commits b7c566a Merge pull request #745 from actions/upload-artifact-v6-release e516bc8 docs: correct description of Node.js 24 support in README ddc45ed docs: update README to correct action name for Node.js 24 support 615b319 chore: release v6.0.0 for Node.js 24 support 017748b Merge pull request #744 from actions/fix-storage-blob 38d4c79 chore: rebuild dist 7d27270 chore: add missing license cache files for @​actions/core, @​actions/io, and mi... 5f643d3 chore: update license files for @​actions/artifact@​5.0.1 dependencies 1df1684 chore: update package-lock.json with @​actions/artifact@​5.0.1 b5b1a91 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix Additional commits viewable in compare view Updates actions/download-artifact from 6.0.0 to 7.0.0 Release notes Sourced from actions/download-artifact's releases. v7.0.0 v7 - What's new [!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading. Node.js 24 This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24. What's Changed Update GHES guidance to include reference to Node 20 version by @​patrikpolyak in actions/download-artifact#440 Download Artifact Node24 support by @​salmanmkc in actions/download-artifact#415 fix: update @​actions/artifact to fix Node.js 24 punycode deprecation by @​salmanmkc in actions/download-artifact#451 prepare release v7.0.0 for Node.js 24 support by @​salmanmkc in actions/download-artifact#452 New Contributors @​patrikpolyak made their first contribution in actions/download-artifact#440 @​salmanmkc made their first contribution in actions/download-artifact#415 Full Changelog: actions/download-artifact@v6.0.0...v7.0.0 Commits 37930b1 Merge pull request #452 from actions/download-artifact-v7-release 72582b9 doc: update readme 0d2ec9d chore: release v7.0.0 for Node.js 24 support fd7ae8f Merge pull request #451 from actions/fix-storage-blob d484700 chore: restore minimatch.dep.yml license file 03a8080 chore: remove obsolete dependency license files 56fe6d9 chore: update @​actions/artifact license file to 5.0.1 8e3ebc4 chore: update package-lock.json with @​actions/artifact@​5.0.1 1e3c4b4 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix 458627d chore: use local @​actions/artifact package for Node.js 24 testing Additional commits viewable 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 ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore 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 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 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 will remove all of the ignore conditions of the specified dependency @dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions

Open Graph Description: Bumps the github-actions group with 6 updates: Package From To actions/checkout 6.0.0 6.0.1 codecov/codecov-action 5.5.1 5.5.2 CodSpeedHQ/action 4.4.1 4.5.1 python-semantic-release/pyt...

X Description: Bumps the github-actions group with 6 updates: Package From To actions/checkout 6.0.0 6.0.1 codecov/codecov-action 5.5.1 5.5.2 CodSpeedHQ/action 4.4.1 4.5.1 python-semantic-release/pyt...

Opengraph URL: https://github.com/python-zeroconf/python-zeroconf/pull/1645

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:442d3caf-e5fe-16e7-5e1e-9a1eb6fa02b4
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idB7AA:4BEBD:1C9E98A:27C6897:69728224
html-safe-nonce5d04f143e3165ac043f6cb9b26a044c96f8168e15b38183826def1b73a132d1f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCN0FBOjRCRUJEOjFDOUU5OEE6MjdDNjg5Nzo2OTcyODIyNCIsInZpc2l0b3JfaWQiOiI3MTE1OTEwNDYzNTUxMDc4OTQ4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac7d45e4926904671f45244b2d0d3ec9cb77700448d5f047388cc4180e7968437b
hovercard-subject-tagpull_request:3140239511
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python-zeroconf/python-zeroconf/pull/1645/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps the github-actions group with 6 updates: Package From To actions/checkout 6.0.0 6.0.1 codecov/codecov-action 5.5.1 5.5.2 CodSpeedHQ/action 4.4.1 4.5.1 python-semantic-release/pyt...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None7631aa5e32c11c73e45f19f2aaeaa7e0305d2ec80414866e8b020f3c2144ccae
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/python-zeroconf/python-zeroconf git https://github.com/python-zeroconf/python-zeroconf.git
octolytics-dimension-user_id120192235
octolytics-dimension-user_loginpython-zeroconf
octolytics-dimension-repository_id21548731
octolytics-dimension-repository_nwopython-zeroconf/python-zeroconf
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id21548731
octolytics-dimension-repository_network_root_nwopython-zeroconf/python-zeroconf
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release40f44656d2185a364dd710032a2e10ee2f1d7e20
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-zeroconf%2Fpython-zeroconf%2Fpull%2F1645%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-zeroconf%2Fpython-zeroconf%2Fpull%2F1645%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=python-zeroconf%2Fpython-zeroconf
Reloadhttps://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files
Reloadhttps://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files
Reloadhttps://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files
python-zeroconf https://patch-diff.githubusercontent.com/python-zeroconf
python-zeroconfhttps://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-zeroconf%2Fpython-zeroconf
Fork 232 https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-zeroconf%2Fpython-zeroconf
Star 704 https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-zeroconf%2Fpython-zeroconf
Code https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf
Issues 50 https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/issues
Pull requests 5 https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pulls
Discussions https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/discussions
Actions https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/actions
Projects 0 https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/projects
Wiki https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/wiki
Security 0 https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/security
Insights https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pulse
Code https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf
Issues https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/issues
Pull requests https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pulls
Discussions https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/discussions
Actions https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/actions
Projects https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/projects
Wiki https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/wiki
Security https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/security
Insights https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fpython-zeroconf%2Fpython-zeroconf%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fpython-zeroconf%2Fpython-zeroconf%2Fissues%2Fnew%2Fchoose
bdracohttps://patch-diff.githubusercontent.com/bdraco
masterhttps://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/tree/master
dependabot/github_actions/github-actions-8a10476d5ehttps://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/tree/dependabot/github_actions/github-actions-8a10476d5e
Conversation 2 https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645
Commits 1 https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/commits
Checks 41 https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/checks
Files changed https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files
Please reload this pagehttps://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files
chore(ci): bump the github-actions group with 6 updates https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files
d4a825c chore(ci): bump the github-actions group with 6 updates dependabot[bot] Jan 1, 2026 https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/commits/d4a825ca683c0784b0a1bce8a8298a031b2ae2e6
Clear filters https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files
Please reload this pagehttps://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files
Please reload this pagehttps://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files
.github/workflows/ci.ymlhttps://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03f
View file https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/blob/d4a825ca683c0784b0a1bce8a8298a031b2ae2e6/.github/workflows/ci.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03f
https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03f
https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03f
https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03f
https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03f
https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03f
https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03f
https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03f
https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03f
https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03f
https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03f
https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03f
https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03f
https://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03f
Please reload this pagehttps://patch-diff.githubusercontent.com/python-zeroconf/python-zeroconf/pull/1645/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.