Skip to content

Commit 0ffa32a

Browse files
authored
Merge pull request #3652 from wwmm/dependabot/github_actions/github/codeql-action-3.28.5
build(deps): bump github/codeql-action from 3.28.4 to 3.28.5
2 parents bf188d4 + d623f3f commit 0ffa32a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yaml

+3-3
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].4
204+
uses: github/codeql-action/[email protected].5
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].4
209+
uses: github/codeql-action/[email protected].5
210210

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

214214
clang-tidy:
215215
name: Clang Tidy

0 commit comments

Comments
 (0)