diff --git a/.github/workflows/analyzers.yml b/.github/workflows/analyzers.yml index 6b970c7b..525ad17a 100644 --- a/.github/workflows/analyzers.yml +++ b/.github/workflows/analyzers.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-18.04 if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository steps: - - uses: actions/checkout@50fbc62 + - uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e - name: Get clang-format 8 env: DEBIAN_FRONTEND: noninteractive @@ -19,12 +19,12 @@ jobs: runs-on: ubuntu-18.04 if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository steps: - - uses: actions/checkout@50fbc62 - - uses: actions/setup-python@41b7212 + - uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e + - uses: actions/setup-python@41b7212b1668f5de9d65e9c82aa777e6bbedb3a8 with: python-version: '3.x' architecture: 'x64' - - uses: BSFishy/pip-action@8f2d471 + - uses: BSFishy/pip-action@8f2d471d809dc20b6ada98c91910b6ae6243f318 with: packages: | cmake-format diff --git a/.github/workflows/beta_artifacts.yml b/.github/workflows/beta_artifacts.yml index 5386a5c2..c9303261 100644 --- a/.github/workflows/beta_artifacts.yml +++ b/.github/workflows/beta_artifacts.yml @@ -24,7 +24,7 @@ jobs: - name: tag run: | echo "TAG=${{ github.event.inputs.ref }}" >> $GITHUB_ENV - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" ref: ${{ github.event.inputs.ref }} @@ -47,7 +47,7 @@ jobs: - name: tag run: | echo "TAG=${{ github.event.inputs.ref }}" >> $GITHUB_ENV - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" ref: ${{ github.event.inputs.ref }} @@ -72,7 +72,7 @@ jobs: - name: tag run: | echo "TAG=${{ github.event.inputs.ref }}" >> $GITHUB_ENV - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" ref: ${{ github.event.inputs.ref }} @@ -86,7 +86,7 @@ jobs: env: DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} - name: Login to ghcr.io - uses: docker/login-action@adb7347 + uses: docker/login-action@adb73476b6e06caddec5db0bc1deacbec8cdd947 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -101,7 +101,7 @@ jobs: - name: tag run: | Write-Output "TAG=${{ github.event.inputs.ref }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" ref: ${{ github.event.inputs.ref }} diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index d7bd88b9..4a422195 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -8,13 +8,13 @@ jobs: linux_job: runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" - name: Fetch Deps run: ci/actions/linux/install_deps.sh - name: Login to ghcr.io - uses: docker/login-action@adb7347 + uses: docker/login-action@adb73476b6e06caddec5db0bc1deacbec8cdd947 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/live_artifacts.yml b/.github/workflows/live_artifacts.yml index 6f368e9b..3cca372e 100644 --- a/.github/workflows/live_artifacts.yml +++ b/.github/workflows/live_artifacts.yml @@ -23,7 +23,7 @@ jobs: - name: tag run: | echo "TAG=${{ github.event.inputs.ref }}" >> $GITHUB_ENV - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" ref: ${{ github.event.inputs.ref }} @@ -46,7 +46,7 @@ jobs: - name: tag run: | echo "TAG=${{ github.event.inputs.ref }}" >> $GITHUB_ENV - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" ref: ${{ github.event.inputs.ref }} @@ -71,7 +71,7 @@ jobs: - name: tag run: | echo "TAG=${{ github.event.inputs.ref }}" >> $GITHUB_ENV - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" ref: ${{ github.event.inputs.ref }} @@ -85,7 +85,7 @@ jobs: env: DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} - name: Login to ghcr.io - uses: docker/login-action@adb7347 + uses: docker/login-action@adb73476b6e06caddec5db0bc1deacbec8cdd947 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -100,7 +100,7 @@ jobs: - name: tag run: | Write-Output "TAG=${{ github.event.inputs.ref }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" ref: ${{ github.event.inputs.ref }} diff --git a/.github/workflows/release_tests.yml b/.github/workflows/release_tests.yml index 49834d69..e6cb9d32 100644 --- a/.github/workflows/release_tests.yml +++ b/.github/workflows/release_tests.yml @@ -14,7 +14,7 @@ jobs: env: BOOST_ROOT: /tmp/boost steps: - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-18.04 timeout-minutes: 60 steps: - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-18.04 timeout-minutes: 60 steps: - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" @@ -53,7 +53,7 @@ jobs: runs-on: windows-latest timeout-minutes: 60 steps: - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" - name: Fetch Deps diff --git a/.github/workflows/rocksdb_release_tests.yml b/.github/workflows/rocksdb_release_tests.yml index 47cdecca..de2fbe34 100644 --- a/.github/workflows/rocksdb_release_tests.yml +++ b/.github/workflows/rocksdb_release_tests.yml @@ -15,7 +15,7 @@ jobs: env: BOOST_ROOT: /tmp/boost steps: - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" - name: Fetch Deps @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-18.04 timeout-minutes: 60 steps: - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" - name: Fetch Deps @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-18.04 timeout-minutes: 60 steps: - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" - name: Fetch Deps diff --git a/.github/workflows/rocksdb_tests.yml b/.github/workflows/rocksdb_tests.yml index 1ec5aed8..94b52d04 100644 --- a/.github/workflows/rocksdb_tests.yml +++ b/.github/workflows/rocksdb_tests.yml @@ -15,7 +15,7 @@ jobs: DEADLINE_SCALE_FACTOR: 2 if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository steps: - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" - name: Fetch Deps @@ -28,7 +28,7 @@ jobs: timeout-minutes: 60 if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository steps: - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" - name: Fetch Deps @@ -41,7 +41,7 @@ jobs: timeout-minutes: 60 if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository steps: - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" - name: Fetch Deps @@ -57,7 +57,7 @@ jobs: DEADLINE_SCALE_FACTOR: 2 if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository steps: - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" - name: Windows Defender diff --git a/.github/workflows/test_network_artifacts.yml b/.github/workflows/test_network_artifacts.yml index 49a90d74..479b8efb 100644 --- a/.github/workflows/test_network_artifacts.yml +++ b/.github/workflows/test_network_artifacts.yml @@ -24,7 +24,7 @@ jobs: - name: tag run: | echo "TAG=${{ github.event.inputs.ref }}" >> $GITHUB_ENV - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" ref: ${{ github.event.inputs.ref }} @@ -47,7 +47,7 @@ jobs: - name: tag run: | echo "TAG=${{ github.event.inputs.ref }}" >> $GITHUB_ENV - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" ref: ${{ github.event.inputs.ref }} @@ -72,7 +72,7 @@ jobs: - name: tag run: | echo "TAG=${{ github.event.inputs.ref }}" >> $GITHUB_ENV - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" ref: ${{ github.event.inputs.ref }} @@ -86,7 +86,7 @@ jobs: env: DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} - name: Login to ghcr.io - uses: docker/login-action@adb7347 + uses: docker/login-action@adb73476b6e06caddec5db0bc1deacbec8cdd947 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -101,7 +101,7 @@ jobs: - name: tag run: | Write-Output "TAG=${{ github.event.inputs.ref }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" ref: ${{ github.event.inputs.ref }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c3b38d9b..c429d677 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: BOOST_ROOT: /tmp/boost if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository steps: - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" - name: Fetch Deps @@ -26,7 +26,7 @@ jobs: timeout-minutes: 60 if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository steps: - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" - name: Fetch Deps @@ -39,7 +39,7 @@ jobs: timeout-minutes: 60 if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository steps: - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" - name: Fetch Deps @@ -52,7 +52,7 @@ jobs: timeout-minutes: 60 if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository steps: - - uses: actions/checkout@5a4ac90 + - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: submodules: "recursive" - name: Windows Defender