diff --git a/.github/workflows/integrationtests.yml b/.github/workflows/integrationtests.yml index 65466d6b9..00217484e 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Prepare integration tests uses: ./.github/actions/prepare-integration-test with: @@ -75,7 +75,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Get the sources - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Prepare integration tests uses: ./.github/actions/prepare-integration-test with: diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 74bd1e792..25bd4ce5a 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Install .NET