From 21d22e134aa488921414a34038ce5bea2e8b486e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 08:59:23 +0000 Subject: [PATCH] build(deps): bump actions/setup-dotnet from 4.3.1 to 5.0.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4.3.1...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/false-positive-ops.yml | 2 +- .github/workflows/pull_requests.yml | 4 ++-- .github/workflows/release.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbef9282d26..90ec8ced510 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: with: path: core/target/data key: odc-data - - uses: actions/setup-dotnet@v4.3.1 + - uses: actions/setup-dotnet@v5.0.0 with: dotnet-version: '8.0.x' - name: Set up JDK 11 diff --git a/.github/workflows/false-positive-ops.yml b/.github/workflows/false-positive-ops.yml index 832ebc87cfe..c6d142ecd78 100644 --- a/.github/workflows/false-positive-ops.yml +++ b/.github/workflows/false-positive-ops.yml @@ -111,7 +111,7 @@ jobs: cd .. - name: Setup dotnet if: ${{ fromJSON(steps.purl-parser.outputs.result).type == 'nuget' }} - uses: actions/setup-dotnet@v4.3.1 + uses: actions/setup-dotnet@v5.0.0 with: dotnet-version: '8.0.x' - name: Setup dotnet fp-project diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 73d62c7c6fe..ac0dfb8571d 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -23,7 +23,7 @@ jobs: key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-maven- - - uses: actions/setup-dotnet@v4.3.1 + - uses: actions/setup-dotnet@v5.0.0 with: dotnet-version: '8.0.x' - name: Set up JDK 11 @@ -81,7 +81,7 @@ jobs: key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-maven- - - uses: actions/setup-dotnet@v4.3.1 + - uses: actions/setup-dotnet@v5.0.0 with: dotnet-version: '8.0.x' - name: Set up JDK 11 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6105f498654..0edea498200 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: with: path: core/target/data key: odc-data - - uses: actions/setup-dotnet@v4.3.1 + - uses: actions/setup-dotnet@v5.0.0 with: dotnet-version: '8.0.x' - name: Set up JDK 11