| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Update dependencies
Mergeback v3.30.0 refs/heads/releases/v3 into main
Bumps the actions group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.256.0 to 1.257.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@efbf473...4451173) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.257.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the npm group with 1 update: [@types/get-folder-size](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/get-folder-size). Updates `@types/get-folder-size` from 2.0.0 to 3.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/get-folder-size) --- updated-dependencies: - dependency-name: "@types/get-folder-size" dependency-version: 3.0.4 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
…rn/npm-8a1409518d
…s-d07bd62061 Bump ruby/setup-ruby from 1.256.0 to 1.257.0 in the actions group
…09518d Bump @types/get-folder-size from 2.0.0 to 3.0.4 in the npm group
Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
Fix missing/wrong properties in `createTestConfig`
Hard-code quality queries
Co-authored-by: henrymercer <14129055+henrymercer@users.noreply.github.com>
Fix update-bundle workflow
…further modification
…ties Overlay databases: Use `Config` instead of `AugmentationProperties`
Remove `augmentationProperties` from `Config` type
Update default bundle to 2.23.0
Accept `git_source` registry configurations for Go
There was a problem hiding this comment.
This release merges multiple pull requests into the releases/v3 branch, including package dependency updates, refactoring of configuration handling, and CodeQL bundle version updates.
Copilot reviewed 27 out of 39 changed files in this pull request and generated 1 comment.
Show a summary per file| File | Description |
|---|---|
| src/util.ts | Updates del import and getFolderSize usage for new package versions |
| src/upload-lib.ts | Replaces file-url dependency with native Node.js url module |
| src/testing-utils.ts | Updates test configuration structure for refactored config |
| src/status-report.ts | Adds new status report creation functions and moves from init-action |
| src/start-proxy.ts | Extends Go language support to include git_source registry type |
| src/overlay-database-utils.ts | Updates to use config properties directly instead of augmentationProperties |
| src/init-action.ts | Refactors to use extracted status report creation function |
| src/defaults.json | Updates CodeQL CLI version to 2.23.0 |
| src/debug-artifacts.ts | Updates del import for new package version |
| src/config-utils.ts | Major refactoring of configuration structure and function names |
| src/codeql.ts | Updates to use new config structure and query handling |
| src/analyze.ts | Updates del import and code quality query handling |
| src/analyses.ts | Adds code quality queries constant |
| package.json | Updates version and dependencies including del and get-folder-size |
src/util.ts:1
import * as fs from "fs";
Sorry, something went wrong.
| const LANGUAGE_TO_REGISTRY_TYPE: Partial<Record<KnownLanguage, string[]>> = { | ||
| java: ["maven_repository"], | ||
| csharp: ["nuget_feed"], | ||
| javascript: ["npm_registry"], | ||
| python: ["python_index"], | ||
| ruby: ["rubygems_server"], | ||
| rust: ["cargo_registry"], | ||
| go: ["goproxy_server", "git_source"], | ||
| } as const; |
There was a problem hiding this comment.
The as const assertion is incorrect here since the object values are arrays, not readonly tuples. This should either use as const with readonly arrays or remove the assertion entirely.
| const LANGUAGE_TO_REGISTRY_TYPE: Partial<Record<KnownLanguage, string[]>> = { | |
| java: ["maven_repository"], | |
| csharp: ["nuget_feed"], | |
| javascript: ["npm_registry"], | |
| python: ["python_index"], | |
| ruby: ["rubygems_server"], | |
| rust: ["cargo_registry"], | |
| go: ["goproxy_server", "git_source"], | |
| } as const; | |
| }; |
Sorry, something went wrong.
There was a problem hiding this comment.
ok
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Merging 2d2f57e into releases/v3.
Conductor for this PR is @aibaars.
Contains the following pull requests:
Please do the following: