diff --git a/.github/workflows/pr-tests.yaml b/.github/workflows/pr-tests.yaml index a513f533..deeea069 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@6ad80277337ad479fe43bd70701c3f7f8aa74db3 # v2.0.3 + - uses: j178/prek-action@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2.0.4 tests: runs-on: ubuntu-latest @@ -25,7 +25,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: components: clippy, rustfmt - - uses: wild-linker/action@0.8.0 + - uses: wild-linker/action@0.9.0 - name: Cache compilation artefacts uses: mozilla-actions/sccache-action@v0.0.10 - uses: taiki-e/install-action@v2 @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: dtolnay/rust-toolchain@stable - - uses: wild-linker/action@0.8.0 + - uses: wild-linker/action@0.9.0 - name: Cache compilation artefacts uses: mozilla-actions/sccache-action@v0.0.10 - uses: taiki-e/install-action@v2 @@ -65,9 +65,9 @@ jobs: cargo build mv target/debug/trow trow - name: Set up Docker Buildx - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 + uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 - name: Build and export container image - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . file: ./docker/Dockerfile.debug diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index c51f8f31..a9a59a23 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@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ghcr.io username: ${{ github.actor }}