Skip to content

url.parse() deprecation warning in CI actions #1784

@jacalata

Description

@jacalata

The following deprecation warning appears in CI logs (e.g. in the publish-pypi workflow):

(node:1958) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.

Seen in: https://github.com/tableau/server-client-python/actions/runs/27735851682/job/82052418613

This is a Node.js deprecation in one of the GitHub Actions dependencies (likely actions/cache or actions/checkout). Should be resolved by ensuring all actions are pinned to their latest versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    infraInfrastructure issues (GitHub, etc)

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions