Skip to content

Commit

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

Bump github/codeql-action from 2 to 3
  • Loading branch information
adulau authored Dec 18, 2023
2 parents d1037f8 + 72d9e2b commit 2774e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Build Application using script
Expand All @@ -35,6 +35,6 @@ jobs:
cmake -B ${{github.workspace}}/build -G Ninja
ninja -C ${{github.workspace}}/build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"

0 comments on commit 2774e51

Please sign in to comment.