Skip to content

Commit

Permalink
ci: remove unnecessary checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirusu committed Jan 18, 2023
1 parent b52c917 commit 2c6a3c3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/container_sbom/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c6a3c3

Please sign in to comment.