diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b01fdbed7..a7f8a5f34 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -155,7 +155,7 @@ jobs: echo '::warning title=Attest skipped::Attest action requires permissions and is performed only for main branch.' - name: Attest Build Provenance - uses: actions/attest-build-provenance@v4.1.1 + uses: actions/attest-build-provenance@v4.2.2 if: github.ref == 'refs/heads/main' with: subject-path: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bf1e220e4..57f10d5bf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -174,7 +174,7 @@ jobs: echo '::warning title=Attest skipped::Attest action requires permissions and is performed only for main branch.' - name: Attest Build Provenance - uses: actions/attest-build-provenance@v4.1.1 + uses: actions/attest-build-provenance@v4.2.2 if: github.ref == 'refs/heads/main' with: subject-path: |