Skip to content

Commit

Permalink
Merge pull request #65 from UmbHost/develop
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
AaronSadlerUK authored Feb 15, 2024
2 parents 9bbd6b1 + 980457d commit 0709171
Show file tree
Hide file tree
Showing 222 changed files with 766 additions and 40,766 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: "7.0.304"
dotnet-version: "8.x"

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

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"
Loading

0 comments on commit 0709171

Please sign in to comment.