6262 is_stable : ${{ steps.check-tag.outputs.is_stable }}
6363 steps :
6464 - name : Checkout for branch check
65- uses : actions/checkout@v6
65+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6666 with :
6767 fetch-depth : 0
6868
@@ -139,7 +139,7 @@ jobs:
139139
140140 - name : Checkout repository
141141 if : steps.check-tag.outputs.is_stable == 'true' || inputs.stable_releases_only == false
142- uses : actions/checkout@v6
142+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
143143 with :
144144 fetch-depth : 0
145145
@@ -252,14 +252,14 @@ jobs:
252252
253253 steps :
254254 - name : Create GitHub App Token
255- uses : actions/create-github-app-token@v2
255+ uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
256256 id : app-token
257257 with :
258258 app-id : ${{ secrets.LERIAN_STUDIO_MIDAZ_PUSH_BOT_APP_ID }}
259259 private-key : ${{ secrets.LERIAN_STUDIO_MIDAZ_PUSH_BOT_PRIVATE_KEY }}
260260
261261 - name : Checkout repository
262- uses : actions/checkout@v6
262+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
263263 with :
264264 fetch-depth : 0
265265 token : ${{ steps.app-token.outputs.token }}
@@ -279,7 +279,7 @@ jobs:
279279 fi
280280
281281 - name : Import GPG key
282- uses : crazy-max/ghaction-import-gpg@v7
282+ uses : crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7
283283 id : import_gpg
284284 with :
285285 gpg_private_key : ${{ secrets.LERIAN_CI_CD_USER_GPG_KEY }}
@@ -733,7 +733,7 @@ jobs:
733733 runs-on : blacksmith-4vcpu-ubuntu-2404
734734 steps :
735735 - name : Send Slack notification for sync PR
736- uses : slackapi/slack-github-action@v1.24.0
736+ uses : slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0
737737 with :
738738 payload : |
739739 {
0 commit comments