Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

- name: Firebase Deploy 🚀
uses: FirebaseExtended/action-hosting-deploy@v0
uses: FirebaseExtended/action-hosting-deploy@500ac625ca2dd40cbd15f7659af953801858032a

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Pin comment missing for maintenance tracking

The SHA 500ac625... is pinned because no release tag includes the Node 24 runtime fix, but there is no inline comment explaining this. When a proper release tag is eventually cut, the next engineer will have no context for why a bare commit hash is here instead of @v0 or @v1, making it easy to accidentally "clean up" the pin back to a broken tag. A brief # TODO: replace with release tag once v0.11+ is cut comment would make the intent self-documenting.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
channelId: live
Expand Down