@@ -13,17 +13,17 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v5
16+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1717 with :
1818 fetch-depth : 0
1919
2020 - name : Setup pnpm
21- uses : pnpm/action-setup@v4
21+ uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
2222 with :
2323 version : 10.32.1
2424
2525 - name : Setup Node.js
26- uses : actions/setup-node@v5
26+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2727 with :
2828 node-version : " 22"
2929 cache : " pnpm"
@@ -56,24 +56,24 @@ jobs:
5656 steps :
5757 - name : Generate GitHub App Token
5858 id : generate_token
59- uses : tibdex/github-app-token@v1
59+ uses : tibdex/github-app-token@32691ba7c9e7063bd457bd8f2a5703138591fa58 # v1
6060 with :
6161 app_id : ${{ vars.VERSION_BUMPER_APPID }}
6262 private_key : ${{ secrets.VERSION_BUMPER_SECRET }}
6363
6464 - name : Checkout
65- uses : actions/checkout@v5
65+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
6666 with :
6767 fetch-depth : 0
6868 token : ${{ steps.generate_token.outputs.token }}
6969
7070 - name : Setup pnpm
71- uses : pnpm/action-setup@v4
71+ uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
7272 with :
7373 version : 10.32.1
7474
7575 - name : Setup Node.js
76- uses : actions/setup-node@v5
76+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
7777 with :
7878 node-version : " 22"
7979 cache : " pnpm"
9292
9393 - name : Bump version and create tag
9494 id : version
95- uses : mathieudutour/github-tag-action@v6.2
95+ uses : mathieudutour/github-tag-action@a22cf08638b34d5badda920f9daf6e72c477b07b # v6.2
9696 with :
9797 github_token : ${{ secrets.GITHUB_TOKEN }}
9898 default_bump : patch
@@ -122,7 +122,7 @@ jobs:
122122
123123 - name : Create GitHub Release
124124 if : steps.version.outputs.new_tag
125- uses : softprops/action-gh-release@v1
125+ uses : softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
126126 with :
127127 tag_name : ${{ steps.version.outputs.new_tag }}
128128 name : Release ${{ steps.version.outputs.new_tag }}
0 commit comments