Skip to content

Commit 60bf595

Browse files
build(deps): Bump actions/attest-build-provenance from 2.4.0 to 4.1.0 (#284)
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.4.0 to 4.1.0. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@e8998f9...a2bbfa2) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a40be85 commit 60bf595

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
fi
7878
7979
- name: Attest build provenance
80-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
80+
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
8181
with:
8282
subject-path: packages/${{ matrix.package }}/dist/*
8383

@@ -141,7 +141,7 @@ jobs:
141141
ls -la tgz-output/
142142
143143
- name: Attest build provenance
144-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
144+
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
145145
with:
146146
subject-path: ${{ matrix.path }}/tgz-output/*.tgz
147147

@@ -227,12 +227,12 @@ jobs:
227227
done
228228
229229
- name: Attest build provenance
230-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
230+
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
231231
with:
232232
subject-path: packages/agent-governance-dotnet/nupkg/*.nupkg
233233

234234
- name: Attest symbol package provenance
235-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
235+
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
236236
with:
237237
subject-path: packages/agent-governance-dotnet/nupkg/*.snupkg
238238
continue-on-error: true

0 commit comments

Comments
 (0)