From bf670aff0107e86fa55589c9d3e103429627c4f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:02:40 +0100 Subject: [PATCH] Bump actions/attest-build-provenance from 1.4.0 to 1.4.1 (#36) --- .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 f523803..ac776a2 100644 --- a/.github/workflows/dotnet.yaml +++ b/.github/workflows/dotnet.yaml @@ -202,7 +202,7 @@ jobs: name: nuget-package path: packed - name: Attest Build Provenance - uses: actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.0 + uses: actions/attest-build-provenance@310b0a4a3b0b78ef57ecda988ee04b132db73ef8 # v1.4.1 with: subject-path: "packed/WoofWare.PrattParser.*.nupkg" @@ -244,7 +244,7 @@ jobs: run: 'bash ./.github/workflows/assert-contents.sh' - name: Attest Build Provenance if: steps.publish-success.outputs.result == 'published' - uses: actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.0 + uses: actions/attest-build-provenance@310b0a4a3b0b78ef57ecda988ee04b132db73ef8 # v1.4.1 with: subject-path: "from-nuget.nupkg"