Rename CI workflow 'ref' inputs to 'target'
This commit is contained in:
@@ -5,7 +5,7 @@ name: Harden CI security
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
ref:
|
||||
target:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
@@ -15,5 +15,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||
with:
|
||||
ref: ${{ inputs.target }}
|
||||
- name: Ensure all actions are pinned to a specific commit
|
||||
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@555a30da2656b4a7cf47b107800bef097723363e # v2.1.3
|
||||
|
||||
Reference in New Issue
Block a user