From 46adeaa755d885f166712a2c54b84c466b9c8191 Mon Sep 17 00:00:00 2001 From: Kornilios Kourtis Date: Tue, 28 Nov 2023 07:41:32 +0100 Subject: [PATCH] gh: update cosign installer [ upstream commit 20bd368b10d1614140ec5237b7600e0d9aaf7eb7 ] Signed-off-by: Kornilios Kourtis --- .github/workflows/build-clang-image.yaml | 2 +- .github/workflows/build-images-ci.yml | 2 +- .github/workflows/build-images-releases.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-clang-image.yaml b/.github/workflows/build-clang-image.yaml index 3a4f5c8db57..e64a7ace97b 100644 --- a/.github/workflows/build-clang-image.yaml +++ b/.github/workflows/build-clang-image.yaml @@ -73,7 +73,7 @@ jobs: - name: Install Cosign if: github.event_name == 'push' - uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b + uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2 - name: Sign Container Image if: github.event_name == 'push' && steps.tag-in-repositories.outputs.exists == 'false' diff --git a/.github/workflows/build-images-ci.yml b/.github/workflows/build-images-ci.yml index d558b9eedb5..0975bb92e1f 100644 --- a/.github/workflows/build-images-ci.yml +++ b/.github/workflows/build-images-ci.yml @@ -71,7 +71,7 @@ jobs: echo "TETRAGON_VERSION=$(make version)" >> $GITHUB_ENV - name: Install Cosign - uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b + uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2 - name: Install Bom shell: bash diff --git a/.github/workflows/build-images-releases.yml b/.github/workflows/build-images-releases.yml index f947ef1bfee..112e1137465 100644 --- a/.github/workflows/build-images-releases.yml +++ b/.github/workflows/build-images-releases.yml @@ -77,7 +77,7 @@ jobs: - name: Install Cosign if: ${{ startsWith(steps.tag.outputs.tag, 'v') }} - uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b + uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2 - name: Sign Container Image if: ${{ startsWith(steps.tag.outputs.tag, 'v') }}