Skip to content

Commit 66dd4b7

Browse files
authored
Merge pull request #3552 from wwmm/dependabot/github_actions/github/codeql-action-3.27.9
build(deps): bump github/codeql-action from 3.27.7 to 3.27.9
2 parents 0d54697 + dc61245 commit 66dd4b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,15 +201,15 @@ jobs:
201201
source ./PKGBUILD && pacman -Syu --noconfirm --needed --asdeps "${makedepends[@]}" "${depends[@]}"
202202
203203
- name: Initialize CodeQL
204-
uses: github/codeql-action/[email protected].7
204+
uses: github/codeql-action/[email protected].9
205205
with:
206206
languages: cpp # we don't use a matrix build (to analyze multiple lanaguages in parallel) as we are only analyzing c++
207207

208208
- name: Autobuild
209-
uses: github/codeql-action/[email protected].7
209+
uses: github/codeql-action/[email protected].9
210210

211211
- name: Perform CodeQL Analysis
212-
uses: github/codeql-action/[email protected].7
212+
uses: github/codeql-action/[email protected].9
213213

214214
clang-tidy:
215215
name: Clang Tidy

0 commit comments

Comments
 (0)