Skip to content

Commit ce2eece

Browse files
committed
chore: pin full versions
1 parent b63893e commit ce2eece

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/prepare.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,21 @@ jobs:
6464
semver: ${{ steps.version.outputs.semver }}
6565
steps:
6666
- name: Checkout repository
67-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
67+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6868
with:
6969
ref: ${{ inputs.ref || github.ref }}
7070
# token: ${{ secrets.GITHUB_TOKEN }}
7171
token: ${{ secrets.RELEASE_TOKEN }}
7272
fetch-depth: 0
7373

7474
- name: Setup Node.js
75-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
75+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
7676
with:
7777
node-version: 22
7878

7979
- name: Semantic Release
8080
id: semantic
81-
uses: cycjimmy/semantic-release-action@v4
81+
uses: cycjimmy/semantic-release-action@b12c8f6015dc215fe37bc154d4ad456dd3833c90 # v6.0.0
8282
with:
8383
dry_run: ${{ inputs.dry_run }}
8484
extra_plugins: |

0 commit comments

Comments
 (0)