Merged
Conversation
Previously we have pinned actions for those created by 'getsentry/', now it's a maintenance burden to approve & merge every dependabot PR. Let's just unpin them. Therefore making Burak's life easier too.
Changelog Preview📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨
Internal Changes 🔧Deps
Other
🤖 This preview updates automatically when you update the PR. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix prepared a fix for the issue found in the latest run.
- ✅ Fixed: Mutable tag on pull_request_target with secrets: inherit
- I verified the risk is real and fixed it by repinning both privileged
getsentry/craftworkflow references from mutable@v2to the immutable commit SHAf4889d04564e47311038ecb6b910fef6b6cf1363.
- I verified the risk is real and fixed it by repinning both privileged
Or push these changes by commenting:
@cursor push 0c26f0c466
Preview (0c26f0c466)
diff --git a/.github/workflows/changelog-preview.yml b/.github/workflows/changelog-preview.yml
--- a/.github/workflows/changelog-preview.yml
+++ b/.github/workflows/changelog-preview.yml
@@ -15,5 +15,5 @@
jobs:
changelog-preview:
- uses: getsentry/craft/.github/workflows/changelog-preview.yml@v2
+ uses: getsentry/craft/.github/workflows/changelog-preview.yml@f4889d04564e47311038ecb6b910fef6b6cf1363 # 2.25.0
secrets: inherit
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -33,7 +33,7 @@
fetch-depth: 0
- name: Prepare release
id: prepare-release
- uses: getsentry/craft@v2
+ uses: getsentry/craft@f4889d04564e47311038ecb6b910fef6b6cf1363 # 2.25.0
env:
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
with:This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.
BYK
approved these changes
Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Previously we have pinned actions for those created by 'getsentry/', now it's a maintenance burden to approve & merge every dependabot PR. Let's just unpin them. Therefore making Burak's life easier too.