From 120df84bbf82b86d6d2144a3f38bc531431c3e38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:24:42 +0000 Subject: [PATCH] Bump actions/attest-build-provenance from 2.2.0 to 2.2.2 (#345) --- .github/workflows/dotnet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yaml b/.github/workflows/dotnet.yaml index 5b65eaf..6867564 100644 --- a/.github/workflows/dotnet.yaml +++ b/.github/workflows/dotnet.yaml @@ -254,7 +254,7 @@ jobs: name: nuget-package-attribute path: packed - name: Attest Build Provenance - uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0 + uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2 with: subject-path: "packed/*.nupkg" @@ -273,7 +273,7 @@ jobs: name: nuget-package-plugin path: packed - name: Attest Build Provenance - uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0 + uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2 with: subject-path: "packed/*.nupkg"