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

Bump release-drafter/release-drafter from 6.0.0 to 6.1.0 #29

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 Jan 21, 2025

Bumps release-drafter/release-drafter from 6.0.0 to 6.1.0.

Release notes

Sourced from release-drafter/release-drafter's releases.

v6.1.0

What's Changed

New

Bug Fixes

Documentation

Full Changelog: release-drafter/release-drafter@v6.0.0...v6.1.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:

  • Update release-drafter action to v6.1.0.

Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@3f0f870...b1476f6)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 21, 2025
Copy link

sourcery-ai bot commented Jan 21, 2025

Reviewer's Guide by Sourcery

This pull request bumps the release-drafter/release-drafter GitHub Action from version 6.0.0 to 6.1.0. The primary change is updating the action's SHA in the workflow file.

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

File-Level Changes

Change Details Files
Bumped the release-drafter/release-drafter GitHub Action to version 6.1.0.
  • Updated the action's SHA from 3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 to b1476f6e6eb133afa41ed8589daba6dc69b4d3f5.
.github/workflows/release-drafter.yml

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.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a 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. You can also use
    this command to specify where the summary should be inserted.

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 Jan 21, 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.

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 Jan 21, 2025

CI Feedback 🧐

(Feedback updated until commit a3145a1)

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 advanced CodeQL configuration and default
setup enabled simultaneously. Specifically:

  • The error message states: "CodeQL analyses from advanced configurations cannot be processed when the
    default setup is enabled"
  • This indicates there is a configuration conflict where both custom CodeQL configuration and the
    default CodeQL setup are trying to run
  • To fix this, either:
    1. Remove the advanced CodeQL configuration and use default setup, or
    2.
    Disable the default setup and keep the advanced configuration

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    262:  "extractor_options" : {
    263:  "logging" : {
    264:  "title" : "Options pertaining to logging.",
    265:  "description" : "Options pertaining to logging.",
    266:  "type" : "object",
    267:  "properties" : {
    268:  "verbosity" : {
    269:  "title" : "Python extractor logging verbosity level.",
    270:  "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",
    271:  "type" : "string",
    272:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
    ...
    
    307:  },
    308:  "logging" : {
    309:  "title" : "Options pertaining to logging.",
    310:  "description" : "Options pertaining to logging.",
    311:  "type" : "object",
    312:  "properties" : {
    313:  "verbosity" : {
    314:  "title" : "Extractor logging verbosity level.",
    315:  "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",
    316:  "type" : "string",
    317:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
    ...
    
    548:  "extractor_options" : {
    549:  "logging" : {
    550:  "title" : "Options pertaining to logging.",
    551:  "description" : "Options pertaining to logging.",
    552:  "type" : "object",
    553:  "properties" : {
    554:  "verbosity" : {
    555:  "title" : "Python extractor logging verbosity level.",
    556:  "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",
    557:  "type" : "string",
    558:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
    ...
    
    593:  },
    594:  "logging" : {
    595:  "title" : "Options pertaining to logging.",
    596:  "description" : "Options pertaining to logging.",
    597:  "type" : "object",
    598:  "properties" : {
    599:  "verbosity" : {
    600:  "title" : "Extractor logging verbosity level.",
    601:  "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",
    602:  "type" : "string",
    603:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
    ...
    
    839:  cleanup-level: brutal
    840:  add-snippets: false
    841:  skip-queries: false
    842:  checkout_path: /home/runner/work/codetypo/codetypo
    843:  upload-database: true
    844:  wait-for-processing: true
    845:  token: ***
    846:  matrix: null
    847:  expect-error: false
    ...
    
    1232:  [2025-01-21 16:56:45] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryId.html
    1233:  [2025-01-21 16:56:45] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryId.html (8 ms)
    1234:  [2025-01-21 16:56:45] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryPath.html
    1235:  [2025-01-21 16:56:45] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryFileTypes.html (21 ms)
    1236:  [2025-01-21 16:56:45] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryRef.html
    1237:  [2025-01-21 16:56:45] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryNegRef.html (14 ms)
    1238:  [2025-01-21 16:56:45] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryReference.html
    1239:  [2025-01-21 16:56:45] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryPath.html (7 ms)
    1240:  [2025-01-21 16:56:45] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ErrorEmitter.html
    1241:  [2025-01-21 16:56:45] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryReference.html (9 ms)
    1242:  [2025-01-21 16:56:45] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ErrorLike.html
    1243:  [2025-01-21 16:56:45] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ErrorEmitter.html (9 ms)
    1244:  [2025-01-21 16:56:45] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/FSPathResolvable.html
    1245:  [2025-01-21 16:56:45] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryRef.html (13 ms)
    1246:  [2025-01-21 16:56:45] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/Feature.html
    1247:  [2025-01-21 16:56:45] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ErrorLike.html (11 ms)
    ...
    
    1298:  [2025-01-21 16:56:45] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ReporterSettings.html
    1299:  [2025-01-21 16:56:45] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/RegExpPatternList.html (13 ms)
    1300:  [2025-01-21 16:56:45] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ResultEmitter.html
    1301:  [2025-01-21 16:56:45] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ReplaceMap.html (10 ms)
    1302:  [2025-01-21 16:56:45] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/SimpleGlob.html
    1303:  [2025-01-21 16:56:45] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ReplaceEntry.html (12 ms)
    1304:  [2025-01-21 16:56:45] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/Source.html
    1305:  [2025-01-21 16:56:45] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ReporterSettings.html (14 ms)
    1306:  [2025-01-21 16:56:45] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/SpellingErrorEmitter.html
    1307:  [2025-01-21 16:56:45] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/SimpleGlob.html (14 ms)
    1308:  [2025-01-21 16:56:45] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/SuggestionCostMapDef.html
    1309:  [2025-01-21 16:56:45] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/Source.html (15 ms)
    1310:  [2025-01-21 16:56:45] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ResultEmitter.html (17 ms)
    1311:  [2025-01-21 16:56:45] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/SuggestionCostsDefs.html
    1312:  [2025-01-21 16:56:45] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/TrustLevel.html
    1313:  [2025-01-21 16:56:45] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/SpellingErrorEmitter.html (12 ms)
    ...
    
    1526:  [2025-01-21 16:56:56] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/Dispatcher.ts
    1527:  [2025-01-21 16:56:56] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/Dispatcher.ts (2 ms)
    1528:  [2025-01-21 16:56:56] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/ServiceRequestFactory.ts
    1529:  [2025-01-21 16:56:56] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/ServiceRequestFactory.ts (9 ms)
    1530:  [2025-01-21 16:56:56] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/bus.ts
    1531:  [2025-01-21 16:56:56] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/bus.ts (71 ms)
    1532:  [2025-01-21 16:56:56] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/createRequestHandler.ts
    1533:  [2025-01-21 16:56:56] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/createRequestHandler.ts (6 ms)
    1534:  [2025-01-21 16:56:56] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/errors.ts
    1535:  [2025-01-21 16:56:56] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/errors.ts (4 ms)
    ...
    
    1904:  [2025-01-21 16:57:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-glob/src/index.ts
    1905:  [2025-01-21 16:57:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-glob/src/index.ts (1 ms)
    1906:  [2025-01-21 16:57:06] [build-stdout] Opening project /home/runner/work/codetypo/codetypo/packages/codetypo-grammar/tsconfig.json
    1907:  [2025-01-21 16:57:06] [build-stdout] Done opening project /home/runner/work/codetypo/codetypo/packages/codetypo-grammar/tsconfig.json (1 ms)
    1908:  [2025-01-21 16:57:06] [build-stdout] Opening project /home/runner/work/codetypo/codetypo/packages/codetypo-io/tsconfig.json
    1909:  [2025-01-21 16:57:06] [build-stdout] Done opening project /home/runner/work/codetypo/codetypo/packages/codetypo-io/tsconfig.json (344 ms)
    1910:  [2025-01-21 16:57:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/handlers/node/file.ts
    1911:  [2025-01-21 16:57:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/handlers/node/file.ts (181 ms)
    1912:  [2025-01-21 16:57:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/node/file/FetchError.test.ts
    1913:  [2025-01-21 16:57:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/node/file/FetchError.test.ts (16 ms)
    1914:  [2025-01-21 16:57:06] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/node/file/FetchError.ts
    1915:  [2025-01-21 16:57:06] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/node/file/FetchError.ts (14 ms)
    ...
    
    1974:  [2025-01-21 16:57:07] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/stat.ts
    1975:  [2025-01-21 16:57:07] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/stat.ts (8 ms)
    1976:  [2025-01-21 16:57:07] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/transformers.test.ts
    1977:  [2025-01-21 16:57:07] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/transformers.test.ts (37 ms)
    1978:  [2025-01-21 16:57:07] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/transformers.ts
    1979:  [2025-01-21 16:57:07] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/transformers.ts (21 ms)
    1980:  [2025-01-21 16:57:07] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/urlOrReferenceToUrl.ts
    1981:  [2025-01-21 16:57:07] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/urlOrReferenceToUrl.ts (2 ms)
    1982:  [2025-01-21 16:57:07] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/assert.test.ts
    1983:  [2025-01-21 16:57:07] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/assert.test.ts (7 ms)
    1984:  [2025-01-21 16:57:07] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/assert.ts
    1985:  [2025-01-21 16:57:07] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/assert.ts (1 ms)
    1986:  [2025-01-21 16:57:07] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/error.test.ts
    1987:  [2025-01-21 16:57:07] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/error.test.ts (3 ms)
    1988:  [2025-01-21 16:57:07] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/error.ts
    1989:  [2025-01-21 16:57:07] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/error.ts (2 ms)
    1990:  [2025-01-21 16:57:07] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/errors.test.ts
    1991:  [2025-01-21 16:57:07] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/errors.test.ts (4 ms)
    1992:  [2025-01-21 16:57:07] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/errors.ts
    1993:  [2025-01-21 16:57:07] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/errors.ts (2 ms)
    1994:  [2025-01-21 16:57:07] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/index.ts
    1995:  [2025-01-21 16:57:07] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/index.ts (1 ms)
    ...
    
    2072:  [2025-01-21 16:57:10] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/configToRawSettings.ts
    2073:  [2025-01-21 16:57:10] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/configToRawSettings.ts (11 ms)
    2074:  [2025-01-21 16:57:10] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/defaultConfigLoader.test.ts
    2075:  [2025-01-21 16:57:10] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/defaultConfigLoader.test.ts (4 ms)
    2076:  [2025-01-21 16:57:10] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/defaultConfigLoader.ts
    2077:  [2025-01-21 16:57:10] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/defaultConfigLoader.ts (13 ms)
    2078:  [2025-01-21 16:57:10] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/defaultSettings.ts
    2079:  [2025-01-21 16:57:10] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/defaultSettings.ts (2 ms)
    2080:  [2025-01-21 16:57:10] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/extractImportErrors.ts
    2081:  [2025-01-21 16:57:10] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/extractImportErrors.ts (13 ms)
    ...
    
    2088:  [2025-01-21 16:57:10] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/readSettings.ts
    2089:  [2025-01-21 16:57:10] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/readSettings.ts (6 ms)
    2090:  [2025-01-21 16:57:10] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/readSettingsFiles.ts
    2091:  [2025-01-21 16:57:10] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/readSettingsFiles.ts (3 ms)
    2092:  [2025-01-21 16:57:10] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/toGlobDef.ts
    2093:  [2025-01-21 16:57:10] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/toGlobDef.ts (7 ms)
    2094:  [2025-01-21 16:57:10] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/types.ts
    2095:  [2025-01-21 16:57:10] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/types.ts (2 ms)
    2096:  [2025-01-21 16:57:10] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/ImportError.test.ts
    2097:  [2025-01-21 16:57:10] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/ImportError.test.ts (3 ms)
    2098:  [2025-01-21 16:57:10] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/ImportError.ts
    2099:  [2025-01-21 16:57:10] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/ImportError.ts (3 ms)
    ...
    
    2244:  [2025-01-21 16:57:12] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/Dictionaries.ts
    2245:  [2025-01-21 16:57:12] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/Dictionaries.ts (14 ms)
    2246:  [2025-01-21 16:57:12] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/DictionaryLoader.test.ts
    2247:  [2025-01-21 16:57:12] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/DictionaryLoader.test.ts (60 ms)
    2248:  [2025-01-21 16:57:12] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/DictionaryLoader.ts
    2249:  [2025-01-21 16:57:12] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/DictionaryLoader.ts (4 ms)
    2250:  [2025-01-21 16:57:12] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/SpellingDictionary.ts
    2251:  [2025-01-21 16:57:12] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/SpellingDictionary.ts (1 ms)
    2252:  [2025-01-21 16:57:12] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/SpellingDictionaryError.ts
    2253:  [2025-01-21 16:57:12] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/SpellingDictionaryError.ts (2 ms)
    ...
    
    2374:  [2025-01-21 16:57:13] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/TextRange.test.ts
    2375:  [2025-01-21 16:57:13] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/TextRange.test.ts (5 ms)
    2376:  [2025-01-21 16:57:13] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/TextRange.ts
    2377:  [2025-01-21 16:57:13] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/TextRange.ts (43 ms)
    2378:  [2025-01-21 16:57:13] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/Uri.test.ts
    2379:  [2025-01-21 16:57:13] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/Uri.test.ts (66 ms)
    2380:  [2025-01-21 16:57:13] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/Uri.ts
    2381:  [2025-01-21 16:57:13] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/Uri.ts (34 ms)
    2382:  [2025-01-21 16:57:13] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/errors.test.ts
    2383:  [2025-01-21 16:57:13] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/errors.test.ts (14 ms)
    2384:  [2025-01-21 16:57:13] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/errors.ts
    2385:  [2025-01-21 16:57:13] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/errors.ts (21 ms)
    ...
    
    2828:  [2025-01-21 16:57:19] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/TestHelper.ts
    2829:  [2025-01-21 16:57:19] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/TestHelper.ts (20 ms)
    2830:  [2025-01-21 16:57:19] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/console.ts
    2831:  [2025-01-21 16:57:19] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/console.ts (5 ms)
    2832:  [2025-01-21 16:57:19] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/escapeRegEx.ts
    2833:  [2025-01-21 16:57:19] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/escapeRegEx.ts (1 ms)
    2834:  [2025-01-21 16:57:19] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/normalizeOutput.ts
    2835:  [2025-01-21 16:57:19] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/normalizeOutput.ts (7 ms)
    2836:  [2025-01-21 16:57:19] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/util/errors.test.ts
    2837:  [2025-01-21 16:57:19] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/util/errors.test.ts (3 ms)
    2838:  [2025-01-21 16:57:19] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/util/errors.ts
    2839:  [2025-01-21 16:57:19] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/util/errors.ts (1 ms)
    ...
    
    3388:  [2025-01-21 16:57:28] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/async.ts
    3389:  [2025-01-21 16:57:28] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/async.ts (1 ms)
    3390:  [2025-01-21 16:57:28] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/canUseColor.test.ts
    3391:  [2025-01-21 16:57:28] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/canUseColor.test.ts (5 ms)
    3392:  [2025-01-21 16:57:28] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/canUseColor.ts
    3393:  [2025-01-21 16:57:28] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/canUseColor.ts (1 ms)
    3394:  [2025-01-21 16:57:28] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/constants.ts
    3395:  [2025-01-21 16:57:28] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/constants.ts (1 ms)
    3396:  [2025-01-21 16:57:28] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/errors.test.ts
    3397:  [2025-01-21 16:57:28] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/errors.test.ts (19 ms)
    3398:  [2025-01-21 16:57:28] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/errors.ts
    3399:  [2025-01-21 16:57:28] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/errors.ts (6 ms)
    ...
    
    3616:  [2025-01-21 16:57:33] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/website/docusaurus.config.ts
    3617:  [2025-01-21 16:57:33] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/website/docusaurus.config.ts (16 ms)
    3618:  [2025-01-21 16:57:33] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/website/sidebars.ts
    3619:  [2025-01-21 16:57:33] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/website/sidebars.ts (1 ms)
    3620:  [2025-01-21 16:57:33] [build-stdout] Opening project /home/runner/work/codetypo/codetypo/tsconfig.json
    3621:  [2025-01-21 16:57:33] [build-stdout] Done opening project /home/runner/work/codetypo/codetypo/tsconfig.json (1 ms)
    3622:  [2025-01-21 16:57:33] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/samples/react/sample.tsx
    3623:  [2025-01-21 16:57:33] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/samples/react/sample.tsx (4 ms)
    3624:  [2025-01-21 16:57:33] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/react/sample.tsx
    3625:  [2025-01-21 16:57:33] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/react/sample.tsx (2 ms)
    ...
    
    3656:  [2025-01-21 16:57:33] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/dictionaries/sv/src/hunspell/index.d.ts
    3657:  [2025-01-21 16:57:33] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/dictionaries/sv/src/hunspell/index.d.ts (1 ms)
    3658:  [2025-01-21 16:57:33] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/dictionaries/uk_UA/src/hunspell/index.d.ts
    3659:  [2025-01-21 16:57:33] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/dictionaries/uk_UA/src/hunspell/index.d.ts (1 ms)
    3660:  [2025-01-21 16:57:33] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/import-support/sample.ts
    3661:  [2025-01-21 16:57:33] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/import-support/sample.ts (1 ms)
    3662:  [2025-01-21 16:57:33] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/samples/sample.ts
    3663:  [2025-01-21 16:57:33] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/samples/sample.ts (6 ms)
    3664:  [2025-01-21 16:57:33] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/auto-fix.ts
    3665:  [2025-01-21 16:57:33] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/auto-fix.ts (1 ms)
    3666:  [2025-01-21 16:57:33] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/creepyData.ts
    3667:  [2025-01-21 16:57:33] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/creepyData.ts (1 ms)
    3668:  [2025-01-21 16:57:33] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/importAlias.ts
    3669:  [2025-01-21 16:57:33] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/importAlias.ts (1 ms)
    3670:  [2025-01-21 16:57:33] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/imports.ts
    3671:  [2025-01-21 16:57:33] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/imports.ts (1 ms)
    3672:  [2025-01-21 16:57:33] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/strings.ts
    3673:  [2025-01-21 16:57:33] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/strings.ts (0 ms)
    ...
    
    3712:  [2025-01-21 16:57:33] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-json-reporter/src/utils/setToJSONReplacer.ts
    3713:  [2025-01-21 16:57:33] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-json-reporter/src/utils/setToJSONReplacer.ts (1 ms)
    3714:  [2025-01-21 16:57:33] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-json-reporter/src/utils/validateSettings.test.ts
    3715:  [2025-01-21 16:57:33] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-json-reporter/src/utils/validateSettings.test.ts (5 ms)
    3716:  [2025-01-21 16:57:33] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-json-reporter/src/utils/validateSettings.ts
    3717:  [2025-01-21 16:57:33] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-json-reporter/src/utils/validateSettings.ts (4 ms)
    3718:  [2025-01-21 16:57:33] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-codetypo-directives.ts
    3719:  [2025-01-21 16:57:33] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-codetypo-directives.ts (1 ms)
    3720:  [2025-01-21 16:57:33] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-directives-errors.ts
    3721:  [2025-01-21 16:57:33] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-directives-errors.ts (1 ms)
    3722:  [2025-01-21 16:57:33] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-errors.ts
    3723:  [2025-01-21 16:57:33] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-errors.ts (1 ms)
    3724:  [2025-01-21 16:57:33] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-many-errors.ts
    3725:  [2025-01-21 16:57:33] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-many-errors.ts (3 ms)
    ...
    
    3819:  [2025-01-21 16:57:34] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/js/module/package.json
    3820:  [2025-01-21 16:57:34] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/js/module/package.json (0 ms)
    3821:  [2025-01-21 16:57:34] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/package/with-value/package.json
    3822:  [2025-01-21 16:57:34] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/package/with-value/package.json (7 ms)
    3823:  [2025-01-21 16:57:34] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/package/without-value/package.json
    3824:  [2025-01-21 16:57:34] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/package/without-value/package.json (0 ms)
    3825:  [2025-01-21 16:57:34] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/samples/react/sample.jsx
    3826:  [2025-01-21 16:57:34] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/js/module/codetypo.custom.js (33 ms)
    3827:  [2025-01-21 16:57:34] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/react/sample.jsx
    3828:  [2025-01-21 16:57:34] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/js/module/codetypo.function.js (36 ms)
    3829:  [2025-01-21 16:57:34] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/dictionaries/inline/codetypo.config.yaml
    3830:  [2025-01-21 16:57:34] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/samples/react/sample.jsx (29 ms)
    3831:  [2025-01-21 16:57:34] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/parser/codetypo.yaml
    3832:  [2025-01-21 16:57:34] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/react/sample.jsx (22 ms)
    ...
    
    4047:  [2025-01-21 16:57:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/eslint.config.js
    4048:  [2025-01-21 16:57:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/samples/sampleESM.mjs (4 ms)
    4049:  [2025-01-21 16:57:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/package.json
    4050:  [2025-01-21 16:57:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/package.json (0 ms)
    4051:  [2025-01-21 16:57:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/sampleESM.mjs
    4052:  [2025-01-21 16:57:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/eslint.config.js (5 ms)
    4053:  [2025-01-21 16:57:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/tsconfig.json
    4054:  [2025-01-21 16:57:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/tsconfig.json (0 ms)
    4055:  [2025-01-21 16:57:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/sampleESM.mjs
    4056:  [2025-01-21 16:57:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/sampleESM.mjs (5 ms)
    4057:  [2025-01-21 16:57:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/sampleTemplateString.mjs
    4058:  [2025-01-21 16:57:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/sampleTemplateString.mjs (3 ms)
    4059:  [2025-01-21 16:57:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/yaml-support/eslint.config.mjs
    4060:  [2025-01-21 16:57:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/sampleESM.mjs (7 ms)
    ...
    
    5778:  [77/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.1/x64/codeql/qlpacks/codeql/javascript-queries/1.2.6/Security/CWE-730/ServerCrash.qlx.
    5779:  [78/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.1/x64/codeql/qlpacks/codeql/javascript-queries/1.2.6/Security/CWE-094/ImproperCodeSanitization.qlx.
    5780:  [79/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.1/x64/codeql/qlpacks/codeql/javascript-queries/1.2.6/Security/CWE-915/PrototypePollutingFunction.qlx.
    5781:  [80/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.1/x64/codeql/qlpacks/codeql/javascript-queries/1.2.6/Security/CWE-730/RegExpInjection.qlx.
    5782:  [81/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.1/x64/codeql/qlpacks/codeql/javascript-queries/1.2.6/Security/CWE-915/PrototypePollutingAssignment.qlx.
    5783:  [82/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.1/x64/codeql/qlpacks/codeql/javascript-queries/1.2.6/Security/CWE-915/PrototypePollutingMergeCall.qlx.
    5784:  [83/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.1/x64/codeql/qlpacks/codeql/javascript-queries/1.2.6/Security/CWE-693/InsecureHelmet.qlx.
    5785:  [84/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.1/x64/codeql/qlpacks/codeql/javascript-queries/1.2.6/RegExp/IdentityReplacement.qlx.
    5786:  [85/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.1/x64/codeql/qlpacks/codeql/javascript-queries/1.2.6/Diagnostics/ExtractionErrors.qlx.
    ...
    
    5788:  [87/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.1/x64/codeql/qlpacks/codeql/javascript-queries/1.2.6/Diagnostics/ExtractedFiles.qlx.
    5789:  [88/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.1/x64/codeql/qlpacks/codeql/javascript-queries/1.2.6/Summary/LinesOfCode.qlx.
    5790:  [89/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.1/x64/codeql/qlpacks/codeql/javascript-queries/1.2.6/Summary/LinesOfUserCode.qlx.
    5791:  [90/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.1/x64/codeql/qlpacks/codeql/javascript-queries/1.2.6/Security/CWE-916/InsufficientPasswordHash.qlx.
    5792:  Starting evaluation of codeql/javascript-queries/AngularJS/DisablingSce.ql.
    5793:  Starting evaluation of codeql/javascript-queries/AngularJS/DoubleCompilation.ql.
    5794:  Starting evaluation of codeql/javascript-queries/AngularJS/InsecureUrlWhitelist.ql.
    5795:  Starting evaluation of codeql/javascript-queries/Diagnostics/ExtractedFiles.ql.
    5796:  Starting evaluation of codeql/javascript-queries/Diagnostics/ExtractionErrors.ql.
    5797:  Starting evaluation of codeql/javascript-queries/Electron/AllowRunningInsecureContent.ql.
    5798:  [1/90 eval 2.3s] Evaluation done; writing results to codeql/javascript-queries/Diagnostics/ExtractedFiles.bqrs.
    5799:  Starting evaluation of codeql/javascript-queries/Electron/DisablingWebSecurity.ql.
    5800:  Starting evaluation of codeql/javascript-queries/Performance/ReDoS.ql.
    5801:  Starting evaluation of codeql/javascript-queries/Performance/PolynomialReDoS.ql.
    5802:  [2/90 eval 4.3s] Evaluation done; writing results to codeql/javascript-queries/Diagnostics/ExtractionErrors.bqrs.
    ...
    
    6140:  Interpreting /opt/hostedtoolcache/CodeQL/2.20.1/x64/codeql/qlpacks/codeql/javascript-queries/1.2.6/Security/CWE-916/InsufficientPasswordHash.ql...
    6141:  ... found results file at /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-916/InsufficientPasswordHash.bqrs.
    6142:  Interpreting /opt/hostedtoolcache/CodeQL/2.20.1/x64/codeql/qlpacks/codeql/javascript-queries/1.2.6/Security/CWE-134/TaintedFormatString.ql...
    6143:  ... found results file at /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-134/TaintedFormatString.bqrs.
    6144:  Interpreting /opt/hostedtoolcache/CodeQL/2.20.1/x64/codeql/qlpacks/codeql/javascript-queries/1.2.6/Security/CWE-693/InsecureHelmet.ql...
    6145:  ... found results file at /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-693/InsecureHelmet.bqrs.
    6146:  Interpreting /opt/hostedtoolcache/CodeQL/2.20.1/x64/codeql/qlpacks/codeql/javascript-queries/1.2.6/RegExp/IdentityReplacement.ql...
    6147:  ... found results file at /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/RegExp/IdentityReplacement.bqrs.
    6148:  Interpreting /opt/hostedtoolcache/CodeQL/2.20.1/x64/codeql/qlpacks/codeql/javascript-queries/1.2.6/Diagnostics/ExtractionErrors.ql...
    6149:  ... found results file at /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Diagnostics/ExtractionErrors.bqrs.
    ...
    
    6234:  Interpreted pathproblem query "Regular expression injection" (js/regex-injection) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-730/RegExpInjection.bqrs.
    6235:  Interpreted pathproblem query "Prototype-polluting function" (js/prototype-pollution-utility) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-915/PrototypePollutingFunction.bqrs.
    6236:  Interpreted pathproblem query "Prototype-polluting assignment" (js/prototype-polluting-assignment) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-915/PrototypePollutingAssignment.bqrs.
    6237:  Interpreted pathproblem query "Prototype-polluting merge call" (js/prototype-pollution) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-915/PrototypePollutingMergeCall.bqrs.
    6238:  Interpreted pathproblem query "Use of password hash with insufficient computational effort" (js/insufficient-password-hash) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-916/InsufficientPasswordHash.bqrs.
    6239:  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.
    6240:  Interpreted problem query "Insecure configuration of Helmet security middleware" (js/insecure-helmet-configuration) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-693/InsecureHelmet.bqrs.
    6241:  Interpreted problem query "Replacement of a substring with itself" (js/identity-replacement) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/RegExp/IdentityReplacement.bqrs.
    6242:  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.
    ...
    
    6265:  Validating /home/runner/work/codetypo/results/javascript.sarif
    6266:  Combining SARIF files using the CodeQL CLI
    6267:  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.
    6268:  Uploading results
    6269:  Successfully uploaded results
    6270:  ##[endgroup]
    6271:  ##[group]Waiting for processing to finish
    6272:  Analysis upload status is pending.
    6273:  Analysis upload status is failed.
    6274:  ##[endgroup]
    6275:  ##[error]Code Scanning could not process the submitted SARIF file:
    6276:  CodeQL analyses from advanced configurations cannot be processed when the default setup is enabled
    6277:  Post job cleanup.
    6278:  ##[group]Uploading combined SARIF debug artifact
    6279:  ##[endgroup]
    6280:  Post job cleanup.
    6281:  [command]/opt/hostedtoolcache/CodeQL/2.20.1/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
    ...
    
    6292:  Found diagnostics file /home/runner/work/_temp/codeql_databases/javascript/diagnostic/cli-diagnostics-add-20250121T165829.942Z.json.
    6293:  Found diagnostics file /home/runner/work/_temp/codeql_databases/javascript/diagnostic/cli-diagnostics-add-20250121T165749.221Z.json.
    6294:  Found diagnostics file /home/runner/work/_temp/codeql_databases/javascript/diagnostic/cli-diagnostics-add-20250121T165750.080Z.json.
    6295:  Found diagnostics file /home/runner/work/_temp/codeql_databases/javascript/diagnostic/cli-diagnostics-add-20250121T165830.695Z.json.
    6296:  Won't look for diagnostics in /home/runner/work/_temp/codeql_databases/diagnostic since this directory does not exist.
    6297:  Found 2 raw diagnostic messages.
    6298:  Processed diagnostic messages (removed 0 due to limits, created 0 summary diagnostics for status page).
    6299:  Interpreted diagnostic messages (95ms).
    6300:  Uploading failed SARIF file ../codeql-failed-run.sarif
    6301:  ##[group]Uploading results
    6302:  Processing sarif files: ["../codeql-failed-run.sarif"]
    6303:  Validating ../codeql-failed-run.sarif
    6304:  Combining SARIF files using the CodeQL CLI
    6305:  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.
    6306:  CodeQL job status was configuration error.
    

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    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