Skip to content

Commit

Permalink
updated CodeQL version to V3
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielClarkeEducation committed Jan 30, 2024
1 parent f6cb471 commit dde405f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/code-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
solution_filename: ${{ env.SOLUTION_NAME }}

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: csharp, javascript
languages: csharp, javascript`

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

- name: Run unit tests
uses: ./.github/actions/run-unit-tests
Expand Down

0 comments on commit dde405f

Please sign in to comment.