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