Merged
Conversation
- Pin actions/checkout to commit SHA (34e114876b0b11c390a56381ad16ebd13914f8d5 = v4.3.1) to prevent unpinned-uses issues - Add persist-credentials: false to all checkout steps to prevent credential persistence via artifacts (artipacked) - Add permissions: contents: read at workflow level to enforce least-privilege (excessive-permissions) - Pin swift:latest container image to digest SHA in api-breakage.yml (unpinned-images) https://claude.ai/code/session_01M2EYC8u9r213nUxBvk9f6h
adam-fowler
reviewed
Feb 19, 2026
Owner
adam-fowler
left a comment
There was a problem hiding this comment.
I'm happy to merge most of these
.github/workflows/api-breakage.yml
Outdated
| timeout-minutes: 15 | ||
| container: | ||
| image: swift:latest | ||
| image: swift:6.2.3@sha256:6dd90eb2359663a2cde8f03e9951f488b23134b3b8fce20e9dcb6cada75dd803 |
Owner
There was a problem hiding this comment.
I'd rather just stick to swift:latest.
.github/workflows/swift.yml
Outdated
Owner
There was a problem hiding this comment.
Given you are updating this file can you update the list of images to swift:6.0, swift:6.1, swift:6.2
adam-fowler
approved these changes
Feb 20, 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.
Make workflows follow best practices as suggested by zizmor.