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 github.com/google/yamlfmt from 0.15.0 to 0.16.0 #5

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 10, 2025

Bumps github.com/google/yamlfmt from 0.15.0 to 0.16.0.

Release notes

Sourced from github.com/google/yamlfmt's releases.

v0.16.0

Fixing yaml library stuff

This release features fixes for a couple problems in the yaml library, and one new feature.

Features

Alternate Array Indentation

There is now support for array_indent, indenting arrays at a different level than anything else, and indent_root_array, an option to indent an array that is at the root of the document.
To tell you the truth, I couldn't have possibly imagined anyone wanting this. It's quite outlandish to me. I decided to implement it because the request was well specified (#237), it was very simple to implement, and it could be implemented in a completely unintrusive and opt-in way, without me needing to worry whether other parsing might break as a result. Given that, I figured adding new options couldn't hurt!

Bug Fixes

Nested Indentless Arrays

There was an edge case where nested arrays would get collapsed when doing indentless arrays. This has been fixed now and should function as expected.

Comment Rendering Above Document Start

Comments above a document start used to end up rendered below the document start token with an extra newline. After digging into it I found out that this was a deliberate choice made by the upstream library (i.e. it was not in libyaml which that library was ported from) and I consider it an odd choice. I've changed it to work how one would expect, with comments above document start being rendered above the --- token.
I decided to make the change directly without guarding it with an option, since I thought the default behaviour was so odd and I can't imagine a world where someone wants it that way. But yaml is stupid, you never know if there's a random edge case I couldn't fathom that was broken by this. Hoping it will be okay, but might need a patch release if there's something I missed.

Contributors

  • Thanks @​abicky for fixing the nested indentless array bug
  • Thanks @​ELLIOTTCABLE for the original feature request for array indentation and contributing to the development of it
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

Build:

  • Bump github.com/google/yamlfmt from 0.15.0 to 0.16.0.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2025

The following labels could not be found: dependencies.

Copy link

sourcery-ai bot commented Feb 10, 2025

Reviewer's Guide by Sourcery

This pull request bumps the versions of key dependencies to upgrade github.com/google/yamlfmt from 0.15.0 to 0.16.0 and its indirect dependency github.com/braydonk/yaml from 0.7.0 to 0.9.0. The implementation is straightforward: it updates the version numbers in the go.mod file and the corresponding checksums in the go.sum file to reflect the new dependency versions, ensuring that the new features and fixes in yamlfmt are properly adopted.

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

File-Level Changes

Change Details Files
Upgrade the primary dependency github.com/google/yamlfmt to the newest version.
  • Update the version of github.com/google/yamlfmt in go.mod from 0.15.0 to 0.16.0
  • Update go.sum to align with the changes in the dependency version
go.mod
go.sum
Update the indirect dependency github.com/braydonk/yaml to ensure compatibility with the new yamlfmt.
  • Change github.com/braydonk/yaml version in go.mod from 0.7.0 to 0.9.0
  • Propagate the update to go.sum for consistency
go.mod
go.sum

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 10, 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 Feb 10, 2025

CI Feedback 🧐

(Feedback updated until commit 7547a40)

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

Action: Analyze (go)

Failed stage: Perform CodeQL Analysis [❌]

Failure summary:

The CodeQL analysis failed due to two main issues:
1. Build errors in the Go code:
- Multiple
undefined references to progress package methods and types
- Type mismatches in the UI
implementation (wrong type for Handle method)
- Failed to build the binpack tool due to undefined
progress.AtomicStage
2. Configuration error:
- "CodeQL analyses from advanced configurations
cannot be processed when the default setup is enabled"
This suggests there's a conflict between
using custom CodeQL configuration while having the default CodeQL setup enabled.

Relevant error logs:
1:  ##[group]Operating System
2:  Ubuntu
...

518:  },
519:  "logging" : {
520:  "title" : "Options pertaining to logging.",
521:  "description" : "Options pertaining to logging.",
522:  "type" : "object",
523:  "properties" : {
524:  "verbosity" : {
525:  "title" : "Extractor logging verbosity level.",
526:  "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",
527:  "type" : "string",
528:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
...

634:  "extractor_options" : {
635:  "logging" : {
636:  "title" : "Options pertaining to logging.",
637:  "description" : "Options pertaining to logging.",
638:  "type" : "object",
639:  "properties" : {
640:  "verbosity" : {
641:  "title" : "Python extractor logging verbosity level.",
642:  "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",
643:  "type" : "string",
644:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
...

836:  },
837:  "logging" : {
838:  "title" : "Options pertaining to logging.",
839:  "description" : "Options pertaining to logging.",
840:  "type" : "object",
841:  "properties" : {
842:  "verbosity" : {
843:  "title" : "Extractor logging verbosity level.",
844:  "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",
845:  "type" : "string",
846:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
...

952:  "extractor_options" : {
953:  "logging" : {
954:  "title" : "Options pertaining to logging.",
955:  "description" : "Options pertaining to logging.",
956:  "type" : "object",
957:  "properties" : {
958:  "verbosity" : {
959:  "title" : "Python extractor logging verbosity level.",
960:  "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",
961:  "type" : "string",
962:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
...

1151:  },
1152:  "logging" : {
1153:  "title" : "Options pertaining to logging.",
1154:  "description" : "Options pertaining to logging.",
1155:  "type" : "object",
1156:  "properties" : {
1157:  "verbosity" : {
1158:  "title" : "Extractor logging verbosity level.",
1159:  "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",
1160:  "type" : "string",
1161:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
...

1267:  "extractor_options" : {
1268:  "logging" : {
1269:  "title" : "Options pertaining to logging.",
1270:  "description" : "Options pertaining to logging.",
1271:  "type" : "object",
1272:  "properties" : {
1273:  "verbosity" : {
1274:  "title" : "Python extractor logging verbosity level.",
1275:  "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",
1276:  "type" : "string",
1277:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
...

1494:  2025/02/25 22:50:35 Found no go.work files in the workspace; looking for go.mod files...
1495:  2025/02/25 22:50:35 Found 1 go.mod file(s).
1496:  2025/02/25 22:50:35 Import path is 'github.com/khulnasoft/BinPack'
1497:  go: downloading github.com/khulnasoft/gob v0.0.0-20250207024529-706afd3acbf4
1498:  go: downloading github.com/charmbracelet/lipgloss v1.0.0
1499:  go: downloading github.com/creack/pty v1.1.24
1500:  go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
1501:  go: downloading github.com/khulnasoft-lab/go-logger v0.0.0-20250207014823-92e4fbdcd98f
1502:  go: downloading github.com/hashicorp/go-multierror v1.1.1
1503:  go: downloading github.com/itchyny/gojq v0.12.17
1504:  go: downloading github.com/anchore/bubbly v0.0.0-20230919123500-747f4abea05f
1505:  go: downloading github.com/chainguard-dev/yam v0.2.9
1506:  go: downloading github.com/jedib0t/go-pretty v4.3.0+incompatible
1507:  go: downloading github.com/OneOfOne/xxhash v1.2.8
1508:  go: downloading github.com/google/yamlfmt v0.16.0
1509:  go: downloading github.com/mitchellh/mapstructure v1.5.0
1510:  go: downloading github.com/charmbracelet/bubbletea v1.2.4
1511:  go: downloading github.com/pkg/errors v0.9.1
...

1614:  go: downloading github.com/emirpasic/gods v1.18.1
1615:  go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
1616:  go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
1617:  go: downloading github.com/elazarl/goproxy v1.4.0
1618:  go: downloading github.com/mitchellh/reflectwalk v1.0.2
1619:  go: downloading github.com/frankban/quicktest v1.14.6
1620:  go: downloading github.com/mattn/go-colorable v0.1.13
1621:  go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
1622:  go: downloading github.com/go-openapi/errors v0.20.3
...

1646:  2025/02/25 22:50:39 We have run `go mod tidy -e` and it altered go.mod. You may wish to check these changes into version control. 
1647:  2025/02/25 22:50:39 Makefile found.
1648:  2025/02/25 22:50:39 Trying build command make []
1649:  bash: line 1: .tool/task: No such file or directory
1650:  bash: line 1: .tool/task: No such file or directory
1651:  go build -o .tool/binpack ./cmd/binpack
1652:  # github.com/khulnasoft/binpack/event
1653:  event/task.go:18:12: undefined: progress.AtomicStage
1654:  make: *** [Makefile:14: .tool/binpack] Error 1
1655:  2025/02/25 22:51:03 Running /usr/bin/make [make] failed, continuing anyway: exit status 2
...

1721:  2025/02/25 22:51:07 Extracting types for package runtime/internal/sys.
1722:  2025/02/25 22:51:07 Done extracting types for package runtime/internal/sys.
1723:  2025/02/25 22:51:07 Processing package runtime.
1724:  2025/02/25 22:51:07 Extracting types for package runtime.
1725:  2025/02/25 22:51:07 Done extracting types for package runtime.
1726:  2025/02/25 22:51:07 Processing package internal/reflectlite.
1727:  2025/02/25 22:51:07 Extracting types for package internal/reflectlite.
1728:  2025/02/25 22:51:07 Done extracting types for package internal/reflectlite.
1729:  2025/02/25 22:51:07 Processing package errors.
1730:  2025/02/25 22:51:07 Extracting types for package errors.
1731:  2025/02/25 22:51:07 Done extracting types for package errors.
...

1769:  2025/02/25 22:51:07 Extracting types for package slices.
1770:  2025/02/25 22:51:07 Done extracting types for package slices.
1771:  2025/02/25 22:51:07 Processing package internal/fmtsort.
1772:  2025/02/25 22:51:07 Extracting types for package internal/fmtsort.
1773:  2025/02/25 22:51:07 Done extracting types for package internal/fmtsort.
1774:  2025/02/25 22:51:07 Processing package io.
1775:  2025/02/25 22:51:07 Extracting types for package io.
1776:  2025/02/25 22:51:07 Done extracting types for package io.
1777:  2025/02/25 22:51:07 Processing package internal/oserror.
1778:  2025/02/25 22:51:07 Extracting types for package internal/oserror.
1779:  2025/02/25 22:51:07 Done extracting types for package internal/oserror.
...

2237:  2025/02/25 22:51:08 Extracting types for package github.com/khulnasoft/binpack/cmd/binpack/cli/internal/yamlpatch.
2238:  2025/02/25 22:51:08 Done extracting types for package github.com/khulnasoft/binpack/cmd/binpack/cli/internal/yamlpatch.
2239:  2025/02/25 22:51:08 Processing package github.com/wagoodman/go-partybus.
2240:  2025/02/25 22:51:08 Extracting types for package github.com/wagoodman/go-partybus.
2241:  2025/02/25 22:51:08 Done extracting types for package github.com/wagoodman/go-partybus.
2242:  2025/02/25 22:51:08 Processing package github.com/hashicorp/errwrap.
2243:  2025/02/25 22:51:08 Extracting types for package github.com/hashicorp/errwrap.
2244:  2025/02/25 22:51:08 Done extracting types for package github.com/hashicorp/errwrap.
2245:  2025/02/25 22:51:08 Processing package github.com/hashicorp/go-multierror.
2246:  2025/02/25 22:51:08 Extracting types for package github.com/hashicorp/go-multierror.
2247:  2025/02/25 22:51:08 Done extracting types for package github.com/hashicorp/go-multierror.
2248:  2025/02/25 22:51:08 Processing package github.com/wagoodman/go-progress.
2249:  2025/02/25 22:51:08 Extracting types for package github.com/wagoodman/go-progress.
2250:  2025/02/25 22:51:08 Done extracting types for package github.com/wagoodman/go-progress.
2251:  2025/02/25 22:51:08 Processing package github.com/khulnasoft/binpack/event.
2252:  2025/02/25 22:51:08 Extracting types for package github.com/khulnasoft/binpack/event.
2253:  2025/02/25 22:51:08 Warning: encountered errors extracting package `github.com/khulnasoft/binpack/event`:
...

2493:  2025/02/25 22:51:09 Processing package github.com/pkg/profile.
2494:  2025/02/25 22:51:09 Extracting types for package github.com/pkg/profile.
2495:  2025/02/25 22:51:09 Done extracting types for package github.com/pkg/profile.
2496:  2025/02/25 22:51:09 Processing package github.com/khulnasoft/gob.
2497:  2025/02/25 22:51:09 Extracting types for package github.com/khulnasoft/gob.
2498:  2025/02/25 22:51:09 Done extracting types for package github.com/khulnasoft/gob.
2499:  2025/02/25 22:51:09 Processing package github.com/khulnasoft/binpack/internal/bus.
2500:  2025/02/25 22:51:09 Extracting types for package github.com/khulnasoft/binpack/internal/bus.
2501:  2025/02/25 22:51:09 Warning: encountered errors extracting package `github.com/khulnasoft/binpack/internal/bus`:
2502:  2025/02/25 22:51:09   /home/runner/work/BinPack/BinPack/internal/bus/helpers.go:13:10: cannot use gob.ExitEvent(false) (value of struct type pulsebus.Event) as partybus.Event value in argument to Publish
2503:  2025/02/25 22:51:09   /home/runner/work/BinPack/BinPack/internal/bus/helpers.go:17:10: cannot use gob.ExitEvent(true) (value of struct type pulsebus.Event) as partybus.Event value in argument to Publish
2504:  2025/02/25 22:51:09   /home/runner/work/BinPack/BinPack/internal/bus/helpers.go:40:25: undefined: progress.NewManual
2505:  2025/02/25 22:51:09   /home/runner/work/BinPack/BinPack/internal/bus/helpers.go:41:25: undefined: progress.NewAtomicStage
2506:  2025/02/25 22:51:09 Done extracting types for package github.com/khulnasoft/binpack/internal/bus.
2507:  2025/02/25 22:51:09 Processing package container/heap.
2508:  2025/02/25 22:51:09 Extracting types for package container/heap.
2509:  2025/02/25 22:51:09 Done extracting types for package container/heap.
2510:  2025/02/25 22:51:09 Processing package github.com/ProtonMail/go-crypto/openpgp/errors.
2511:  2025/02/25 22:51:09 Extracting types for package github.com/ProtonMail/go-crypto/openpgp/errors.
2512:  2025/02/25 22:51:09 Done extracting types for package github.com/ProtonMail/go-crypto/openpgp/errors.
...

2934:  2025/02/25 22:51:10 Extracting types for package github.com/andybalholm/brotli.
2935:  2025/02/25 22:51:10 Done extracting types for package github.com/andybalholm/brotli.
2936:  2025/02/25 22:51:10 Processing package github.com/dsnet/compress/bzip2/internal/sais.
2937:  2025/02/25 22:51:10 Extracting types for package github.com/dsnet/compress/bzip2/internal/sais.
2938:  2025/02/25 22:51:10 Done extracting types for package github.com/dsnet/compress/bzip2/internal/sais.
2939:  2025/02/25 22:51:10 Processing package github.com/dsnet/compress/internal.
2940:  2025/02/25 22:51:10 Extracting types for package github.com/dsnet/compress/internal.
2941:  2025/02/25 22:51:10 Done extracting types for package github.com/dsnet/compress/internal.
2942:  2025/02/25 22:51:10 Processing package github.com/dsnet/compress/internal/errors.
2943:  2025/02/25 22:51:10 Extracting types for package github.com/dsnet/compress/internal/errors.
2944:  2025/02/25 22:51:10 Done extracting types for package github.com/dsnet/compress/internal/errors.
...

2988:  2025/02/25 22:51:10 Extracting types for package github.com/klauspost/compress/zstd.
2989:  2025/02/25 22:51:10 Done extracting types for package github.com/klauspost/compress/zstd.
2990:  2025/02/25 22:51:10 Processing package github.com/klauspost/pgzip.
2991:  2025/02/25 22:51:10 Extracting types for package github.com/klauspost/pgzip.
2992:  2025/02/25 22:51:10 Done extracting types for package github.com/klauspost/pgzip.
2993:  2025/02/25 22:51:10 Processing package github.com/nwaples/rardecode.
2994:  2025/02/25 22:51:10 Extracting types for package github.com/nwaples/rardecode.
2995:  2025/02/25 22:51:10 Done extracting types for package github.com/nwaples/rardecode.
2996:  2025/02/25 22:51:10 Processing package github.com/pierrec/lz4/v4/internal/lz4errors.
2997:  2025/02/25 22:51:10 Extracting types for package github.com/pierrec/lz4/v4/internal/lz4errors.
2998:  2025/02/25 22:51:10 Done extracting types for package github.com/pierrec/lz4/v4/internal/lz4errors.
...

3095:  2025/02/25 22:51:10 Processing package hash/fnv.
3096:  2025/02/25 22:51:10 Extracting types for package hash/fnv.
3097:  2025/02/25 22:51:10 Done extracting types for package hash/fnv.
3098:  2025/02/25 22:51:10 Processing package github.com/mitchellh/hashstructure/v2.
3099:  2025/02/25 22:51:10 Extracting types for package github.com/mitchellh/hashstructure/v2.
3100:  2025/02/25 22:51:10 Done extracting types for package github.com/mitchellh/hashstructure/v2.
3101:  2025/02/25 22:51:10 Processing package github.com/khulnasoft/binpack/tool.
3102:  2025/02/25 22:51:10 Extracting types for package github.com/khulnasoft/binpack/tool.
3103:  2025/02/25 22:51:10 Warning: encountered errors extracting package `github.com/khulnasoft/binpack/tool`:
3104:  2025/02/25 22:51:10   /home/runner/work/BinPack/BinPack/tool/install.go:116:75: undefined: progress.AtomicStage
3105:  2025/02/25 22:51:10   /home/runner/work/BinPack/BinPack/tool/install.go:25:9: prog.Set undefined (type *progress.Manual has no field or method Set)
3106:  2025/02/25 22:51:10   /home/runner/work/BinPack/BinPack/tool/install.go:26:9: prog.SetError undefined (type *progress.Manual has no field or method SetError)
...

3141:  2025/02/25 22:51:10 Extracting types for package github.com/itchyny/timefmt-go.
3142:  2025/02/25 22:51:10 Done extracting types for package github.com/itchyny/timefmt-go.
3143:  2025/02/25 22:51:10 Processing package github.com/itchyny/gojq.
3144:  2025/02/25 22:51:10 Extracting types for package github.com/itchyny/gojq.
3145:  2025/02/25 22:51:10 Done extracting types for package github.com/itchyny/gojq.
3146:  2025/02/25 22:51:10 Processing package github.com/asaskevich/govalidator.
3147:  2025/02/25 22:51:10 Extracting types for package github.com/asaskevich/govalidator.
3148:  2025/02/25 22:51:10 Done extracting types for package github.com/asaskevich/govalidator.
3149:  2025/02/25 22:51:10 Processing package github.com/go-openapi/errors.
3150:  2025/02/25 22:51:10 Extracting types for package github.com/go-openapi/errors.
3151:  2025/02/25 22:51:10 Done extracting types for package github.com/go-openapi/errors.
...

3180:  2025/02/25 22:51:10 Extracting types for package github.com/go-openapi/strfmt.
3181:  2025/02/25 22:51:10 Done extracting types for package github.com/go-openapi/strfmt.
3182:  2025/02/25 22:51:10 Processing package github.com/jedib0t/go-pretty/text.
3183:  2025/02/25 22:51:10 Extracting types for package github.com/jedib0t/go-pretty/text.
3184:  2025/02/25 22:51:10 Done extracting types for package github.com/jedib0t/go-pretty/text.
3185:  2025/02/25 22:51:10 Processing package github.com/jedib0t/go-pretty/table.
3186:  2025/02/25 22:51:10 Extracting types for package github.com/jedib0t/go-pretty/table.
3187:  2025/02/25 22:51:10 Done extracting types for package github.com/jedib0t/go-pretty/table.
3188:  2025/02/25 22:51:10 Processing package github.com/pkg/errors.
3189:  2025/02/25 22:51:10 Extracting types for package github.com/pkg/errors.
3190:  2025/02/25 22:51:10 Done extracting types for package github.com/pkg/errors.
3191:  2025/02/25 22:51:10 Processing package golang.org/x/sync/errgroup.
3192:  2025/02/25 22:51:10 Extracting types for package golang.org/x/sync/errgroup.
3193:  2025/02/25 22:51:10 Done extracting types for package golang.org/x/sync/errgroup.
3194:  2025/02/25 22:51:10 Processing package github.com/khulnasoft/binpack/cmd/binpack/cli/command.
3195:  2025/02/25 22:51:10 Extracting types for package github.com/khulnasoft/binpack/cmd/binpack/cli/command.
3196:  2025/02/25 22:51:10 Warning: encountered errors extracting package `github.com/khulnasoft/binpack/cmd/binpack/cli/command`:
3197:  2025/02/25 22:51:10   /home/runner/work/BinPack/BinPack/cmd/binpack/cli/command/update.go:235:21: undefined: progress.AtomicStage
3198:  2025/02/25 22:51:10   /home/runner/work/BinPack/BinPack/cmd/binpack/cli/command/install.go:136:71: undefined: progress.AtomicStage
3199:  2025/02/25 22:51:10   /home/runner/work/BinPack/BinPack/cmd/binpack/cli/command/update.go:194:74: undefined: progress.AtomicStage
3200:  2025/02/25 22:51:10   /home/runner/work/BinPack/BinPack/cmd/binpack/cli/command/check.go:73:12: monitor.SetError undefined (type *event.ManualStagedProgress has no field or method SetError)
3201:  2025/02/25 22:51:10   /home/runner/work/BinPack/BinPack/cmd/binpack/cli/command/check.go:82:11: monitor.Increment undefined (type *event.ManualStagedProgress has no field or method Increment)
3202:  2025/02/25 22:51:10   /home/runner/work/BinPack/BinPack/cmd/binpack/cli/command/install.go:79:9: prog.SetError undefined (type *progress.Manual has no field or method SetError)
3203:  2025/02/25 22:51:10   /home/runner/work/BinPack/BinPack/cmd/binpack/cli/command/install.go:109:9: prog.Increment undefined (type *progress.Manual has no field or method Increment)
3204:  2025/02/25 22:51:10   /home/runner/work/BinPack/BinPack/cmd/binpack/cli/command/install.go:137:19: undefined: progress.NewManual
3205:  2025/02/25 22:51:10   /home/runner/work/BinPack/BinPack/cmd/binpack/cli/command/install.go:138:20: undefined: progress.NewAtomicStage
3206:  2025/02/25 22:51:10   /home/runner/work/BinPack/BinPack/cmd/binpack/cli/command/update.go:94:9: prog.SetError undefined (type *progress.Manual has no field or method SetError)
3207:  2025/02/25 22:51:10   /home/runner/work/BinPack/BinPack/cmd/binpack/cli/command/update.go:118:12: tProg.SetError undefined (type *progress.Manual has no field or method SetError)
...

3230:  2025/02/25 22:51:10 Processing package github.com/anchore/bubbly.
3231:  2025/02/25 22:51:10 Extracting types for package github.com/anchore/bubbly.
3232:  2025/02/25 22:51:10 Done extracting types for package github.com/anchore/bubbly.
3233:  2025/02/25 22:51:10 Processing package github.com/anchore/bubbly/bubbles/frame.
3234:  2025/02/25 22:51:10 Extracting types for package github.com/anchore/bubbly/bubbles/frame.
3235:  2025/02/25 22:51:10 Done extracting types for package github.com/anchore/bubbly/bubbles/frame.
3236:  2025/02/25 22:51:10 Processing package github.com/khulnasoft/binpack/cmd/binpack/cli/internal/ui.
3237:  2025/02/25 22:51:10 Extracting types for package github.com/khulnasoft/binpack/cmd/binpack/cli/internal/ui.
3238:  2025/02/25 22:51:10 Warning: encountered errors extracting package `github.com/khulnasoft/binpack/cmd/binpack/cli/internal/ui`:
3239:  2025/02/25 22:51:10   /home/runner/work/BinPack/BinPack/cmd/binpack/cli/internal/ui/no_ui.go:12:16: cannot use (*NoUI)(nil) (value of type *NoUI) as gob.UI value in variable declaration: *NoUI does not implement gob.UI (wrong type for method Handle)
3240:  have Handle(partybus.Event) error
3241:  want Handle(pulsebus.Event) error
3242:  2025/02/25 22:51:10   /home/runner/work/BinPack/BinPack/cmd/binpack/cli/internal/ui/ui.go:25:5: cannot use (*UI)(nil) (value of type *UI) as interface{tea.Model; partybus.Responder; gob.UI} value in variable declaration: *UI does not implement interface{tea.Model; partybus.Responder; gob.UI} (wrong type for method Handle)
3243:  have Handle(partybus.Event) error
3244:  want Handle(pulsebus.Event) error
...

3258:  2025/02/25 22:51:10 Processing package github.com/anchore/bubbly/bubbles/taskprogress.
3259:  2025/02/25 22:51:10 Extracting types for package github.com/anchore/bubbly/bubbles/taskprogress.
3260:  2025/02/25 22:51:10 Done extracting types for package github.com/anchore/bubbly/bubbles/taskprogress.
3261:  2025/02/25 22:51:10 Processing package github.com/khulnasoft/binpack/cmd/binpack/cli/ui.
3262:  2025/02/25 22:51:10 Extracting types for package github.com/khulnasoft/binpack/cmd/binpack/cli/ui.
3263:  2025/02/25 22:51:10 Done extracting types for package github.com/khulnasoft/binpack/cmd/binpack/cli/ui.
3264:  2025/02/25 22:51:10 Processing package github.com/khulnasoft/binpack/cmd/binpack/cli.
3265:  2025/02/25 22:51:10 Extracting types for package github.com/khulnasoft/binpack/cmd/binpack/cli.
3266:  2025/02/25 22:51:10 Warning: encountered errors extracting package `github.com/khulnasoft/binpack/cmd/binpack/cli`:
3267:  2025/02/25 22:51:10   /home/runner/work/BinPack/BinPack/cmd/binpack/cli/cli.go:28:4: cannot use (func(cfg gob.Config) ([]gob.UI, error) literal) (value of type func(cfg "github.com/khulnasoft/gob".Config) ([]"github.com/khulnasoft/gob".UI, error)) as "github.com/khulnasoft/gob".UIConstructor value in argument to gob.NewSetupConfig(id).WithGlobalConfigFlag().WithGlobalLoggingFlags().WithConfigInRootHelp().WithUIConstructor
3268:  2025/02/25 22:51:10   /home/runner/work/BinPack/BinPack/cmd/binpack/cli/cli.go:31:22: cannot use noUI (variable of type *"github.com/khulnasoft/binpack/cmd/binpack/cli/internal/ui".NoUI) as "github.com/khulnasoft/gob".UI value in array or slice literal: *"github.com/khulnasoft/binpack/cmd/binpack/cli/internal/ui".NoUI does not implement "github.com/khulnasoft/gob".UI (wrong type for method Handle)
3269:  have Handle(partybus.Event) error
3270:  want Handle(pulsebus.Event) error
3271:  2025/02/25 22:51:10   /home/runner/work/BinPack/BinPack/cmd/binpack/cli/cli.go:35:6: cannot use ui.New(cfg.Log.Quiet, handler.New(handler.DefaultHandlerConfig())) (value of type *"github.com/khulnasoft/binpack/cmd/binpack/cli/internal/ui".UI) as "github.com/khulnasoft/gob".UI value in array or slice literal: *"github.com/khulnasoft/binpack/cmd/binpack/cli/internal/ui".UI does not implement "github.com/khulnasoft/gob".UI (wrong type for method Handle)
3272:  have Handle(partybus.Event) error
3273:  want Handle(pulsebus.Event) error
3274:  2025/02/25 22:51:10   /home/runner/work/BinPack/BinPack/cmd/binpack/cli/cli.go:38:6: cannot use noUI (variable of type *"github.com/khulnasoft/binpack/cmd/binpack/cli/internal/ui".NoUI) as "github.com/khulnasoft/gob".UI value in array or slice literal: *"github.com/khulnasoft/binpack/cmd/binpack/cli/internal/ui".NoUI does not implement "github.com/khulnasoft/gob".UI (wrong type for method Handle)
3275:  have Handle(partybus.Event) error
3276:  want Handle(pulsebus.Event) error
...

3302:  2025/02/25 22:51:10 Skipping dependency package internal/runtime/atomic.
3303:  2025/02/25 22:51:10 Skipping dependency package internal/runtime/exithook.
3304:  2025/02/25 22:51:10 Skipping dependency package internal/runtime/syscall.
3305:  2025/02/25 22:51:10 Skipping dependency package internal/stringslite.
3306:  2025/02/25 22:51:10 Skipping dependency package runtime/internal/math.
3307:  2025/02/25 22:51:10 Skipping dependency package runtime/internal/sys.
3308:  2025/02/25 22:51:10 Skipping dependency package runtime.
3309:  2025/02/25 22:51:10 Skipping dependency package internal/reflectlite.
3310:  2025/02/25 22:51:10 Skipping dependency package errors.
...

3318:  2025/02/25 22:51:10 Skipping dependency package strconv.
3319:  2025/02/25 22:51:10 Skipping dependency package sync/atomic.
3320:  2025/02/25 22:51:10 Skipping dependency package sync.
3321:  2025/02/25 22:51:10 Skipping dependency package unicode.
3322:  2025/02/25 22:51:10 Skipping dependency package reflect.
3323:  2025/02/25 22:51:10 Skipping dependency package slices.
3324:  2025/02/25 22:51:10 Skipping dependency package internal/fmtsort.
3325:  2025/02/25 22:51:10 Skipping dependency package io.
3326:  2025/02/25 22:51:10 Skipping dependency package internal/oserror.
...

3490:  2025/02/25 22:51:10 Skipping dependency package github.com/mitchellh/mapstructure.
3491:  2025/02/25 22:51:10 Skipping dependency package github.com/google/yamlfmt/formatters/basic.
3492:  2025/02/25 22:51:10 Extracting /home/runner/work/BinPack/BinPack/go.mod
3493:  2025/02/25 22:51:10 Done extracting /home/runner/work/BinPack/BinPack/go.mod (0ms)
3494:  2025/02/25 22:51:10 Skipping dependency package github.com/wagoodman/go-partybus.
3495:  2025/02/25 22:51:10 Extracting /home/runner/work/BinPack/BinPack/cmd/binpack/cli/internal/yamlpatch/patcher.go
3496:  2025/02/25 22:51:10 Done extracting /home/runner/work/BinPack/BinPack/internal/semver.go (9ms)
3497:  2025/02/25 22:51:10 Skipping dependency package github.com/hashicorp/errwrap.
3498:  2025/02/25 22:51:10 Skipping dependency package github.com/hashicorp/go-multierror.
...

3583:  2025/02/25 22:51:11 Skipping dependency package os/signal.
3584:  2025/02/25 22:51:11 Skipping dependency package runtime/pprof.
3585:  2025/02/25 22:51:11 Skipping dependency package runtime/trace.
3586:  2025/02/25 22:51:11 Skipping dependency package github.com/pkg/profile.
3587:  2025/02/25 22:51:11 Skipping dependency package github.com/khulnasoft/gob.
3588:  2025/02/25 22:51:11 Extracting /home/runner/work/BinPack/BinPack/go.mod
3589:  2025/02/25 22:51:11 Done extracting /home/runner/work/BinPack/BinPack/go.mod (0ms)
3590:  2025/02/25 22:51:11 Skipping dependency package container/heap.
3591:  2025/02/25 22:51:11 Skipping dependency package github.com/ProtonMail/go-crypto/openpgp/errors.
...

3743:  2025/02/25 22:51:11 Skipping dependency package github.com/gabriel-vasile/mimetype/internal/json.
3744:  2025/02/25 22:51:11 Skipping dependency package github.com/gabriel-vasile/mimetype/internal/magic.
3745:  2025/02/25 22:51:11 Skipping dependency package github.com/gabriel-vasile/mimetype.
3746:  2025/02/25 22:51:11 Skipping dependency package archive/tar.
3747:  2025/02/25 22:51:11 Extracting /home/runner/work/BinPack/BinPack/tool/git/version_resolver.go
3748:  2025/02/25 22:51:11 Skipping dependency package github.com/andybalholm/brotli.
3749:  2025/02/25 22:51:11 Skipping dependency package github.com/dsnet/compress/bzip2/internal/sais.
3750:  2025/02/25 22:51:11 Skipping dependency package github.com/dsnet/compress/internal.
3751:  2025/02/25 22:51:11 Skipping dependency package github.com/dsnet/compress/internal/errors.
...

3761:  2025/02/25 22:51:11 Skipping dependency package github.com/klauspost/compress/internal/cpuinfo.
3762:  2025/02/25 22:51:11 Skipping dependency package github.com/klauspost/compress/huff0.
3763:  2025/02/25 22:51:11 Skipping dependency package github.com/klauspost/compress/internal/snapref.
3764:  2025/02/25 22:51:11 Skipping dependency package github.com/klauspost/compress/zstd/internal/xxhash.
3765:  2025/02/25 22:51:11 Skipping dependency package runtime/debug.
3766:  2025/02/25 22:51:11 Skipping dependency package github.com/klauspost/compress/zstd.
3767:  2025/02/25 22:51:11 Skipping dependency package github.com/klauspost/pgzip.
3768:  2025/02/25 22:51:11 Skipping dependency package github.com/nwaples/rardecode.
3769:  2025/02/25 22:51:11 Skipping dependency package github.com/pierrec/lz4/v4/internal/lz4errors.
...

3818:  2025/02/25 22:51:11 Skipping dependency package github.com/lucasb-eyer/go-colorful.
3819:  2025/02/25 22:51:11 Skipping dependency package github.com/mattn/go-runewidth.
3820:  2025/02/25 22:51:11 Skipping dependency package github.com/muesli/termenv.
3821:  2025/02/25 22:51:11 Skipping dependency package github.com/charmbracelet/lipgloss.
3822:  2025/02/25 22:51:11 Skipping dependency package github.com/creack/pty.
3823:  2025/02/25 22:51:11 Skipping dependency package github.com/itchyny/timefmt-go.
3824:  2025/02/25 22:51:11 Skipping dependency package github.com/itchyny/gojq.
3825:  2025/02/25 22:51:11 Skipping dependency package github.com/asaskevich/govalidator.
3826:  2025/02/25 22:51:11 Skipping dependency package github.com/go-openapi/errors.
...

3831:  2025/02/25 22:51:11 Skipping dependency package go.mongodb.org/mongo-driver/x/bsonx/bsoncore.
3832:  2025/02/25 22:51:11 Skipping dependency package go.mongodb.org/mongo-driver/bson/bsonrw.
3833:  2025/02/25 22:51:11 Skipping dependency package go.mongodb.org/mongo-driver/bson/bsoncodec.
3834:  2025/02/25 22:51:11 Skipping dependency package go.mongodb.org/mongo-driver/bson.
3835:  2025/02/25 22:51:11 Skipping dependency package net/mail.
3836:  2025/02/25 22:51:11 Skipping dependency package github.com/go-openapi/strfmt.
3837:  2025/02/25 22:51:11 Skipping dependency package github.com/jedib0t/go-pretty/text.
3838:  2025/02/25 22:51:11 Skipping dependency package github.com/jedib0t/go-pretty/table.
3839:  2025/02/25 22:51:11 Skipping dependency package github.com/pkg/errors.
...

3958:  skip-queries: false
3959:  checkout_path: /home/runner/work/BinPack/BinPack
3960:  upload-database: true
3961:  wait-for-processing: true
3962:  token: ***
3963:  matrix: {
3964:    "language": "go"
3965:  }
3966:  expect-error: false
...

4048:  [21/31] Loaded /opt/hostedtoolcache/CodeQL/2.20.5/x64/codeql/qlpacks/codeql/go-queries/1.1.8/Security/CWE-022/ZipSlip.qlx.
4049:  [22/31] Loaded /opt/hostedtoolcache/CodeQL/2.20.5/x64/codeql/qlpacks/codeql/go-queries/1.1.8/Security/CWE-209/StackTraceExposure.qlx.
4050:  [23/31] Loaded /opt/hostedtoolcache/CodeQL/2.20.5/x64/codeql/qlpacks/codeql/go-queries/1.1.8/Security/CWE-352/ConstantOauth2State.qlx.
4051:  [24/31] Loaded /opt/hostedtoolcache/CodeQL/2.20.5/x64/codeql/qlpacks/codeql/go-queries/1.1.8/Security/CWE-089/StringBreak.qlx.
4052:  [25/31] Loaded /opt/hostedtoolcache/CodeQL/2.20.5/x64/codeql/qlpacks/codeql/go-queries/1.1.8/Security/CWE-326/InsufficientKeySize.qlx.
4053:  [26/31] Loaded /opt/hostedtoolcache/CodeQL/2.20.5/x64/codeql/qlpacks/codeql/go-queries/1.1.8/Security/CWE-089/SqlInjection.qlx.
4054:  [27/31] Loaded /opt/hostedtoolcache/CodeQL/2.20.5/x64/codeql/qlpacks/codeql/go-queries/1.1.8/Diagnostics/SuccessfullyExtractedFiles.qlx.
4055:  [28/31] Loaded /opt/hostedtoolcache/CodeQL/2.20.5/x64/codeql/qlpacks/codeql/go-queries/1.1.8/Security/CWE-322/InsecureHostKeyCallback.qlx.
4056:  [29/31] Loaded /opt/hostedtoolcache/CodeQL/2.20.5/x64/codeql/qlpacks/codeql/go-queries/1.1.8/Diagnostics/ExtractionErrors.qlx.
4057:  [30/31] Loaded /opt/hostedtoolcache/CodeQL/2.20.5/x64/codeql/qlpacks/codeql/go-queries/1.1.8/Security/CWE-918/RequestForgery.qlx.
4058:  [31/31] Loaded /opt/hostedtoolcache/CodeQL/2.20.5/x64/codeql/qlpacks/codeql/go-queries/1.1.8/Summary/LinesOfCode.qlx.
4059:  Starting evaluation of codeql/go-queries/Diagnostics/SuccessfullyExtractedFiles.ql.
4060:  Starting evaluation of codeql/go-queries/Diagnostics/ExtractionErrors.ql.
4061:  Starting evaluation of codeql/go-queries/Security/CWE-020/IncompleteHostnameRegexp.ql.
4062:  Starting evaluation of codeql/go-queries/Security/CWE-020/IncompleteUrlSchemeCheck.ql.
4063:  Starting evaluation of codeql/go-queries/Security/CWE-020/MissingRegexpAnchor.ql.
4064:  Starting evaluation of codeql/go-queries/Security/CWE-020/SuspiciousCharacterInRegexp.ql.
4065:  Starting evaluation of codeql/go-queries/Security/CWE-022/TaintedPath.ql.
4066:  [1/31 eval 512ms] Evaluation done; writing results to codeql/go-queries/Diagnostics/SuccessfullyExtractedFiles.bqrs.
4067:  [2/31 eval 616ms] Evaluation done; writing results to codeql/go-queries/Diagnostics/ExtractionErrors.bqrs.
...

4175:  Interpreting /opt/hostedtoolcache/CodeQL/2.20.5/x64/codeql/qlpacks/codeql/go-queries/1.1.8/Security/CWE-326/InsufficientKeySize.ql...
4176:  ... found results file at /home/runner/work/_temp/codeql_databases/go/results/codeql/go-queries/Security/CWE-326/InsufficientKeySize.bqrs.
4177:  Interpreting /opt/hostedtoolcache/CodeQL/2.20.5/x64/codeql/qlpacks/codeql/go-queries/1.1.8/Security/CWE-918/RequestForgery.ql...
4178:  ... found results file at /home/runner/work/_temp/codeql_databases/go/results/codeql/go-queries/Security/CWE-918/RequestForgery.bqrs.
4179:  Interpreting /opt/hostedtoolcache/CodeQL/2.20.5/x64/codeql/qlpacks/codeql/go-queries/1.1.8/Security/CWE-322/InsecureHostKeyCallback.ql...
4180:  ... found results file at /home/runner/work/_temp/codeql_databases/go/results/codeql/go-queries/Security/CWE-322/InsecureHostKeyCallback.bqrs.
4181:  Interpreting /opt/hostedtoolcache/CodeQL/2.20.5/x64/codeql/qlpacks/codeql/go-queries/1.1.8/Diagnostics/SuccessfullyExtractedFiles.ql...
4182:  ... found results file at /home/runner/work/_temp/codeql_databases/go/results/codeql/go-queries/Diagnostics/SuccessfullyExtractedFiles.bqrs.
4183:  Interpreting /opt/hostedtoolcache/CodeQL/2.20.5/x64/codeql/qlpacks/codeql/go-queries/1.1.8/Diagnostics/ExtractionErrors.ql...
4184:  ... found results file at /home/runner/work/_temp/codeql_databases/go/results/codeql/go-queries/Diagnostics/ExtractionErrors.bqrs.
...

4208:  Interpreted pathproblem query "Use of constant `state` value in OAuth 2.0 URL" (go/constant-oauth2-state) at path /home/runner/work/_temp/codeql_databases/go/results/codeql/go-queries/Security/CWE-352/ConstantOauth2State.bqrs.
4209:  Interpreted pathproblem query "Information exposure through a stack trace" (go/stack-trace-exposure) at path /home/runner/work/_temp/codeql_databases/go/results/codeql/go-queries/Security/CWE-209/StackTraceExposure.bqrs.
4210:  Interpreted pathproblem query "Potentially unsafe quoting" (go/unsafe-quoting) at path /home/runner/work/_temp/codeql_databases/go/results/codeql/go-queries/Security/CWE-089/StringBreak.bqrs.
4211:  Interpreted pathproblem query "Database query built from user-controlled sources" (go/sql-injection) at path /home/runner/work/_temp/codeql_databases/go/results/codeql/go-queries/Security/CWE-089/SqlInjection.bqrs.
4212:  Interpreted pathproblem query "Use of a weak cryptographic key" (go/weak-crypto-key) at path /home/runner/work/_temp/codeql_databases/go/results/codeql/go-queries/Security/CWE-326/InsufficientKeySize.bqrs.
4213:  Interpreted pathproblem query "Uncontrolled data used in network request" (go/request-forgery) at path /home/runner/work/_temp/codeql_databases/go/results/codeql/go-queries/Security/CWE-918/RequestForgery.bqrs.
4214:  Interpreted pathproblem query "Use of insecure HostKeyCallback implementation" (go/insecure-hostkeycallback) at path /home/runner/work/_temp/codeql_databases/go/results/codeql/go-queries/Security/CWE-322/InsecureHostKeyCallback.bqrs.
4215:  Interpreted diagnostic query "Extracted files" (go/diagnostics/successfully-extracted-files) at path /home/runner/work/_temp/codeql_databases/go/results/codeql/go-queries/Diagnostics/SuccessfullyExtractedFiles.bqrs.
4216:  Interpreted diagnostic query "Extraction errors" (go/diagnostics/extraction-errors) at path /home/runner/work/_temp/codeql_databases/go/results/codeql/go-queries/Diagnostics/ExtractionErrors.bqrs.
...

4237:  Validating /home/runner/work/BinPack/results/go.sarif
4238:  Combining SARIF files using the CodeQL CLI
4239:  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.
4240:  Uploading results
4241:  Successfully uploaded results
4242:  ##[endgroup]
4243:  ##[group]Waiting for processing to finish
4244:  Analysis upload status is pending.
4245:  Analysis upload status is failed.
4246:  ##[endgroup]
4247:  ##[error]Code Scanning could not process the submitted SARIF file:
4248:  CodeQL analyses from advanced configurations cannot be processed when the default setup is enabled
4249:  Post job cleanup.
4250:  Post job cleanup.
4251:  [command]/opt/hostedtoolcache/CodeQL/2.20.5/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
...

4264:  Looking for diagnostics in /home/runner/work/_temp/codeql_databases/go/diagnostic/extractors/go...
4265:  Found diagnostics file /home/runner/work/_temp/codeql_databases/go/diagnostic/extractors/go/go-extractor.3129452703.json.
4266:  Looking for diagnostics in /home/runner/work/_temp/codeql_databases/go/diagnostic/extractors/html...
4267:  Looking for diagnostics in /home/runner/work/_temp/codeql_databases/diagnostic...
4268:  Looking for diagnostics in /home/runner/work/_temp/codeql_databases/diagnostic/tracer...
4269:  Found 2 raw diagnostic messages.
4270:  Processed diagnostic messages (removed 0 due to limits, created 0 summary diagnostics for status page).
4271:  Interpreted diagnostic messages (99ms).
4272:  Uploading failed SARIF file ../codeql-failed-run.sarif
4273:  ##[group]Uploading results
4274:  Processing sarif files: ["../codeql-failed-run.sarif"]
4275:  Validating ../codeql-failed-run.sarif
4276:  Combining SARIF files using the CodeQL CLI
4277:  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.
4278:  CodeQL job status was configuration error.

Bumps [github.com/google/yamlfmt](https://github.com/google/yamlfmt) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/google/yamlfmt/releases)
- [Changelog](https://github.com/google/yamlfmt/blob/main/.goreleaser.yaml)
- [Commits](google/yamlfmt@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: github.com/google/yamlfmt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/google/yamlfmt-0.16.0 branch from da656d8 to 7547a40 Compare February 25, 2025 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants