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

Commit 39feec3

Browse files
build(deps): bump actions/setup-java from 4.5.0 to 4.6.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4.5.0...v4.6.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 828f9a3 commit 39feec3

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
@@ -64,7 +64,7 @@ jobs:
6464
find . -type f -name "*.csproj" -exec sed -i 's/<TargetFrameworks>.*<\/TargetFrameworks>/<TargetFrameworks>${{ env.FRAMEWORK_VERSION }}<\/TargetFrameworks>/g' {} +
6565
6666
- name: "Set up JDK"
67-
uses: actions/setup-java@v4.5.0
67+
uses: actions/setup-java@v4.6.0
6868
with:
6969
distribution: 'adopt'
7070
java-version: '17'

0 commit comments

Comments
 (0)