diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9958c032b..197efc53e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Set up JDK 11 uses: actions/setup-java@v4 with: @@ -34,7 +34,7 @@ jobs: run: docker-compose -f src/test/resources/docker/docker-compose.yml down - name: Get Allure history - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 if: always() continue-on-error: true with: