Skip to content

Commit

Permalink
Add: Set codeql to version v3 via sha
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schardt authored and Robert Schardt committed Sep 27, 2024
1 parent 545b9af commit 2f09c8a
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 @@ -29,7 +29,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628
with:
languages: ${{ matrix.language }}
queries: security-and-quality
Expand All @@ -41,6 +41,6 @@ jobs:
-DCMAKE_BUILD_TYPE=Release .. && make install
working-directory: ${{ github.WORKSPACE }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628
with:
category: "/language:${{matrix.language}}"

0 comments on commit 2f09c8a

Please sign in to comment.