Skip to content

Commit

Permalink
chore: Update CodeQL action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
igoravl committed May 15, 2024
1 parent 977b05c commit 77e8c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
fetch-depth: 0
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: csharp
- name: Build module
Expand All @@ -35,7 +35,7 @@ jobs:
run: |
./Build.ps1 -Targets Package -Config ${{ env.Config }} -Verbose:$${{ env.Debug }} -SkipReleaseNotes:$${{ env.SkipReleaseNotes }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
- name: Publish Nuget
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 77e8c95

Please sign in to comment.