From 24f1d357869e09170cf331e7c22e3dd0ebeb5d13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:41:06 +0000 Subject: [PATCH] Update actions/checkout digest to 692973e --- .github/workflows/integrationtests.yml | 6 +++--- .github/workflows/unittests.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integrationtests.yml b/.github/workflows/integrationtests.yml index 55ee681f..0a7ba7ef 100644 --- a/.github/workflows/integrationtests.yml +++ b/.github/workflows/integrationtests.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Get the sources - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Install .NET @@ -51,7 +51,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Get the sources - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Download build artifact uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4 with: @@ -81,7 +81,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Get the sources - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Download build artifact uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4 with: diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index dc5cca4c..fd503ecc 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -23,7 +23,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Get the sources - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Install .NET