From 67114d07d422d7656178a895b8fbe774a6d6b6d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:44:10 +0000 Subject: [PATCH 1/3] build(deps): bump actions/checkout from 6.0.3 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/df4cb1c069e1874edd31b4311f1884172cec0e10...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_and_run_demo_tests.yml | 2 +- .github/workflows/build_and_run_unit_tests_linux.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/create_new_release_on_new_metadata_update.yml | 2 +- .github/workflows/deploy-demo.yml | 2 +- .github/workflows/run_all_tests_and_upload_code_coverage.yml | 2 +- .github/workflows/run_performance_tests_windows.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_and_run_demo_tests.yml b/.github/workflows/build_and_run_demo_tests.yml index 6f808262b..e47615515 100644 --- a/.github/workflows/build_and_run_demo_tests.yml +++ b/.github/workflows/build_and_run_demo_tests.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 20 steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: Setup .NET diff --git a/.github/workflows/build_and_run_unit_tests_linux.yml b/.github/workflows/build_and_run_unit_tests_linux.yml index 9ca5a4a5a..a22394654 100644 --- a/.github/workflows/build_and_run_unit_tests_linux.yml +++ b/.github/workflows/build_and_run_unit_tests_linux.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 20 steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: Setup .NET diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index da9ac7aa1..1a52fcc3e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -42,7 +42,7 @@ jobs: # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: Setup .NET diff --git a/.github/workflows/create_new_release_on_new_metadata_update.yml b/.github/workflows/create_new_release_on_new_metadata_update.yml index 7b6fc07b6..fabdcb6bd 100644 --- a/.github/workflows/create_new_release_on_new_metadata_update.yml +++ b/.github/workflows/create_new_release_on_new_metadata_update.yml @@ -20,7 +20,7 @@ jobs: create_new_release_on_new_metadata_update: runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Setup .NET uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5 with: diff --git a/.github/workflows/deploy-demo.yml b/.github/workflows/deploy-demo.yml index 0ff0221da..009d14965 100644 --- a/.github/workflows/deploy-demo.yml +++ b/.github/workflows/deploy-demo.yml @@ -30,7 +30,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/run_all_tests_and_upload_code_coverage.yml b/.github/workflows/run_all_tests_and_upload_code_coverage.yml index 80c41afdb..2d5b702a7 100644 --- a/.github/workflows/run_all_tests_and_upload_code_coverage.yml +++ b/.github/workflows/run_all_tests_and_upload_code_coverage.yml @@ -18,7 +18,7 @@ jobs: runs-on: windows-latest timeout-minutes: 20 steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: Setup .NET diff --git a/.github/workflows/run_performance_tests_windows.yml b/.github/workflows/run_performance_tests_windows.yml index ae997814f..bbb4781b3 100644 --- a/.github/workflows/run_performance_tests_windows.yml +++ b/.github/workflows/run_performance_tests_windows.yml @@ -27,7 +27,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index b38e62912..39f20dea3 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false From f6bcec65e00e38891bffe29f09eaac679b48e9eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:44:18 +0000 Subject: [PATCH 2/3] build(deps): bump actions/cache/save from 5.0.5 to 6.1.0 Bumps [actions/cache/save](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/27d5ce7f107fe9357f9df03efb73ab90386fccae...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: actions/cache/save dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/run_performance_tests_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_performance_tests_windows.yml b/.github/workflows/run_performance_tests_windows.yml index ae997814f..adb1ea8b4 100644 --- a/.github/workflows/run_performance_tests_windows.yml +++ b/.github/workflows/run_performance_tests_windows.yml @@ -69,7 +69,7 @@ jobs: - name: Save main benchmark baseline if: github.event_name != 'pull_request' - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: main-baseline # Unique per run so every push/cron writes a *fresh* cache entry. cache/save From 783cfaca5b59856cb28e1eeeffc6f7a451eab79a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:49:39 +0000 Subject: [PATCH 3/3] Bump the phonenumbers_demo_tests_minor_patch_updates group with 2 updates Bumps Microsoft.AspNetCore.Components.WebAssembly from 10.0.6 to 10.0.9 Bumps Microsoft.AspNetCore.Components.WebAssembly.DevServer from 10.0.6 to 10.0.9 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Components.WebAssembly dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: phonenumbers_demo_tests_minor_patch_updates - dependency-name: Microsoft.AspNetCore.Components.WebAssembly.DevServer dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: phonenumbers_demo_tests_minor_patch_updates ... Signed-off-by: dependabot[bot] --- csharp/PhoneNumbers.Demo.Tests/PhoneNumbers.Demo.Tests.csproj | 2 +- csharp/PhoneNumbers.Demo/PhoneNumbers.Demo.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/csharp/PhoneNumbers.Demo.Tests/PhoneNumbers.Demo.Tests.csproj b/csharp/PhoneNumbers.Demo.Tests/PhoneNumbers.Demo.Tests.csproj index 53ca0732c..92306a857 100644 --- a/csharp/PhoneNumbers.Demo.Tests/PhoneNumbers.Demo.Tests.csproj +++ b/csharp/PhoneNumbers.Demo.Tests/PhoneNumbers.Demo.Tests.csproj @@ -13,7 +13,7 @@ - + diff --git a/csharp/PhoneNumbers.Demo/PhoneNumbers.Demo.csproj b/csharp/PhoneNumbers.Demo/PhoneNumbers.Demo.csproj index da7fdc787..4f344f27c 100644 --- a/csharp/PhoneNumbers.Demo/PhoneNumbers.Demo.csproj +++ b/csharp/PhoneNumbers.Demo/PhoneNumbers.Demo.csproj @@ -9,8 +9,8 @@ - - + +