Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    infraInfrastructure issues (GitHub, etc)stale

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions