diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 5ec3f0d7e1..4efdcfb293 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -27,7 +27,7 @@ jobs: shell: pwsh run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 }) - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: Run MinVer diff --git a/.github/workflows/build-db-container.yml b/.github/workflows/build-db-container.yml index b8180b9e20..785d6ab9bb 100644 --- a/.github/workflows/build-db-container.yml +++ b/.github/workflows/build-db-container.yml @@ -14,7 +14,7 @@ jobs: shell: pwsh run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 }) - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: Run MinVer diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 5963629c70..3907c16f74 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -11,7 +11,7 @@ jobs: shell: pwsh run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 }) - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: Setup .NET SDK diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d89d825a8d..d376b3a0bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: shell: pwsh run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 }) - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 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 49d029b001..b2a13d22eb 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@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: Run MinVer diff --git a/.github/workflows/push-container-images.yml b/.github/workflows/push-container-images.yml index 6288fe5609..d63c0aa222 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@v4.2.1 + uses: actions/checkout@v4.2.2 - name: Validate build version id: validate uses: ./.github/actions/validate-version