aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-extra.yml10
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/codeql-analysis.yml8
-rw-r--r--.github/workflows/profile-checks.yml2
4 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index c2b035e11..dd0dc4da0 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -60,7 +60,7 @@ jobs:
60 allowed-endpoints: > 60 allowed-endpoints: >
61 azure.archive.ubuntu.com:80 61 azure.archive.ubuntu.com:80
62 github.com:443 62 github.com:443
63 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab 63 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
64 - name: update package information 64 - name: update package information
65 run: sudo apt-get update -qy 65 run: sudo apt-get update -qy
66 - name: install dependencies 66 - name: install dependencies
@@ -90,7 +90,7 @@ jobs:
90 allowed-endpoints: > 90 allowed-endpoints: >
91 azure.archive.ubuntu.com:80 91 azure.archive.ubuntu.com:80
92 github.com:443 92 github.com:443
93 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab 93 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
94 - name: update package information 94 - name: update package information
95 run: sudo apt-get update -qy 95 run: sudo apt-get update -qy
96 - name: install clang-tools-14 and dependencies 96 - name: install clang-tools-14 and dependencies
@@ -116,7 +116,7 @@ jobs:
116 allowed-endpoints: > 116 allowed-endpoints: >
117 azure.archive.ubuntu.com:80 117 azure.archive.ubuntu.com:80
118 github.com:443 118 github.com:443
119 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab 119 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
120 - name: update package information 120 - name: update package information
121 run: sudo apt-get update -qy 121 run: sudo apt-get update -qy
122 - name: install cppcheck 122 - name: install cppcheck
@@ -138,7 +138,7 @@ jobs:
138 allowed-endpoints: > 138 allowed-endpoints: >
139 azure.archive.ubuntu.com:80 139 azure.archive.ubuntu.com:80
140 github.com:443 140 github.com:443
141 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab 141 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
142 - name: update package information 142 - name: update package information
143 run: sudo apt-get update -qy 143 run: sudo apt-get update -qy
144 - name: install cppcheck 144 - name: install cppcheck
@@ -156,7 +156,7 @@ jobs:
156 allowed-endpoints: > 156 allowed-endpoints: >
157 azure.archive.ubuntu.com:80 157 azure.archive.ubuntu.com:80
158 github.com:443 158 github.com:443
159 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab 159 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
160 - name: update package information 160 - name: update package information
161 run: sudo apt-get update -qy 161 run: sudo apt-get update -qy
162 - name: install dependencies 162 - name: install dependencies
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ea85e1109..afa8d1305 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
61 www.debian.org:443 61 www.debian.org:443
62 www.debian.org:80 62 www.debian.org:80
63 yahoo.com:1025 63 yahoo.com:1025
64 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab 64 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
65 - name: update package information 65 - name: update package information
66 run: sudo apt-get update -qy 66 run: sudo apt-get update -qy
67 - name: install dependencies 67 - name: install dependencies
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 8c17646a3..eec359f40 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -86,14 +86,14 @@ jobs:
86 uploads.github.com:443 86 uploads.github.com:443
87 87
88 - name: Checkout repository 88 - name: Checkout repository
89 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab 89 uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
90 90
91 - name: print env 91 - name: print env
92 run: ./ci/printenv.sh 92 run: ./ci/printenv.sh
93 93
94 # Initializes the CodeQL tools for scanning. 94 # Initializes the CodeQL tools for scanning.
95 - name: Initialize CodeQL 95 - name: Initialize CodeQL
96 uses: github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 96 uses: github/codeql-action/init@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e
97 with: 97 with:
98 languages: ${{ matrix.language }} 98 languages: ${{ matrix.language }}
99 # If you wish to specify custom queries, you can do so here or in a config file. 99 # If you wish to specify custom queries, you can do so here or in a config file.
@@ -104,7 +104,7 @@ jobs:
104 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). 104 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
105 # If this step fails, then you should remove it and run the build manually (see below) 105 # If this step fails, then you should remove it and run the build manually (see below)
106 - name: Autobuild 106 - name: Autobuild
107 uses: github/codeql-action/autobuild@83f0fe6c4988d98a455712a27f0255212bba9bd4 107 uses: github/codeql-action/autobuild@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e
108 108
109 # ℹī¸ Command-line programs to run using the OS shell. 109 # ℹī¸ Command-line programs to run using the OS shell.
110 # 📚 https://git.io/JvXDl 110 # 📚 https://git.io/JvXDl
@@ -118,4 +118,4 @@ jobs:
118 # make release 118 # make release
119 119
120 - name: Perform CodeQL Analysis 120 - name: Perform CodeQL Analysis
121 uses: github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 121 uses: github/codeql-action/analyze@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index 8500481cd..8418a390b 100644
--- a/.github/workflows/profile-checks.yml
+++ b/.github/workflows/profile-checks.yml
@@ -31,7 +31,7 @@ jobs:
31 allowed-endpoints: > 31 allowed-endpoints: >
32 github.com:443 32 github.com:443
33 33
34 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab 34 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
35 - name: print env 35 - name: print env
36 run: ./ci/printenv.sh 36 run: ./ci/printenv.sh
37 - run: python3 --version 37 - run: python3 --version