-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): consolidate 12 Dependabot dependency updates #171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
e4fb780
e6aca9b
e46850e
6b0c007
d937825
0d2d6b3
87d9b1c
781b194
171386b
4d4a359
631a076
21d09f6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -27,7 +27,7 @@ jobs: | |||||
|
|
||||||
| steps: | ||||||
| - name: Checkout repository | ||||||
| uses: actions/checkout@v6 | ||||||
| uses: actions/checkout@v7 | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔒 Security & Privacy | 🟠 Major 🧩 Analysis chain🏁 Script executed: #!/bin/bash
set -euo pipefail
git ls-files .github/workflows/claude-code-review.yml
echo '---'
cat -n .github/workflows/claude-code-review.yml | sed -n '1,120p'Repository: shakacode/react-on-rails-starter-tanstack Length of output: 1965 🌐 Web query:
💡 Result: As of June 24, 2026, the latest release of the official GitHub Citations:
Pin
Suggested fix- uses: actions/checkout@v7
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v7.0.0📝 Committable suggestion
Suggested change
🧰 Tools🪛 zizmor (1.26.1)[error] 30-30: unpinned action reference (unpinned-uses): action is not pinned to a hash (required by blanket policy) (unpinned-uses) 🤖 Prompt for AI AgentsSource: Linters/SAST tools |
||||||
| with: | ||||||
| fetch-depth: 1 | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔒 Security & Privacy | 🟠 Major
🧩 Analysis chain
🏁 Script executed:
Repository: shakacode/react-on-rails-starter-tanstack
Length of output: 6605
Pin the three
actions/checkoutrefs in.github/workflows/ci.yml.The
core,playwright-full, andproduction-boot-smokejobs still useactions/checkout@v7(lines 34, 84, 140), while the other checkout steps are already SHA-pinned. Replace these tags with commit SHAs so the workflow stays reproducible.🧰 Tools
🪛 zizmor (1.26.1)
[error] 34-34: unpinned action reference (unpinned-uses): action is not pinned to a hash (required by blanket policy)
(unpinned-uses)
🤖 Prompt for AI Agents
Source: Linters/SAST tools