Skip to content

Commit

Permalink
Merge pull request #6 from felipebaltazar/dependabot/github_actions/g…
Browse files Browse the repository at this point in the history
…ithub/codeql-action-3

Bump github/codeql-action from 2 to 3
  • Loading branch information
felipebaltazar authored Feb 4, 2024
2 parents 689a847 + c4912ab commit a25ad87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PrCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
fetch-depth: 0

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

Expand All @@ -72,4 +72,4 @@ jobs:
run: dotnet build Maui.ServerDrivenUI.sln --configuration Release

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

0 comments on commit a25ad87

Please sign in to comment.