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..58b9e13a9 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 @@ -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 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 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 @@ - - + +