Skip to content

Commit

Permalink
updated CodeQL version to V2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielClarkeEducation committed Jan 30, 2024
1 parent 7a0a5e4 commit f6cb471
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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@v1
uses: github/codeql-action/init@v2
with:
languages: csharp, javascript

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

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

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

0 comments on commit f6cb471

Please sign in to comment.