Skip to content

Commit 9c786d2

Browse files
authored
Merge pull request #857 from nasa/integration-candidate
IC: equuleus-rc1+dev31
2 parents 1b99700 + eb8d1d7 commit 9c786d2

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/static-analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949

5050
steps:
5151
- name: Install cppcheck
52-
run: sudo apt-get install cppcheck xsltproc -y
52+
run: |
53+
sudo apt-get update
54+
sudo apt-get install cppcheck xsltproc -y
5355
5456
- name: Install sarif tool
5557
run: npm install @microsoft/sarif-multitool

cfe

Submodule cfe updated from fc8c48a to 18651ef

psp

Submodule psp updated from ae0c0a7 to 9173cba

0 commit comments

Comments
 (0)