From bd2794e626234750591a969a47ce9018df840eb1 Mon Sep 17 00:00:00 2001 From: Saikrishna Bairamoni <84093461+SaikrishnaBairamoni@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:26:03 -0400 Subject: [PATCH] Sync develop with master (#244) # PR Details This PR is to merge release/omega branch into master branch for C1t release with new version. ## Description ## Related GitHub Issue ## Related Jira Key [CF-933](https://usdot-carma.atlassian.net/browse/CF-933) ## Motivation and Context ## How Has This Been Tested? ## Types of changes - [ ] Defect fix (non-breaking change that fixes an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that cause existing functionality to change) ## Checklist: - [ ] I have added any new packages to the sonar-scanner.properties file - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have read the [**CONTRIBUTING**](https://github.com/usdot-fhwa-stol/carma-platform/blob/develop/Contributing.md) document. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. --------- # PR Details ## Description ## Related GitHub Issue ## Related Jira Key ## Motivation and Context ## How Has This Been Tested? ## Types of changes - [ ] Defect fix (non-breaking change that fixes an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that cause existing functionality to change) ## Checklist: - [ ] I have added any new packages to the sonar-scanner.properties file - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have read the [**CONTRIBUTING**](https://github.com/usdot-fhwa-stol/carma-platform/blob/develop/Contributing.md) document. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. [CF-933]: https://usdot-carma.atlassian.net/browse/CF-933?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ Co-authored-by: Adam Morrissett <22103567+adamlm@users.noreply.github.com> Co-authored-by: paulbourelly999 <77466294+paulbourelly999@users.noreply.github.com> Co-authored-by: dev Co-authored-by: Misheel Bayartsengel --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a44f579..0b02462 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,4 +70,4 @@ jobs: uses: usdot-fhwa-stol/actions/sonar-scanner@main with: sonar-token: ${{ secrets.SONAR_TOKEN }} - working-dir: "/opt/carma/src/${{ github.event.repository.name }}" + working-dir: "/opt/carma/src/${{ github.event.repository.name }}" \ No newline at end of file