Skip to content

Commit

Permalink
Merge 889c16a into 0e79956
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 5, 2022
2 parents 0e79956 + 889c16a commit 42f76aa
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 @@ -22,7 +22,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Setup .NET
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Build
run: dotnet build src --configuration Release --no-restore
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 42f76aa

Please sign in to comment.