From 2e20a3afab47c0d80ebd9e2dce1a99edbff4bfb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 15:13:04 +0000 Subject: [PATCH] Bump actions/attest-build-provenance from 3.0.0 to 4.2.2 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 3.0.0 to 4.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](https://github.com/actions/attest-build-provenance/compare/977bb373ede98d70efdf65b84cb5f73e068dcc2a...4d101475d8b20a2381f78447822ac1eab6504dd8) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/kl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kl.yml b/.github/workflows/kl.yml index bbb3c24f2..00fab91be 100644 --- a/.github/workflows/kl.yml +++ b/.github/workflows/kl.yml @@ -70,7 +70,7 @@ jobs: # `sha256sums` proves a download is intact; this proves it came from THIS workflow on THIS # commit (`gh attestation verify kl- -R kloudlite/kloudlite-git`). Free for a public # repo, and the only origin signal `install.sh`'s same-origin checksum cannot give. - - uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3 + - uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 with: subject-path: dist/kl-* - uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2