From 98723b174f5a7f4bb7900fd46c44959b3aa6780a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 01:01:04 +0000 Subject: [PATCH] build(deps): bump actions/setup-dotnet from 5.0.0 to 5.0.1 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5b72ff637e..3ee8e84d59 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@v5.0.0 + - uses: actions/setup-dotnet@v5.0.1 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 68a8c3f633..cd145812ab 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@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 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 feac02f893..c689bfebf6 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@v5.0.0 + - uses: actions/setup-dotnet@v5.0.1 with: dotnet-version: '8.0.x' - name: Set up JDK 11 @@ -93,7 +93,7 @@ jobs: key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-maven- - - uses: actions/setup-dotnet@v5.0.0 + - uses: actions/setup-dotnet@v5.0.1 with: dotnet-version: '8.0.x' - name: Set up JDK 11 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b95b158e2..200fbed208 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@v5.0.0 + - uses: actions/setup-dotnet@v5.0.1 with: dotnet-version: '8.0.x' - name: Set up JDK 11