Skip to content

codeql-action/analyze@v2 - Deprecation warning from Node on use of fs.rmdir #1091

@vHeemstra

Description

@vHeemstra

When running the default CodeQL workflow, the log shows a deprecation warning from Node on the use of fs.rmdir():

(node:1717) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead

See the log line here.

CodeQL version: 2.9.3
GitHub Action: github/codeql-action/analyze@v2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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