From 8741504385f291f1ae0b4b6dcbb38d5f5cd031a0 Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 21:21:41 +0000 Subject: [PATCH] Update actions/checkout action to v5.0.1 --- .github/workflows/build-containers.yml | 2 +- .github/workflows/build-db-container.yml | 2 +- .github/workflows/build-windows.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/container-integration-test.yml | 2 +- .github/workflows/push-container-images.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 26386a4d2d..a029ccf2d5 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -32,7 +32,7 @@ jobs: shell: pwsh run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 }) - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 - name: Setup .NET SDK diff --git a/.github/workflows/build-db-container.yml b/.github/workflows/build-db-container.yml index b8aaa31cb9..445cf43162 100644 --- a/.github/workflows/build-db-container.yml +++ b/.github/workflows/build-db-container.yml @@ -16,7 +16,7 @@ jobs: shell: pwsh run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 }) - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 - name: Setup .NET SDK diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index f472a738b9..1408e6b895 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -12,7 +12,7 @@ jobs: SECRETS_AVAILABLE: ${{ secrets.SECRETS_AVAILABLE }} run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 }) - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 - name: Setup .NET SDK diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ef43ff19c..43c0f09ea1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: SECRETS_AVAILABLE: ${{ secrets.SECRETS_AVAILABLE }} run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 }) - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 - name: Setup .NET SDK diff --git a/.github/workflows/container-integration-test.yml b/.github/workflows/container-integration-test.yml index be8aa1b52b..dfa67cffb7 100644 --- a/.github/workflows/container-integration-test.yml +++ b/.github/workflows/container-integration-test.yml @@ -50,7 +50,7 @@ jobs: shell: pwsh run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 }) - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 - name: Setup .NET SDK diff --git a/.github/workflows/push-container-images.yml b/.github/workflows/push-container-images.yml index a8a3bd0c1e..b0bc2478e6 100644 --- a/.github/workflows/push-container-images.yml +++ b/.github/workflows/push-container-images.yml @@ -15,7 +15,7 @@ jobs: shell: pwsh steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 - name: Validate build version id: validate uses: ./.github/actions/validate-version