Skip to content

Commit

Permalink
Tt 69 correct action target (#25)
Browse files Browse the repository at this point in the history
* Update sonar-scanner workflow to target main branch

* Undo #24 unintentional change
  • Loading branch information
paulbourelly999 authored May 28, 2024
1 parent b584432 commit 1e5de28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
build: false
- architecture: armhf
ubuntu: jammy
build: false
build: true
- architecture: arm64
ubuntu: focal
build: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
name: Sonar Workflow
jobs:
sonarcloud:
uses: usdot-fhwa-stol/actions/.github/workflows/sonar-scanner-cpp.yml@fix-coverage
uses: usdot-fhwa-stol/actions/.github/workflows/sonar-scanner-cpp.yml@main
with:
sonar-project-key: usdot-fhwa-stol_carma-time-lib
build-image-tag: jammy
Expand Down

0 comments on commit 1e5de28

Please sign in to comment.