File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 version : ${{ steps.generate_version.outputs.version }}
2525 steps :
2626 - name : Checkout code
27- uses : actions/checkout@v6
27+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828 with :
2929 persist-credentials : false
3030 fetch-depth : 0
8787
8888 - name : Check if tag exists
8989 id : check_tag
90- uses : netcracker/qubership-workflow-hub/actions/tag-action@v2.1.2
90+ uses : netcracker/qubership-workflow-hub/actions/tag-action@5a557213e92e3d22d0292330c4817c82af6704d2 # v2.1.2
9191 with :
9292 tag-name : " v${{ steps.generate_version.outputs.version }}"
9393 ref : ${{ github.ref }}
@@ -105,7 +105,7 @@ jobs:
105105 VERSION : ${{ needs.check-tag.outputs.version }}
106106 steps :
107107 - name : Checkout code
108- uses : actions/checkout@v6
108+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
109109 with :
110110 persist-credentials : true
111111 token : ${{ secrets.GH_ACCESS_TOKEN }}
@@ -147,7 +147,7 @@ jobs:
147147 needs : [check-tag, release-preparation]
148148 permissions :
149149 contents : write
150- uses : netcracker/qubership-workflow-hub/.github/workflows/release-drafter.yml@main
150+ uses : netcracker/qubership-workflow-hub/.github/workflows/release-drafter.yml@5a557213e92e3d22d0292330c4817c82af6704d2 # v2.1.2
151151 with :
152152 version : ${{ needs.check-tag.outputs.version }}
153153 publish : false
You can’t perform that action at this time.
0 commit comments