From 2c6a3c398f575c46e9261fc6778cc172a138db35 Mon Sep 17 00:00:00 2001 From: Nils Hanke Date: Wed, 18 Jan 2023 17:55:17 +0100 Subject: [PATCH] ci: remove unnecessary checkout --- .github/actions/container_sbom/action.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/actions/container_sbom/action.yml b/.github/actions/container_sbom/action.yml index 4cec88608..5b68d6d2b 100644 --- a/.github/actions/container_sbom/action.yml +++ b/.github/actions/container_sbom/action.yml @@ -17,12 +17,6 @@ inputs: runs: using: "composite" steps: - - name: Checkout - id: checkout - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - with: - ref: ${{ inputs.ref || github.head_ref }} - - name: Install Cosign if: inputs.cosignPublicKey != '' && inputs.cosignPrivateKey != '' && inputs.cosignPassword != '' uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b # tag=v2.8.1