From b8b7188aa1a51b7067062d47d4c3eb2db62961b6 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Fri, 14 Nov 2025 08:09:52 +0000 Subject: [PATCH] chore(deps): update sigstore/cosign-installer action to v3.10.1 | datasource | package | from | to | | ----------- | ------------------------- | ------ | ------- | | github-tags | sigstore/cosign-installer | v3.8.2 | v3.10.1 | --- .github/workflows/ubi-rust-builder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubi-rust-builder.yml b/.github/workflows/ubi-rust-builder.yml index 7f8f580f5..9cd2c5486 100644 --- a/.github/workflows/ubi-rust-builder.yml +++ b/.github/workflows/ubi-rust-builder.yml @@ -38,7 +38,7 @@ jobs: username: robot$sdp+github-action-build password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} - name: Set up Cosign - uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2 + uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1 - name: Determine Architecture run: | echo "TAG=$(git rev-parse --short HEAD)-$(arch)" >> "$GITHUB_ENV" @@ -79,7 +79,7 @@ jobs: username: robot$sdp+github-action-build password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} - name: Set up Cosign - uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2 + uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1 - name: Build Manifest List shell: bash run: |