Skip to content

Commit

Permalink
Merge pull request #3268 from wwmm/dependabot/github_actions/github/c…
Browse files Browse the repository at this point in the history
…odeql-action-3.25.13

build(deps): bump github/codeql-action from 3.25.12 to 3.25.13
  • Loading branch information
wwmm committed Jul 22, 2024
2 parents f74300d + 7905e71 commit bac8b60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,15 +201,15 @@ jobs:
source ./PKGBUILD && pacman -Syu --noconfirm --needed --asdeps "${makedepends[@]}" "${depends[@]}"
- name: Initialize CodeQL
uses: github/codeql-action/init@v3.25.12
uses: github/codeql-action/init@v3.25.13
with:
languages: cpp # we don't use a matrix build (to analyze multiple lanaguages in parallel) as we are only analyzing c++

- name: Autobuild
uses: github/codeql-action/autobuild@v3.25.12
uses: github/codeql-action/autobuild@v3.25.13

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.25.12
uses: github/codeql-action/analyze@v3.25.13

clang-tidy:
name: Clang Tidy
Expand Down

0 comments on commit bac8b60

Please sign in to comment.