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 9fae67c95..cb4291563 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -55,7 +55,7 @@ jobs:
55 packages.microsoft.com:443 55 packages.microsoft.com:443
56 ppa.launchpadcontent.net:443 56 ppa.launchpadcontent.net:443
57 security.ubuntu.com:80 57 security.ubuntu.com:80
58 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 58 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
59 - name: update package information 59 - name: update package information
60 run: sudo apt-get update -qy 60 run: sudo apt-get update -qy
61 - name: install clang-tools-14 and dependencies 61 - name: install clang-tools-14 and dependencies
@@ -86,7 +86,7 @@ jobs:
86 packages.microsoft.com:443 86 packages.microsoft.com:443
87 ppa.launchpadcontent.net:443 87 ppa.launchpadcontent.net:443
88 security.ubuntu.com:80 88 security.ubuntu.com:80
89 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 89 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
90 - name: update package information 90 - name: update package information
91 run: sudo apt-get update -qy 91 run: sudo apt-get update -qy
92 - name: install cppcheck 92 - name: install cppcheck
@@ -114,7 +114,7 @@ jobs:
114 ppa.launchpad.net:80 114 ppa.launchpad.net:80
115 ppa.launchpadcontent.net:443 115 ppa.launchpadcontent.net:443
116 security.ubuntu.com:80 116 security.ubuntu.com:80
117 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 117 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
118 - name: update package information 118 - name: update package information
119 run: sudo apt-get update -qy 119 run: sudo apt-get update -qy
120 - name: install cppcheck 120 - name: install cppcheck
@@ -143,7 +143,7 @@ jobs:
143 uploads.github.com:443 143 uploads.github.com:443
144 144
145 - name: Checkout repository 145 - name: Checkout repository
146 uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 146 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
147 147
148 - name: print env 148 - name: print env
149 run: ./ci/printenv.sh 149 run: ./ci/printenv.sh