Skip to content

Commit 1612d5b

Browse files
authored
chore: update action versions in github-release workflow
Pinned actions versions
1 parent a32ea55 commit 1612d5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/github-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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
@@ -87,7 +87,7 @@ jobs:
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

0 commit comments

Comments
 (0)