Merge pull request #47 from andrsd/write-nodal-var #152
Annotations
1 error and 5 warnings
c++ linter
Process completed with exit code 1.
|
src/exodusIIcppFile.cpp:689:7 [readability-make-member-function-const]:
src/exodusIIcppFile.cpp#L689
method 'write_nodal_var' can be made const
|
src/exodusIIcppFile.cpp:691:5 [cppcoreguidelines-pro-bounds-array-to-pointer-decay]:
src/exodusIIcppFile.cpp#L691
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
|
c++ linter
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
analyze (cpp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
analyze (cpp)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|