From 9ad1c8ef204018ca3be2a918116a00ccbefa288c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:44:48 +0000 Subject: [PATCH] :arrow_up: Bump the actions-dependencies group with 3 updates Bumps the actions-dependencies group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action). Updates `github/codeql-action` from 3.25.7 to 3.25.11 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3.25.7...v3.25.11) Updates `codecov/codecov-action` from 4.4.1 to 4.5.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0) Updates `danielpalme/ReportGenerator-GitHub-Action` from 5.3.5 to 5.3.7 - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](https://github.com/danielpalme/reportgenerator-github-action/compare/5.3.5...5.3.7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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'