diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6af9acd..6704ba7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: ${{ runner.os }}-nuget- - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: csharp @@ -56,7 +56,7 @@ jobs: run: dotnet test ./src --no-build --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./coverage --filter Category!=IntegrationTest - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 - name: Merge Code Coverage files with Reportgenerator uses: danielpalme/ReportGenerator-GitHub-Action@5.4.12 diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 810fe1d..0245879 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -52,7 +52,7 @@ jobs: fi - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: csharp @@ -60,7 +60,7 @@ jobs: run: dotnet build ./src --no-restore - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:csharp"