Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 5780653

Browse files
dependabot[bot]alexrp
authored andcommitted
Bump actions/attest-build-provenance from 2.2.1 to 2.2.2
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.2.1 to 2.2.2. - [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@v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2127ede commit 5780653

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
./cake upload-core-github
3939
- name: Attest packages
40-
uses: actions/[email protected].1
40+
uses: actions/[email protected].2
4141
with:
4242
subject-path: out/pkg/dotnet/debug/*.nupkg
4343
- name: Upload artifacts

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
./cake upload-core-nuget -c Release
4040
./cake upload-vscode -c Release
4141
- name: Attest packages
42-
uses: actions/[email protected].1
42+
uses: actions/[email protected].2
4343
with:
4444
subject-path: |
4545
out/pkg/dotnet/release/*.nupkg

0 commit comments

Comments
 (0)