diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8bc9ef65..e2fb03b7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,7 +30,7 @@ jobs: dotnet-version: "10.0.x" - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: csharp build-mode: manual @@ -39,6 +39,6 @@ jobs: run: dotnet build SpringVoyage.slnx --configuration Release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:csharp" diff --git a/Directory.Packages.props b/Directory.Packages.props index 946497b9..f0c203d5 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,14 +4,14 @@ - - - - + + + + - + @@ -32,7 +32,7 @@ - +