Skip to content

Commit d348f06

Browse files
Bump the alldependencies group across 1 directory with 3 updates
Bumps the alldependencies group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `danielpalme/ReportGenerator-GitHub-Action` from 5.3.11 to 5.4.12 - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](danielpalme/ReportGenerator-GitHub-Action@5.3.11...5.4.12) Updates `actions/upload-artifact` from 4.4.3 to 4.6.2 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.3...v4.6.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: alldependencies - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-version: 5.4.12 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: alldependencies - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: alldependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 362cf46 commit d348f06

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: checkout code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- name: setup java
1616
uses: actions/setup-java@v4
1717
with:
@@ -27,13 +27,13 @@ jobs:
2727
dotnet-version: 6.x
2828
dotnet-quality: 'ga'
2929
- name: ReportGenerator
30-
uses: danielpalme/ReportGenerator-GitHub-Action@5.3.11
30+
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.12
3131
with:
3232
reports: cwms-aaa-client/build/reports/jacoco/test/jacocoTestReport.xml;cwms-http-client/build/reports/jacoco/test/jacocoTestReport.xml;cwms-data-api-client/build/reports/jacoco/test/jacocoTestReport.xml
3333
targetdir: .github/coveragereport
3434
reporttypes: Html;MarkdownSummaryGithub;Badges
3535
- name: Upload coverage report artifact
36-
uses: actions/upload-artifact@v4.4.3
36+
uses: actions/upload-artifact@v4.6.2
3737
with:
3838
name: CoverageReport # Artifact name
3939
path: .github/coveragereport # Directory containing files to upload

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Initialize CodeQL
2020
uses: github/codeql-action/init@v3

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: setup java
1717
uses: actions/setup-java@v4
1818
with:

0 commit comments

Comments
 (0)