Skip to content

Commit

Permalink
Merge pull request #241 from MediaPortal/dependabot/github_actions/gi…
Browse files Browse the repository at this point in the history
…thub/codeql-action-3

MP1: Bump github/codeql-action from 2 to 3
  • Loading branch information
andrewjswan authored Dec 19, 2023
2 parents d804beb + fbef815 commit 5021437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
git submodule update --init --recursive
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: csharp

Expand All @@ -54,4 +54,4 @@ jobs:
shell: cmd

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

0 comments on commit 5021437

Please sign in to comment.