Skip to content

Commit

Permalink
Merge branch 'quokka-astro:development' into starcluster
Browse files Browse the repository at this point in the history
  • Loading branch information
psharda authored Aug 7, 2023
2 parents 83a18a2 + add2204 commit d79af55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: ZedThree/clang-tidy-review/[email protected].1
- uses: ZedThree/clang-tidy-review/[email protected].2
# lgtm_comment_body, max_comments, and annotations need to be set on the posting workflow in a split setup
with:
# adjust options as necessary
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
submodules: true
fetch-depth: 0

- uses: ZedThree/[email protected].1
- uses: ZedThree/[email protected].2
id: review
with:
config_file: src/.clang-tidy
Expand All @@ -27,7 +27,7 @@ jobs:
split_workflow: true

# Uploads an artefact containing clang_fixes.json
- uses: ZedThree/clang-tidy-review/[email protected].1
- uses: ZedThree/clang-tidy-review/[email protected].2

# If there are any comments, fail the check
- if: steps.review.outputs.total_comments > 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install python3-dev python3-numpy python3-matplotlib libopenmpi-dev libhdf5-mpi-dev

- name: Install sonar-scanner and build-wrapper
uses: SonarSource/sonarcloud-github-c-cpp@v1
uses: SonarSource/sonarcloud-github-c-cpp@v2

- name: Run build-wrapper
run: |
Expand Down

0 comments on commit d79af55

Please sign in to comment.