diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index deec712..e41ee93 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -35,7 +35,7 @@ jobs: persist-credentials: false - name: setup uv - uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 + uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 - name: zizmor run: uvx zizmor --pedantic --format sarif . > results.sarif diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f1d85e8..0c1d343 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,7 +49,7 @@ jobs: path: target/assemble/* - name: 'attest artifacts' - uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0 + uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0 with: subject-name: artifacts.zip subject-digest: "sha256:${{ steps.upload.outputs.artifact-digest }}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2b5111..da80406 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: run: ./hack/assemble.sh - name: 'attest release artifacts' - uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0 + uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0 with: subject-path: target/assemble/*