From 5e223170806c14d417bb04055a3f9d1046db1b29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:52:09 +0000 Subject: [PATCH] Bump actions/attest-build-provenance from 2.1.0 to 2.2.0 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5f1bc6..dfeadbe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,11 +90,11 @@ jobs: run: | zig build vscode --summary all - name: Attest binary artifacts - uses: actions/attest-build-provenance@v2.1.0 + uses: actions/attest-build-provenance@v2.2.0 with: subject-path: artifacts/*.zip - name: Attest VS Code extension - uses: actions/attest-build-provenance@v2.1.0 + uses: actions/attest-build-provenance@v2.2.0 with: subject-path: vscode/*.vsix - name: Upload binary artifacts