Skip to content

Commit acf63d9

Browse files
authored
Merge pull request #3729 from wwmm/dependabot/github_actions/github/codeql-action-3.28.13
build(deps): bump github/codeql-action from 3.28.12 to 3.28.13
2 parents ef55434 + dd8f4a4 commit acf63d9

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

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

214214
clang-tidy:
215215
name: Clang Tidy

0 commit comments

Comments
 (0)