Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .ai/memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@

- GitHub workflow linting should avoid `uses: docker://...` because org allowlist policy can reject it.
- Preferred pattern for this repo is Homebrew-influenced and allowlist-friendly:
- use `Homebrew/actions/setup-homebrew@main`
- use `Homebrew/actions/cache-homebrew-prefix@main` to install `actionlint`/`shellcheck`
- use `Homebrew/actions/setup-homebrew@1f8e202ffddf94def7f42f6fa3a482e821489f9c # 2026.07.10.1`
- use `Homebrew/actions/cache-homebrew-prefix@1f8e202ffddf94def7f42f6fa3a482e821489f9c # 2026.07.10.1` to install `actionlint`/`shellcheck`
Comment thread
p-linnane marked this conversation as resolved.
- run `actionlint` via a `run:` step
- Actionlint remains path-scoped to workflow changes for low CI overhead.

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Cache Homebrew prefix
uses: Homebrew/actions/cache-homebrew-prefix@main
uses: Homebrew/actions/cache-homebrew-prefix@1f8e202ffddf94def7f42f6fa3a482e821489f9c # 2026.07.10.1
Comment thread
p-linnane marked this conversation as resolved.
with:
brewfile: true
uninstall: true
Expand Down