diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 814bce9..670cd16 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -67,7 +67,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL id: init_codeql - uses: github/codeql-action/init@v3.25.7 + uses: github/codeql-action/init@v3.25.11 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -98,6 +98,6 @@ jobs: run: dotnet build --configuration Release --no-restore --tl - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.25.7 + uses: github/codeql-action/analyze@v3.25.11 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 03367ea..db3ad0c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,13 +63,13 @@ jobs: run: dotnet test -s .runsettings --no-restore --verbosity normal --logger "GitHubActions;summary.includeNotFoundTests=false" - name: Code coverage - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: flags: unittests verbose: true - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.3.5 + uses: danielpalme/ReportGenerator-GitHub-Action@5.3.7 with: reports: './**/TestResults/**/*.cobertura.xml' targetdir: '${{ github.workspace }}/coveragereport'