Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 82a35b6

Browse files
dependabot[bot]NelsonBN
authored andcommitted
build(deps): bump actions/setup-java from 4.4.0 to 4.5.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 31022be commit 82a35b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud-and-mutations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
find . -type f -name "*.csproj" -exec sed -i 's/<TargetFrameworks>.*<\/TargetFrameworks>/<TargetFrameworks>${{ env.FRAMEWORK_VERSION }}<\/TargetFrameworks>/g' {} +
6666
6767
- name: "Set up JDK"
68-
uses: actions/setup-java@v4.4.0
68+
uses: actions/setup-java@v4.5.0
6969
with:
7070
distribution: 'adopt'
7171
java-version: '17'

0 commit comments

Comments
 (0)