Skip to content
Closed
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/demo-fleet-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
smoke:
uses: shakacode/react_on_rails/.github/workflows/demo-fleet-smoke.yml@613c6c2a251a782328b26d68e7f23daa9b677497 # Source snapshot 2026-07-18
uses: shakacode/react_on_rails/.github/workflows/demo-fleet-smoke.yml@21651a356c7b6043f2686c02c811ee23888d639c # Source snapshot 2026-07-18

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Update the snapshot date for the new workflow SHA

The uses reference now points to a newer upstream snapshot, but the annotation still carries the date added for the previous 613c6c2... pin. This makes the workflow's provenance metadata inaccurate and can mislead maintainers auditing how current the immutable action is; update the date to match 21651a3....

Useful? React with 👍 / 👎.

with:
ruby-version: "3.4.6"
node-version: "22"
Expand Down
Loading