ci: pin some version of actions
All checks were successful
semantic-release / release (push) Successful in 27s
All checks were successful
semantic-release / release (push) Successful in 27s
This commit is contained in:
@@ -121,11 +121,11 @@ jobs:
|
|||||||
digest: ${{ steps.build.outputs.digest }}
|
digest: ${{ steps.build.outputs.digest }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
if: ${{ inputs.artifact-name != '' }}
|
if: ${{ inputs.artifact-name != '' }}
|
||||||
uses: actions/download-artifact@v7
|
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.artifact-name }}
|
name: ${{ inputs.artifact-name }}
|
||||||
path: ${{ inputs.artifact-path }}
|
path: ${{ inputs.artifact-path }}
|
||||||
|
|||||||
Reference in New Issue
Block a user