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.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/check-c.yml b/.github/workflows/check-c.yml
index 29be41be5..f156de1d9 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -54,7 +54,7 @@ jobs:
54 packages.microsoft.com:443 54 packages.microsoft.com:443
55 ppa.launchpadcontent.net:443 55 ppa.launchpadcontent.net:443
56 security.ubuntu.com:80 56 security.ubuntu.com:80
57 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 57 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
58 - name: update package information 58 - name: update package information
59 run: sudo apt-get update -qy 59 run: sudo apt-get update -qy
60 - name: install clang-tools-14 and dependencies 60 - name: install clang-tools-14 and dependencies
@@ -85,7 +85,7 @@ jobs:
85 packages.microsoft.com:443 85 packages.microsoft.com:443
86 ppa.launchpadcontent.net:443 86 ppa.launchpadcontent.net:443
87 security.ubuntu.com:80 87 security.ubuntu.com:80
88 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 88 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
89 - name: update package information 89 - name: update package information
90 run: sudo apt-get update -qy 90 run: sudo apt-get update -qy
91 - name: install cppcheck 91 - name: install cppcheck
@@ -113,7 +113,7 @@ jobs:
113 ppa.launchpad.net:80 113 ppa.launchpad.net:80
114 ppa.launchpadcontent.net:443 114 ppa.launchpadcontent.net:443
115 security.ubuntu.com:80 115 security.ubuntu.com:80
116 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 116 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
117 - name: update package information 117 - name: update package information
118 run: sudo apt-get update -qy 118 run: sudo apt-get update -qy
119 - name: install cppcheck 119 - name: install cppcheck
@@ -142,7 +142,7 @@ jobs:
142 uploads.github.com:443 142 uploads.github.com:443
143 143
144 - name: Checkout repository 144 - name: Checkout repository
145 uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 145 uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
146 146
147 - name: print env 147 - name: print env
148 run: ./ci/printenv.sh 148 run: ./ci/printenv.sh