Skip to content

Commit 0c26f0c

Browse files
committed
ci: pin getsentry/craft refs in privileged workflows
1 parent 87dd978 commit 0c26f0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/changelog-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ permissions:
1515

1616
jobs:
1717
changelog-preview:
18-
uses: getsentry/craft/.github/workflows/changelog-preview.yml@v2
18+
uses: getsentry/craft/.github/workflows/changelog-preview.yml@f4889d04564e47311038ecb6b910fef6b6cf1363 # 2.25.0
1919
secrets: inherit

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434
- name: Prepare release
3535
id: prepare-release
36-
uses: getsentry/craft@v2
36+
uses: getsentry/craft@f4889d04564e47311038ecb6b910fef6b6cf1363 # 2.25.0
3737
env:
3838
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
3939
with:

0 commit comments

Comments
 (0)