Skip to content

Commit

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

ci: bump github/codeql-action from 3.27.5 to 3.28.0 in the all-actions group
  • Loading branch information
gregkh authored Jan 20, 2025
2 parents 3db1b64 + 2958b44 commit e6a1818
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
git config --global --add safe.directory '*'
- name: Initialize CodeQL
uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
languages: cpp
queries: +security-and-quality
Expand All @@ -63,7 +63,7 @@ jobs:
meson compile -C build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
category: "/language:cpp"
upload: false
Expand All @@ -78,7 +78,7 @@ jobs:
output: sarif-results/cpp.sarif

- name: Upload CodeQL results to code scanning
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
sarif_file: sarif-results/cpp.sarif
category: "/language:cpp"

0 comments on commit e6a1818

Please sign in to comment.