| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This pull request updates the feature flag for repository properties from use_repository_properties to use_repository_properties_v2. This change allows the feature to be rolled out exclusively to CodeQL Action versions that include the improved error handling introduced in PR #3421. The feature flag name change is a versioning strategy to ensure only newer Action versions with better error tolerance will be able to enable the repository properties feature.
Changes:
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file| File | Description |
|---|---|
| src/feature-flags.ts | Updated Feature.UseRepositoryProperties enum value to use v2 suffix |
| lib/upload-sarif-action.js | Generated JavaScript reflecting the feature flag update |
| lib/upload-sarif-action-post.js | Generated JavaScript reflecting the feature flag update |
| lib/upload-lib.js | Generated JavaScript reflecting the feature flag update |
| lib/start-proxy-action.js | Generated JavaScript reflecting the feature flag update |
| lib/start-proxy-action-post.js | Generated JavaScript reflecting the feature flag update |
| lib/setup-codeql-action.js | Generated JavaScript reflecting the feature flag update |
| lib/resolve-environment-action.js | Generated JavaScript reflecting the feature flag update |
| lib/init-action.js | Generated JavaScript reflecting the feature flag update, including usage in loadRepositoryProperties function |
| lib/init-action-post.js | Generated JavaScript reflecting the feature flag update |
| lib/autobuild-action.js | Generated JavaScript reflecting the feature flag update |
| lib/analyze-action.js | Generated JavaScript reflecting the feature flag update |
| lib/analyze-action-post.js | Generated JavaScript reflecting the feature flag update |
Sorry, something went wrong.
There was a problem hiding this comment.
Thank you for handling this!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Append v2 to the repository properties FF, so we can roll out repository properties only to CodeQL Action versions with the improved error handling introduced in #3421.
Risk assessment
For internal use only. Please select the risk level of this change:
Which use cases does this change impact?
Workflow types:
Products:
Environments:
How did/will you validate this change?
If something goes wrong after this change is released, what are the mitigation and rollback strategies?
How will you know if something goes wrong after this change is released?
Are there any special considerations for merging or releasing this change?
Merge / deployment checklist