Skip to content

Commit

Permalink
Merge pull request #216 from LLNL/update_third_party
Browse files Browse the repository at this point in the history
update third party libs and workflow files to checkout v3
  • Loading branch information
phlptp authored Mar 28, 2022
2 parents c9fda93 + d93539a commit 7cf9178
Show file tree
Hide file tree
Showing 5 changed files with 16,330 additions and 14,322 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analyzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
container: helics/buildenv:cpplint

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run cpplint
run: cpplint --counting=detailed --recursive units test webserver converter
cppcheck:
runs-on: ubuntu-latest
container: helics/buildenv:cppcheck2

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run cppcheck
run: cppcheck --enable=performance,portability,unusedFunction --suppressions-list=config/cppcheck_suppressions.txt --error-exitcode=-4 -i ThirdParty -i FuzzTargets -i docs -i config .
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: CMake config check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Check CMake 3.4
with:
Expand Down
Loading

0 comments on commit 7cf9178

Please sign in to comment.