Skip to content

Commit

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

ci: bump github/codeql-action from 3.27.0 to 3.27.5 in the all-actions group
  • Loading branch information
gregkh authored Dec 10, 2024
2 parents 54dcbfc + 0b92617 commit 3db1b64
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@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
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@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
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@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
with:
sarif_file: sarif-results/cpp.sarif
category: "/language:cpp"

0 comments on commit 3db1b64

Please sign in to comment.