Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump actions/setup-node from 4.1.0 to 4.2.0 in /.github/actions/setup-node #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2025

Bumps actions/setup-node from 4.1.0 to 4.2.0.

Release notes

Sourced from actions/setup-node's releases.

v4.2.0

What's Changed

New Contributors

Full Changelog: actions/setup-node@v4...v4.2.0

Commits

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by Sourcery

CI:

  • Bump actions/setup-node from version 4.1.0 to 4.2.0 in the GitHub Actions workflow.

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 5, 2025
Copy link

sourcery-ai bot commented Feb 5, 2025

Reviewer's Guide by Sourcery

This pull request updates the GitHub Actions workflow by bumping the version of actions/setup-node from 4.1.0 to 4.2.0. This change ensures that the workflow benefits from the latest enhancements and fixes provided in the new version.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Bump actions/setup-node version from 4.1.0 to 4.2.0
  • Updated the version of actions/setup-node used in the GitHub Actions workflow from 4.1.0 to 4.2.0
.github/actions/setup-node/action.yaml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

coderabbitai bot commented Feb 5, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot added the chore label Feb 5, 2025
Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

Copy link

codiumai-pr-agent-free bot commented Feb 5, 2025

CI Feedback 🧐

(Feedback updated until commit 27b1c3c)

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: Analyze

Failed stage: Perform CodeQL Analysis [❌]

Failure summary:

The CodeQL analysis failed because the repository has both a default setup and an advanced
configuration enabled simultaneously. The error message states: "CodeQL analyses from advanced
configurations cannot be processed when the default setup is enabled". This is a configuration
conflict that needs to be resolved by either:

  • Disabling the default CodeQL setup, or
  • Removing the advanced CodeQL configuration

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    286:  },
    287:  "logging" : {
    288:  "title" : "Options pertaining to logging.",
    289:  "description" : "Options pertaining to logging.",
    290:  "type" : "object",
    291:  "properties" : {
    292:  "verbosity" : {
    293:  "title" : "Extractor logging verbosity level.",
    294:  "description" : "Controls the level of verbosity of the extractor. The supported levels are (in order of increasing verbosity):\n  - off\n  - errors\n  - warnings\n  - info or progress\n  - debug or progress+\n  - trace or progress++\n  - progress+++\n",
    295:  "type" : "string",
    296:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
    ...
    
    326:  "extractor_options" : {
    327:  "logging" : {
    328:  "title" : "Options pertaining to logging.",
    329:  "description" : "Options pertaining to logging.",
    330:  "type" : "object",
    331:  "properties" : {
    332:  "verbosity" : {
    333:  "title" : "Python extractor logging verbosity level.",
    334:  "description" : "Controls the level of verbosity of the CodeQL Python extractor.\nThe supported levels are (in order of increasing verbosity):\n\n  - off\n  - errors\n  - warnings\n  - info or progress\n  - debug or progress+\n  - trace or progress++\n  - progress+++\n",
    335:  "type" : "string",
    336:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
    ...
    
    562:  },
    563:  "logging" : {
    564:  "title" : "Options pertaining to logging.",
    565:  "description" : "Options pertaining to logging.",
    566:  "type" : "object",
    567:  "properties" : {
    568:  "verbosity" : {
    569:  "title" : "Extractor logging verbosity level.",
    570:  "description" : "Controls the level of verbosity of the extractor. The supported levels are (in order of increasing verbosity):\n  - off\n  - errors\n  - warnings\n  - info or progress\n  - debug or progress+\n  - trace or progress++\n  - progress+++\n",
    571:  "type" : "string",
    572:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
    ...
    
    602:  "extractor_options" : {
    603:  "logging" : {
    604:  "title" : "Options pertaining to logging.",
    605:  "description" : "Options pertaining to logging.",
    606:  "type" : "object",
    607:  "properties" : {
    608:  "verbosity" : {
    609:  "title" : "Python extractor logging verbosity level.",
    610:  "description" : "Controls the level of verbosity of the CodeQL Python extractor.\nThe supported levels are (in order of increasing verbosity):\n\n  - off\n  - errors\n  - warnings\n  - info or progress\n  - debug or progress+\n  - trace or progress++\n  - progress+++\n",
    611:  "type" : "string",
    612:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
    ...
    
    819:  cleanup-level: brutal
    820:  add-snippets: false
    821:  skip-queries: false
    822:  checkout_path: /home/runner/work/codetypo/codetypo
    823:  upload-database: true
    824:  wait-for-processing: true
    825:  token: ***
    826:  matrix: null
    827:  expect-error: false
    ...
    
    1208:  [2025-02-05 15:17:18] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryNegRef.html
    1209:  [2025-02-05 15:17:18] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryFileTypes.html (19 ms)
    1210:  [2025-02-05 15:17:18] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryPath.html
    1211:  [2025-02-05 15:17:18] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryId.html (23 ms)
    1212:  [2025-02-05 15:17:18] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryRef.html
    1213:  [2025-02-05 15:17:18] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryNegRef.html (21 ms)
    1214:  [2025-02-05 15:17:18] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryReference.html
    1215:  [2025-02-05 15:17:18] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryPath.html (16 ms)
    1216:  [2025-02-05 15:17:18] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ErrorEmitter.html
    1217:  [2025-02-05 15:17:18] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryRef.html (16 ms)
    1218:  [2025-02-05 15:17:18] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ErrorLike.html
    1219:  [2025-02-05 15:17:18] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryReference.html (18 ms)
    1220:  [2025-02-05 15:17:18] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/FSPathResolvable.html
    1221:  [2025-02-05 15:17:18] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ErrorEmitter.html (16 ms)
    1222:  [2025-02-05 15:17:18] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/Feature.html
    1223:  [2025-02-05 15:17:18] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ErrorLike.html (21 ms)
    ...
    
    1274:  [2025-02-05 15:17:18] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ReporterSettings.html
    1275:  [2025-02-05 15:17:18] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ReporterSettings.html (7 ms)
    1276:  [2025-02-05 15:17:18] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ResultEmitter.html
    1277:  [2025-02-05 15:17:18] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ReplaceEntry.html (12 ms)
    1278:  [2025-02-05 15:17:18] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/SimpleGlob.html
    1279:  [2025-02-05 15:17:18] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ReplaceMap.html (12 ms)
    1280:  [2025-02-05 15:17:18] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/Source.html
    1281:  [2025-02-05 15:17:18] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/RegExpPatternList.html (15 ms)
    1282:  [2025-02-05 15:17:18] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/SpellingErrorEmitter.html
    1283:  [2025-02-05 15:17:18] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ResultEmitter.html (12 ms)
    1284:  [2025-02-05 15:17:18] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/SuggestionCostMapDef.html
    1285:  [2025-02-05 15:17:18] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/Source.html (12 ms)
    1286:  [2025-02-05 15:17:18] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/SimpleGlob.html (15 ms)
    1287:  [2025-02-05 15:17:18] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/TrustLevel.html
    1288:  [2025-02-05 15:17:18] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/SpellingErrorEmitter.html (11 ms)
    ...
    
    1468:  [2025-02-05 15:17:27] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/Dispatcher.ts
    1469:  [2025-02-05 15:17:27] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/Dispatcher.ts (2 ms)
    1470:  [2025-02-05 15:17:27] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/ServiceRequestFactory.ts
    1471:  [2025-02-05 15:17:27] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/ServiceRequestFactory.ts (8 ms)
    1472:  [2025-02-05 15:17:27] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/bus.ts
    1473:  [2025-02-05 15:17:27] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/bus.ts (57 ms)
    1474:  [2025-02-05 15:17:27] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/createRequestHandler.ts
    1475:  [2025-02-05 15:17:27] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/createRequestHandler.ts (6 ms)
    1476:  [2025-02-05 15:17:27] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/errors.ts
    1477:  [2025-02-05 15:17:27] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/errors.ts (5 ms)
    ...
    
    1880:  [2025-02-05 15:17:38] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-glob/src/index.ts
    1881:  [2025-02-05 15:17:38] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-glob/src/index.ts (1 ms)
    1882:  [2025-02-05 15:17:38] [build-stdout] Opening project /home/runner/work/codetypo/codetypo/packages/codetypo-grammar/tsconfig.json
    1883:  [2025-02-05 15:17:38] [build-stdout] Done opening project /home/runner/work/codetypo/codetypo/packages/codetypo-grammar/tsconfig.json (1 ms)
    1884:  [2025-02-05 15:17:38] [build-stdout] Opening project /home/runner/work/codetypo/codetypo/packages/codetypo-io/tsconfig.json
    1885:  [2025-02-05 15:17:39] [build-stdout] Done opening project /home/runner/work/codetypo/codetypo/packages/codetypo-io/tsconfig.json (349 ms)
    1886:  [2025-02-05 15:17:39] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/handlers/node/file.ts
    1887:  [2025-02-05 15:17:39] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/handlers/node/file.ts (165 ms)
    1888:  [2025-02-05 15:17:39] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/node/file/FetchError.test.ts
    1889:  [2025-02-05 15:17:39] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/node/file/FetchError.test.ts (15 ms)
    1890:  [2025-02-05 15:17:39] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/node/file/FetchError.ts
    1891:  [2025-02-05 15:17:39] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/node/file/FetchError.ts (9 ms)
    ...
    
    1950:  [2025-02-05 15:17:40] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/stat.ts
    1951:  [2025-02-05 15:17:40] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/stat.ts (4 ms)
    1952:  [2025-02-05 15:17:40] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/transformers.test.ts
    1953:  [2025-02-05 15:17:40] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/transformers.test.ts (30 ms)
    1954:  [2025-02-05 15:17:40] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/transformers.ts
    1955:  [2025-02-05 15:17:40] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/transformers.ts (11 ms)
    1956:  [2025-02-05 15:17:40] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/urlOrReferenceToUrl.ts
    1957:  [2025-02-05 15:17:40] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/urlOrReferenceToUrl.ts (1 ms)
    1958:  [2025-02-05 15:17:40] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/assert.test.ts
    1959:  [2025-02-05 15:17:40] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/assert.test.ts (7 ms)
    1960:  [2025-02-05 15:17:40] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/assert.ts
    1961:  [2025-02-05 15:17:40] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/assert.ts (1 ms)
    1962:  [2025-02-05 15:17:40] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/error.test.ts
    1963:  [2025-02-05 15:17:40] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/error.test.ts (3 ms)
    1964:  [2025-02-05 15:17:40] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/error.ts
    1965:  [2025-02-05 15:17:40] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/error.ts (2 ms)
    1966:  [2025-02-05 15:17:40] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/errors.test.ts
    1967:  [2025-02-05 15:17:40] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/errors.test.ts (5 ms)
    1968:  [2025-02-05 15:17:40] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/errors.ts
    1969:  [2025-02-05 15:17:40] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/errors.ts (1 ms)
    1970:  [2025-02-05 15:17:40] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/index.ts
    1971:  [2025-02-05 15:17:40] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/index.ts (1 ms)
    ...
    
    2048:  [2025-02-05 15:17:42] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/configToRawSettings.ts
    2049:  [2025-02-05 15:17:42] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/configToRawSettings.ts (13 ms)
    2050:  [2025-02-05 15:17:42] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/defaultConfigLoader.test.ts
    2051:  [2025-02-05 15:17:42] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/defaultConfigLoader.test.ts (3 ms)
    2052:  [2025-02-05 15:17:42] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/defaultConfigLoader.ts
    2053:  [2025-02-05 15:17:42] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/defaultConfigLoader.ts (13 ms)
    2054:  [2025-02-05 15:17:42] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/defaultSettings.ts
    2055:  [2025-02-05 15:17:42] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/defaultSettings.ts (1 ms)
    2056:  [2025-02-05 15:17:42] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/extractImportErrors.ts
    2057:  [2025-02-05 15:17:42] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/extractImportErrors.ts (23 ms)
    ...
    
    2064:  [2025-02-05 15:17:42] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/readSettings.ts
    2065:  [2025-02-05 15:17:42] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/readSettings.ts (4 ms)
    2066:  [2025-02-05 15:17:42] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/readSettingsFiles.ts
    2067:  [2025-02-05 15:17:42] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/readSettingsFiles.ts (6 ms)
    2068:  [2025-02-05 15:17:42] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/toGlobDef.ts
    2069:  [2025-02-05 15:17:42] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/toGlobDef.ts (10 ms)
    2070:  [2025-02-05 15:17:42] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/types.ts
    2071:  [2025-02-05 15:17:42] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/types.ts (1 ms)
    2072:  [2025-02-05 15:17:42] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/ImportError.test.ts
    2073:  [2025-02-05 15:17:42] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/ImportError.test.ts (5 ms)
    2074:  [2025-02-05 15:17:42] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/ImportError.ts
    2075:  [2025-02-05 15:17:42] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/ImportError.ts (3 ms)
    ...
    
    2220:  [2025-02-05 15:17:44] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/Dictionaries.ts
    2221:  [2025-02-05 15:17:44] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/Dictionaries.ts (10 ms)
    2222:  [2025-02-05 15:17:44] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/DictionaryLoader.test.ts
    2223:  [2025-02-05 15:17:44] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/DictionaryLoader.test.ts (58 ms)
    2224:  [2025-02-05 15:17:44] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/DictionaryLoader.ts
    2225:  [2025-02-05 15:17:44] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/DictionaryLoader.ts (3 ms)
    2226:  [2025-02-05 15:17:44] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/SpellingDictionary.ts
    2227:  [2025-02-05 15:17:44] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/SpellingDictionary.ts (1 ms)
    2228:  [2025-02-05 15:17:44] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/SpellingDictionaryError.ts
    2229:  [2025-02-05 15:17:44] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/SpellingDictionaryError.ts (2 ms)
    ...
    
    2350:  [2025-02-05 15:17:46] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/TextRange.test.ts
    2351:  [2025-02-05 15:17:46] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/TextRange.test.ts (5 ms)
    2352:  [2025-02-05 15:17:46] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/TextRange.ts
    2353:  [2025-02-05 15:17:46] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/TextRange.ts (42 ms)
    2354:  [2025-02-05 15:17:46] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/Uri.test.ts
    2355:  [2025-02-05 15:17:46] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/Uri.test.ts (55 ms)
    2356:  [2025-02-05 15:17:46] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/Uri.ts
    2357:  [2025-02-05 15:17:46] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/Uri.ts (31 ms)
    2358:  [2025-02-05 15:17:46] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/errors.test.ts
    2359:  [2025-02-05 15:17:46] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/errors.test.ts (13 ms)
    2360:  [2025-02-05 15:17:46] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/errors.ts
    2361:  [2025-02-05 15:17:46] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/errors.ts (21 ms)
    ...
    
    2804:  [2025-02-05 15:17:52] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/TestHelper.ts
    2805:  [2025-02-05 15:17:52] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/TestHelper.ts (20 ms)
    2806:  [2025-02-05 15:17:52] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/console.ts
    2807:  [2025-02-05 15:17:52] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/console.ts (5 ms)
    2808:  [2025-02-05 15:17:52] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/escapeRegEx.ts
    2809:  [2025-02-05 15:17:52] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/escapeRegEx.ts (1 ms)
    2810:  [2025-02-05 15:17:52] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/normalizeOutput.ts
    2811:  [2025-02-05 15:17:52] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/normalizeOutput.ts (7 ms)
    2812:  [2025-02-05 15:17:52] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/util/errors.test.ts
    2813:  [2025-02-05 15:17:52] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/util/errors.test.ts (6 ms)
    2814:  [2025-02-05 15:17:52] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/util/errors.ts
    2815:  [2025-02-05 15:17:52] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/util/errors.ts (2 ms)
    ...
    
    3364:  [2025-02-05 15:18:01] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/async.ts
    3365:  [2025-02-05 15:18:01] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/async.ts (1 ms)
    3366:  [2025-02-05 15:18:01] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/canUseColor.test.ts
    3367:  [2025-02-05 15:18:01] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/canUseColor.test.ts (5 ms)
    3368:  [2025-02-05 15:18:01] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/canUseColor.ts
    3369:  [2025-02-05 15:18:01] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/canUseColor.ts (1 ms)
    3370:  [2025-02-05 15:18:01] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/constants.ts
    3371:  [2025-02-05 15:18:01] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/constants.ts (1 ms)
    3372:  [2025-02-05 15:18:01] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/errors.test.ts
    3373:  [2025-02-05 15:18:01] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/errors.test.ts (22 ms)
    3374:  [2025-02-05 15:18:01] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/errors.ts
    3375:  [2025-02-05 15:18:01] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/errors.ts (7 ms)
    ...
    
    3580:  [2025-02-05 15:18:05] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/website/docusaurus.config.ts
    3581:  [2025-02-05 15:18:05] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/website/docusaurus.config.ts (23 ms)
    3582:  [2025-02-05 15:18:05] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/website/sidebars.ts
    3583:  [2025-02-05 15:18:05] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/website/sidebars.ts (1 ms)
    3584:  [2025-02-05 15:18:05] [build-stdout] Opening project /home/runner/work/codetypo/codetypo/tsconfig.json
    3585:  [2025-02-05 15:18:05] [build-stdout] Done opening project /home/runner/work/codetypo/codetypo/tsconfig.json (2 ms)
    3586:  [2025-02-05 15:18:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/samples/react/sample.tsx
    3587:  [2025-02-05 15:18:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/samples/react/sample.tsx (4 ms)
    3588:  [2025-02-05 15:18:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/react/sample.tsx
    3589:  [2025-02-05 15:18:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/react/sample.tsx (2 ms)
    ...
    
    3620:  [2025-02-05 15:18:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/dictionaries/sv/src/hunspell/index.d.ts
    3621:  [2025-02-05 15:18:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/dictionaries/sv/src/hunspell/index.d.ts (1 ms)
    3622:  [2025-02-05 15:18:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/dictionaries/uk_UA/src/hunspell/index.d.ts
    3623:  [2025-02-05 15:18:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/dictionaries/uk_UA/src/hunspell/index.d.ts (1 ms)
    3624:  [2025-02-05 15:18:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/import-support/sample.ts
    3625:  [2025-02-05 15:18:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/import-support/sample.ts (1 ms)
    3626:  [2025-02-05 15:18:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/samples/sample.ts
    3627:  [2025-02-05 15:18:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/samples/sample.ts (6 ms)
    3628:  [2025-02-05 15:18:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/auto-fix.ts
    3629:  [2025-02-05 15:18:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/auto-fix.ts (2 ms)
    3630:  [2025-02-05 15:18:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/creepyData.ts
    3631:  [2025-02-05 15:18:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/creepyData.ts (2 ms)
    3632:  [2025-02-05 15:18:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/importAlias.ts
    3633:  [2025-02-05 15:18:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/importAlias.ts (1 ms)
    3634:  [2025-02-05 15:18:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/imports.ts
    3635:  [2025-02-05 15:18:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/imports.ts (1 ms)
    3636:  [2025-02-05 15:18:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/strings.ts
    3637:  [2025-02-05 15:18:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/strings.ts (1 ms)
    ...
    
    3676:  [2025-02-05 15:18:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-json-reporter/src/utils/setToJSONReplacer.ts
    3677:  [2025-02-05 15:18:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-json-reporter/src/utils/setToJSONReplacer.ts (1 ms)
    3678:  [2025-02-05 15:18:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-json-reporter/src/utils/validateSettings.test.ts
    3679:  [2025-02-05 15:18:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-json-reporter/src/utils/validateSettings.test.ts (4 ms)
    3680:  [2025-02-05 15:18:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-json-reporter/src/utils/validateSettings.ts
    3681:  [2025-02-05 15:18:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-json-reporter/src/utils/validateSettings.ts (5 ms)
    3682:  [2025-02-05 15:18:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-codetypo-directives.ts
    3683:  [2025-02-05 15:18:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-codetypo-directives.ts (1 ms)
    3684:  [2025-02-05 15:18:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-directives-errors.ts
    3685:  [2025-02-05 15:18:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-directives-errors.ts (2 ms)
    3686:  [2025-02-05 15:18:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-errors.ts
    3687:  [2025-02-05 15:18:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-errors.ts (1 ms)
    3688:  [2025-02-05 15:18:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-many-errors.ts
    3689:  [2025-02-05 15:18:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-many-errors.ts (4 ms)
    ...
    
    3783:  [2025-02-05 15:18:07] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/js/module/package.json
    3784:  [2025-02-05 15:18:07] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/js/module/package.json (0 ms)
    3785:  [2025-02-05 15:18:07] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/package/with-value/package.json
    3786:  [2025-02-05 15:18:07] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/package/with-value/package.json (3 ms)
    3787:  [2025-02-05 15:18:07] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/package/without-value/package.json
    3788:  [2025-02-05 15:18:07] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/package/without-value/package.json (0 ms)
    3789:  [2025-02-05 15:18:07] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/samples/react/sample.jsx
    3790:  [2025-02-05 15:18:07] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/js/module/codetypo.custom.js (25 ms)
    3791:  [2025-02-05 15:18:07] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/react/sample.jsx
    3792:  [2025-02-05 15:18:07] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/js/module/codetypo.function.js (28 ms)
    3793:  [2025-02-05 15:18:07] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/dictionaries/inline/codetypo.config.yaml
    3794:  [2025-02-05 15:18:07] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/react/sample.jsx (11 ms)
    ...
    
    4007:  [2025-02-05 15:18:08] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/eslint.config.js
    4008:  [2025-02-05 15:18:08] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/samples/sampleESM.mjs (8 ms)
    4009:  [2025-02-05 15:18:08] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/package.json
    4010:  [2025-02-05 15:18:08] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/package.json (3 ms)
    4011:  [2025-02-05 15:18:08] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/sampleESM.mjs
    4012:  [2025-02-05 15:18:08] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/eslint.config.js (5 ms)
    4013:  [2025-02-05 15:18:08] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/tsconfig.json
    4014:  [2025-02-05 15:18:08] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/tsconfig.json (0 ms)
    4015:  [2025-02-05 15:18:08] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/sampleESM.mjs
    4016:  [2025-02-05 15:18:08] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/sampleESM.mjs (5 ms)
    4017:  [2025-02-05 15:18:08] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/sampleTemplateString.mjs
    4018:  [2025-02-05 15:18:08] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/sampleTemplateString.mjs (3 ms)
    4019:  [2025-02-05 15:18:08] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/yaml-support/eslint.config.mjs
    4020:  [2025-02-05 15:18:08] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/yaml-support/eslint.config.mjs (2 ms)
    4021:  [2025-02-05 15:18:08] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/yaml-support/sample.yaml
    4022:  [2025-02-05 15:18:08] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/sampleESM.mjs (7 ms)
    ...
    
    5716:  [79/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-798/HardcodedCredentials.qlx.
    5717:  [80/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-078/UselessUseOfCat.qlx.
    5718:  [81/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-134/TaintedFormatString.qlx.
    5719:  [82/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-078/CommandInjection.qlx.
    5720:  [83/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-078/SecondOrderCommandInjection.qlx.
    5721:  [84/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-078/ShellCommandInjectionFromEnvironment.qlx.
    5722:  [85/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-078/UnsafeShellCommandConstruction.qlx.
    5723:  [86/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Diagnostics/ExtractedFiles.qlx.
    5724:  [87/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Diagnostics/ExtractionErrors.qlx.
    5725:  [88/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Summary/LinesOfCode.qlx.
    5726:  [89/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Summary/LinesOfUserCode.qlx.
    5727:  [90/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-754/UnvalidatedDynamicMethodCall.qlx.
    5728:  Starting evaluation of codeql/javascript-queries/AngularJS/DoubleCompilation.ql.
    5729:  Starting evaluation of codeql/javascript-queries/AngularJS/DisablingSce.ql.
    5730:  Starting evaluation of codeql/javascript-queries/AngularJS/InsecureUrlWhitelist.ql.
    5731:  Starting evaluation of codeql/javascript-queries/Diagnostics/ExtractedFiles.ql.
    5732:  Starting evaluation of codeql/javascript-queries/Diagnostics/ExtractionErrors.ql.
    5733:  Starting evaluation of codeql/javascript-queries/Electron/AllowRunningInsecureContent.ql.
    5734:  Starting evaluation of codeql/javascript-queries/Electron/DisablingWebSecurity.ql.
    5735:  [1/90 eval 3.7s] Evaluation done; writing results to codeql/javascript-queries/Diagnostics/ExtractedFiles.bqrs.
    5736:  [2/90 eval 5.4s] Evaluation done; writing results to codeql/javascript-queries/Diagnostics/ExtractionErrors.bqrs.
    ...
    
    6076:  Interpreting /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-078/UnsafeShellCommandConstruction.ql...
    6077:  ... found results file at /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-078/UnsafeShellCommandConstruction.bqrs.
    6078:  Interpreting /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-078/SecondOrderCommandInjection.ql...
    6079:  ... found results file at /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-078/SecondOrderCommandInjection.bqrs.
    6080:  Interpreting /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-078/ShellCommandInjectionFromEnvironment.ql...
    6081:  ... found results file at /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-078/ShellCommandInjectionFromEnvironment.bqrs.
    6082:  Interpreting /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-754/UnvalidatedDynamicMethodCall.ql...
    6083:  ... found results file at /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-754/UnvalidatedDynamicMethodCall.bqrs.
    6084:  Interpreting /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Diagnostics/ExtractionErrors.ql...
    6085:  ... found results file at /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Diagnostics/ExtractionErrors.bqrs.
    ...
    
    6170:  Interpreted problem query "Sensitive data read from GET request" (js/sensitive-get-query) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-598/SensitiveGetQuery.bqrs.
    6171:  Interpreted pathproblem query "Use of externally-controlled format string" (js/tainted-format-string) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-134/TaintedFormatString.bqrs.
    6172:  Interpreted pathproblem query "Uncontrolled command line" (js/command-line-injection) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-078/CommandInjection.bqrs.
    6173:  Interpreted problem query "Unnecessary use of `cat` process" (js/unnecessary-use-of-cat) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-078/UselessUseOfCat.bqrs.
    6174:  Interpreted pathproblem query "Unsafe shell command constructed from library input" (js/shell-command-constructed-from-input) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-078/UnsafeShellCommandConstruction.bqrs.
    6175:  Interpreted pathproblem query "Second order command injection" (js/second-order-command-line-injection) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-078/SecondOrderCommandInjection.bqrs.
    6176:  Interpreted pathproblem query "Shell command built from environment values" (js/shell-command-injection-from-environment) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-078/ShellCommandInjectionFromEnvironment.bqrs.
    6177:  Interpreted pathproblem query "Unvalidated dynamic method call" (js/unvalidated-dynamic-method-call) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-754/UnvalidatedDynamicMethodCall.bqrs.
    6178:  Interpreted diagnostic query "Extraction errors" (js/diagnostics/extraction-errors) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Diagnostics/ExtractionErrors.bqrs.
    ...
    
    6201:  Validating /home/runner/work/codetypo/results/javascript.sarif
    6202:  Combining SARIF files using the CodeQL CLI
    6203:  Adding fingerprints to SARIF file. See https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning#providing-data-to-track-code-scanning-alerts-across-runs for more information.
    6204:  Uploading results
    6205:  Successfully uploaded results
    6206:  ##[endgroup]
    6207:  ##[group]Waiting for processing to finish
    6208:  Analysis upload status is pending.
    6209:  Analysis upload status is failed.
    6210:  ##[endgroup]
    6211:  ##[error]Code Scanning could not process the submitted SARIF file:
    6212:  CodeQL analyses from advanced configurations cannot be processed when the default setup is enabled
    6213:  Post job cleanup.
    6214:  ##[group]Uploading combined SARIF debug artifact
    6215:  ##[endgroup]
    6216:  Post job cleanup.
    6217:  [command]/opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/codeql database export-diagnostics /home/runner/work/_temp/codeql_databases --db-cluster --format=sarif-latest --output=../codeql-failed-run.sarif --sarif-include-diagnostics -vvv
    ...
    
    6227:  Found diagnostics file /home/runner/work/_temp/codeql_databases/javascript/diagnostic/cli-diagnostics-add-20250205T151821.797Z.json.
    6228:  Looking for diagnostics in /home/runner/work/_temp/codeql_databases/javascript/diagnostic/codeql-action...
    6229:  Found diagnostics file /home/runner/work/_temp/codeql_databases/javascript/diagnostic/codeql-action/codeql-action-2025-02-05T151709.038Z.json.
    6230:  Looking for diagnostics in /home/runner/work/_temp/codeql_databases/javascript/diagnostic/tracer...
    6231:  Won't look for diagnostics in /home/runner/work/_temp/codeql_databases/diagnostic since this directory does not exist.
    6232:  Found 1 raw diagnostic messages.
    6233:  Processed diagnostic messages (removed 0 due to limits, created 0 summary diagnostics for status page).
    6234:  Interpreted diagnostic messages (88ms).
    6235:  Uploading failed SARIF file ../codeql-failed-run.sarif
    6236:  ##[group]Uploading results
    6237:  Processing sarif files: ["../codeql-failed-run.sarif"]
    6238:  Validating ../codeql-failed-run.sarif
    6239:  Combining SARIF files using the CodeQL CLI
    6240:  Adding fingerprints to SARIF file. See https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning#providing-data-to-track-code-scanning-alerts-across-runs for more information.
    6241:  CodeQL job status was configuration error.
    

    Copy link
    Contributor Author

    dependabot bot commented on behalf of github Feb 5, 2025

    Dependabot couldn't find a .yml. Because of this, Dependabot cannot update this pull request.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    chore dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    0 participants