Skip to content

Commit de368e8

Browse files
build(deps): bump github/codeql-action from 3.27.9 to 3.28.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.9 to 3.28.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.27.9...v3.28.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 46e216b commit de368e8

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/init@v3.27.9
204+
uses: github/codeql-action/init@v3.28.0
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/autobuild@v3.27.9
209+
uses: github/codeql-action/autobuild@v3.28.0
210210

211211
- name: Perform CodeQL Analysis
212-
uses: github/codeql-action/analyze@v3.27.9
212+
uses: github/codeql-action/analyze@v3.28.0
213213

214214
clang-tidy:
215215
name: Clang Tidy

0 commit comments

Comments
 (0)