Skip to content

Commit dbfd274

Browse files
fix(ci): pin action to release hash
1 parent 224813f commit dbfd274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron-update-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
app-id: ${{ secrets.APP_ID }}
2222
private-key: ${{ secrets.APP_PRIVATE_KEY }}
23-
- uses: crazy-max/ghaction-import-gpg@v7
23+
- uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7.0.0
2424
with:
2525
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
2626
git_user_signingkey: true

0 commit comments

Comments
 (0)