aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-c.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check-c.yml')
-rw-r--r--.github/workflows/check-c.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/check-c.yml b/.github/workflows/check-c.yml
index d559115c6..2a479c546 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -56,7 +56,7 @@ jobs:
56 packages.microsoft.com:443 56 packages.microsoft.com:443
57 ppa.launchpadcontent.net:443 57 ppa.launchpadcontent.net:443
58 security.ubuntu.com:80 58 security.ubuntu.com:80
59 - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b 59 - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
60 - name: update package information 60 - name: update package information
61 run: sudo apt-get update -qy 61 run: sudo apt-get update -qy
62 - name: install clang-tools-14 and dependencies 62 - name: install clang-tools-14 and dependencies
@@ -89,7 +89,7 @@ jobs:
89 packages.microsoft.com:443 89 packages.microsoft.com:443
90 ppa.launchpadcontent.net:443 90 ppa.launchpadcontent.net:443
91 security.ubuntu.com:80 91 security.ubuntu.com:80
92 - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b 92 - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
93 - name: update package information 93 - name: update package information
94 run: sudo apt-get update -qy 94 run: sudo apt-get update -qy
95 - name: install cppcheck 95 - name: install cppcheck
@@ -120,7 +120,7 @@ jobs:
120 ppa.launchpad.net:80 120 ppa.launchpad.net:80
121 ppa.launchpadcontent.net:443 121 ppa.launchpadcontent.net:443
122 security.ubuntu.com:80 122 security.ubuntu.com:80
123 - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b 123 - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
124 - name: update package information 124 - name: update package information
125 run: sudo apt-get update -qy 125 run: sudo apt-get update -qy
126 - name: install cppcheck 126 - name: install cppcheck
@@ -154,14 +154,14 @@ jobs:
154 uploads.github.com:443 154 uploads.github.com:443
155 155
156 - name: Checkout repository 156 - name: Checkout repository
157 uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b 157 uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
158 158
159 - name: print env 159 - name: print env
160 run: ./ci/printenv.sh 160 run: ./ci/printenv.sh
161 161
162 # Initializes the CodeQL tools for scanning. 162 # Initializes the CodeQL tools for scanning.
163 - name: Initialize CodeQL 163 - name: Initialize CodeQL
164 uses: github/codeql-action/init@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 164 uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6
165 with: 165 with:
166 languages: cpp 166 languages: cpp
167 167
@@ -172,4 +172,4 @@ jobs:
172 run: make -j "$(nproc)" 172 run: make -j "$(nproc)"
173 173
174 - name: Perform CodeQL Analysis 174 - name: Perform CodeQL Analysis
175 uses: github/codeql-action/analyze@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 175 uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6