-
Notifications
You must be signed in to change notification settings - Fork 0
chore: bump actions #15
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
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| <?xml version="1.0" encoding="utf-8"?><testsuites name="pytest tests"><testsuite name="pytest" errors="0" failures="0" skipped="0" tests="21" time="4.790" timestamp="2026-01-17T19:54:17.607651-06:00" hostname="DESKTOP-SACB1K4"><testcase classname="tests.config.logs_.test_LoggingConfig_fileConfig" name="test__logging_config__is_instance_of__LoggingConfig" time="0.005" /><testcase classname="tests.config.logs_.test_LoggingConfig_fileConfig" name="test__logger__is_instance_of__Logger" time="0.003" /><testcase classname="tests.config.os_environ.azure_openai.test_AzureOpenAISettings_dotenv" name="test__azure_openai__is_instance_of__AzureOpenAISettings" time="0.003" /><testcase classname="tests.config.os_environ.azure_openai.test_AzureOpenAISettings_dotenv" name="test__base_url__equals__env_test" time="0.003" /><testcase classname="tests.config.os_environ.azure_openai.test_AzureOpenAISettings_dotenv" name="test__deployment__equals__env_test" time="0.002" /><testcase classname="tests.config.os_environ.azure_openai.test_AzureOpenAISettings_dotenv" name="test__api_key__equals__env_test" time="0.002" /><testcase classname="tests.config.os_environ.settings.test_Settings_dotenv" name="test__settings__is_instance_of__Settings" time="0.002" /><testcase classname="tests.config.os_environ.settings.test_Settings_dotenv" name="test__environment__equals__test" time="0.002" /><testcase classname="tests.config.os_environ.settings.test_Settings_dotenv" name="test__dry_run__is__True" time="0.003" /><testcase classname="tests.config.os_environ.settings.test_Settings_dotenv" name="test__azure_ai_project_endpoint__equals__env_test" time="0.003" /><testcase classname="tests.config.os_environ.settings.test_Settings_dotenv" name="test__azure_openai__is__instance_of_AzureOpenAISettings" time="0.002" /><testcase classname="tests.dependency_injection.container.test_container" name="test__contains_instance_of__Settings" time="0.005" /><testcase classname="tests.dependency_injection.container.test_container" name="test__contains_instance_of__Logger" time="0.008" /><testcase classname="tests.dependency_injection.container.test_container" name="test__contains_instance_of__TokenCredential" time="0.005" /><testcase classname="tests.dependency_injection.container.test_container" name="test__contains_instance_of__DefaultAzureCredential" time="0.014" /><testcase classname="tests.dependency_injection.container.test_container" name="test__contains_instance_of__AccessToken" time="0.005" /><testcase classname="tests.dependency_injection.container.test_container" name="test__contains_instance_of__AzureOpenAIModelConfiguration" time="0.006" /><testcase classname="tests.dependency_injection.container.test_container" name="test__contains_instance_of__QAEvaluator" time="0.054" /><testcase classname="tests.dependency_injection.container.test_container" name="test__contains_instance_of__ContentSafetyEvaluator" time="0.545" /><testcase classname="tests.dependency_injection.container.test_container" name="test__contains_instance_of__dict_str_EvaluatorBase" time="0.124" /><testcase classname="tests.dependency_injection.container.test_container" name="test__contains_instance_of__dict_str_EvaluatorConfig" time="0.004" /></testsuite></testsuites> |
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
Oops, something went wrong.
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.
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium test
Copilot Autofix
AI 3 months ago
To fix the problem, explicitly set least-privilege
GITHUB_TOKENpermissions for the workflow or individual jobs. Since all jobs here appear to only need read access to the repository (they run tests and summarize results using local files), the safest general fix is to add a workflow-levelpermissionsblock that setscontents: read. If later some job needs more, it can override this with its ownpermissionssection.The single best way to fix this without changing existing functionality is:
permissions:block near the top of.github/workflows/test_actions__test-summary.yml, alongsideon:andconcurrency:.contents: readas a conservative default, which typically suffices for checkout and reading files. This affects all jobs (default,os__matrix, andfiles_pattern__matrix) uniformly, without modifying individual job definitions.No imports or methods are involved because this is a YAML workflow configuration change only. The change is localized to
.github/workflows/test_actions__test-summary.yml, and all existing steps and behavior remain untouched.