Skip to content

Commit

Permalink
add xcode step
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewc committed Apr 24, 2024
1 parent 2186ccc commit d7b0627
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Select Xcode Version
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
with:
xcode-version: '15.2'
- name: Update sonar-project.properties
run: |
echo "sonar.pullrequest.key=${{github.event.pull_request.number}}" >> sonar-project.properties
Expand Down

0 comments on commit d7b0627

Please sign in to comment.