Rename CI workflow 'ref' inputs to 'target'

This commit is contained in:
peelz
2023-05-27 21:48:46 -04:00
parent c6b9c753fe
commit 5e84d65cdc
9 changed files with 17 additions and 15 deletions
+3 -1
View File
@@ -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