diff --git a/.github/workflows/pr-tests.yaml b/.github/workflows/pr-tests.yaml index 0616f451..a513f533 100644 --- a/.github/workflows/pr-tests.yaml +++ b/.github/workflows/pr-tests.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: j178/prek-action@53276d8b0d10f8b6672aa85b4588c6921d0370cc # v2.0.1 + - uses: j178/prek-action@6ad80277337ad479fe43bd70701c3f7f8aa74db3 # v2.0.3 tests: runs-on: ubuntu-latest @@ -27,7 +27,7 @@ jobs: components: clippy, rustfmt - uses: wild-linker/action@0.8.0 - name: Cache compilation artefacts - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - uses: taiki-e/install-action@v2 with: tool: nextest,sqlx-cli @@ -54,7 +54,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable - uses: wild-linker/action@0.8.0 - name: Cache compilation artefacts - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - uses: taiki-e/install-action@v2 with: tool: sqlx-cli @@ -67,7 +67,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 - name: Build and export container image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: . file: ./docker/Dockerfile.debug diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 24ef640d..c51f8f31 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -31,7 +31,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Login to GitHub Container Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ghcr.io username: ${{ github.actor }}