From ed3534e695cb67144f57bca79fe90e772640cb67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:39:46 +0000 Subject: [PATCH] Bump the alldependencies group across 1 directory with 3 updates Bumps the alldependencies group with 3 updates in the / directory: [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action). Updates `danielpalme/ReportGenerator-GitHub-Action` from 5.3.6 to 5.3.9 - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](https://github.com/danielpalme/reportgenerator-github-action/compare/5.3.6...5.3.9) Updates `actions/upload-artifact` from 4.3.3 to 4.4.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.3...v4.4.0) Updates `gradle/gradle-build-action` from 3.3.2 to 3.5.0 - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v3.3.2...v3.5.0) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: alldependencies - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: alldependencies - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: alldependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/codeql.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0752b688..c3fd6bf5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,13 +27,13 @@ jobs: dotnet-version: 6.x dotnet-quality: 'ga' - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.3.6 + uses: danielpalme/ReportGenerator-GitHub-Action@5.3.9 with: reports: cwms-aaa-client/build/reports/jacoco/test/jacocoTestReport.xml;cwms-http-client/build/reports/jacoco/test/jacocoTestReport.xml;cwms-radar-client/build/reports/jacoco/test/jacocoTestReport.xml targetdir: .github/coveragereport reporttypes: Html;MarkdownSummaryGithub;Badges - name: Upload coverage report artifact - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.4.0 with: name: CoverageReport # Artifact name path: .github/coveragereport # Directory containing files to upload diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 757481af..bfb3b019 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,7 +27,7 @@ jobs: java-package: jdk distribution: 'temurin' - name: Setup Gradle - uses: gradle/gradle-build-action@v3.3.2 + uses: gradle/gradle-build-action@v3.5.0 with: dependency-graph: generate-and-submit - name: build and test