mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-14 04:33:15 -04:00
ci: remove unnecessary checkout
This commit is contained in:
parent
b52c917dc6
commit
2c6a3c398f
6
.github/actions/container_sbom/action.yml
vendored
6
.github/actions/container_sbom/action.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user