From a365fe5856e6c064f8296876f62182d13501739c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 04:34:19 +0000 Subject: [PATCH] fix(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [oras-project/setup-oras](https://github.com/oras-project/setup-oras) and [actions/attest](https://github.com/actions/attest). Updates `oras-project/setup-oras` from 1 to 2 - [Release notes](https://github.com/oras-project/setup-oras/releases) - [Commits](https://github.com/oras-project/setup-oras/compare/v1...v2) Updates `actions/attest` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/attest/releases) - [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest/compare/v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: oras-project/setup-oras dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/attest dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dbf11de..9ab9a05 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -65,7 +65,7 @@ jobs: fi - name: Set up ORAS - uses: oras-project/setup-oras@v1 + uses: oras-project/setup-oras@v2 - name: Publish Artifact Hub repository metadata shell: bash @@ -405,7 +405,7 @@ jobs: - name: Generate container provenance if: steps.version.outputs.publish == 'true' - uses: actions/attest@v4.2.1 + uses: actions/attest@v4.2.2 with: subject-name: ${{ env.IMAGE_NAME }} subject-digest: ${{ steps.image.outputs.digest }}