diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 8288901..7c4318c 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -50,7 +50,7 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max - name: Attest container provenance - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 + uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 with: subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} subject-digest: ${{ steps.push.outputs.digest }} diff --git a/.github/workflows/db-checks.yml b/.github/workflows/db-checks.yml index c2c2ced..a4f70a2 100644 --- a/.github/workflows/db-checks.yml +++ b/.github/workflows/db-checks.yml @@ -47,7 +47,7 @@ jobs: toolchain: stable - name: Cache cargo - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 - name: Install sqlite3 CLI run: sudo apt-get update && sudo apt-get install -y sqlite3 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index d4e7768..12fc9df 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -60,7 +60,7 @@ jobs: cargo metadata --format-version 1 >/dev/null echo "✅ dependency graph resolves from a standalone checkout" - - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 - name: Unit + Point-to-Point + End-to-End run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e133d3f..b05932a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: with: toolchain: stable - name: Cache cargo - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 - name: Install dependencies run: | sudo apt-get update @@ -74,7 +74,7 @@ jobs: - name: Package crate run: cargo package - name: Attest crate provenance - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 + uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 with: subject-path: 'target/package/*.crate' - name: Publish to crates.io (dry run) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ca7814..3f9d0bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -159,6 +159,6 @@ jobs: generate_release_notes: true draft: false - name: Attest build provenance - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 + uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 with: subject-path: 'release/*'