Skip to content

Commit

Permalink
Merge pull request #1192 from github/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…/codeql-action-3

Bump github/codeql-action from 2 to 3
  • Loading branch information
begonaguereca authored Sep 23, 2024
2 parents 538b267 + bf4b678 commit f8c7127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Initialize CodeQL
if: matrix.runner-os == 'ubuntu-latest'
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: 'csharp'
config-file: ./.github/codeql/codeql-config.yml
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
path: code-coverage-results.md

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
if: matrix.runner-os == 'ubuntu-latest'

upload-event-file:
Expand Down

0 comments on commit f8c7127

Please sign in to comment.