Skip to content

Commit

Permalink
Merge pull request #196 from gregkh/dependabot/github_actions/all-act…
Browse files Browse the repository at this point in the history
…ions-366513d706

ci: bump github/codeql-action from 3.26.7 to 3.26.8 in the all-actions group
  • Loading branch information
gregkh authored Sep 21, 2024
2 parents b52b8e9 + 052a998 commit dd97b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
git config --global --add safe.directory '*'
- name: Initialize CodeQL
uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
with:
languages: cpp
queries: +security-and-quality
Expand All @@ -59,6 +59,6 @@ jobs:
meson compile
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
with:
category: "/language:cpp"

0 comments on commit dd97b75

Please sign in to comment.