Disable repo-side CodeQL workflow file#74
Merged
Conversation
Copilot created this pull request from a session on behalf of
slideep
May 29, 2026 04:52
View session
Copilot
AI
changed the title
Harden NuGet source resolution and Gradle wrapper integrity checks
Harden NuGet and Gradle dependency resolution
May 29, 2026
There was a problem hiding this comment.
Pull request overview
This PR hardens dependency and tooling trust boundaries for Luotsi by restricting NuGet restores, verifying the Gradle wrapper distribution, and tightening CI/security workflow behavior.
Changes:
- Adds repository-level NuGet source pinning to
nuget.orgwith wildcard package source mapping. - Adds a Gradle wrapper distribution SHA-256 checksum for integrity verification.
- Pins GitHub Actions by commit SHA, scopes workflow permissions, and adds CodeQL/dependency review workflows.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
NuGet.config |
Adds repo-level NuGet source restriction and package source mapping. |
Luotsi.ViewServer.Android/gradle/wrapper/gradle-wrapper.properties |
Adds checksum verification for the pinned Gradle distribution. |
.github/workflows/ci.yml |
Pins actions and disables persisted checkout credentials. |
.github/workflows/release.yml |
Pins actions and scopes release workflow permissions per job. |
.github/workflows/dependency-review.yml |
Adds dependency review scanning for pull requests. |
.github/workflows/codeql.yml |
Adds CodeQL analysis for Actions and C# with locked restore/build. |
Copilot
AI
changed the title
Harden NuGet and Gradle dependency resolution
Include NuGet.config in setup-dotnet cache dependency paths
May 29, 2026
Copilot
AI
changed the title
Include NuGet.config in setup-dotnet cache dependency paths
Disable repo-side CodeQL workflow file
May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.