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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔒 Security & Privacy | 🟡 Minor | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

sed -n '1,120p' .github/workflows/ci.yml

Repository: ZenSystemAI/ZenVox

Length of output: 2274


Disable persisted credentials for this job.

actions/checkout leaves the workflow token in git config by default; the current compile/build steps don't need authenticated Git access, so set persist-credentials: false unless a later step depends on it.

🧰 Tools
🪛 zizmor (1.26.1)

[warning] 40-40: credential persistence through GitHub Actions artifacts (artipacked): does not set persist-credentials: false

(artipacked)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/workflows/ci.yml at line 40, Update the actions/checkout step to set
persist-credentials to false, ensuring the workflow token is not retained in git
configuration while leaving the existing checkout behavior unchanged.

Source: Linters/SAST tools


- uses: actions/setup-python@v5
with:
Expand Down
Loading