-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the actions group with 5 updates #6
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
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 | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -16,8 +16,8 @@ jobs: | |||||||||
| analyze: | ||||||||||
| runs-on: ubuntu-latest | ||||||||||
| steps: | ||||||||||
| - uses: actions/checkout@v4 | ||||||||||
| - uses: github/codeql-action/init@v3 | ||||||||||
| - 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 | 🟡 Minor | ⚡ Quick win 🧩 Analysis chain🏁 Script executed: sed -n '1,120p' .github/workflows/codeql.ymlRepository: CoreyLeath-code/LogSight-AI Length of output: 563 Disable persisted checkout credentials.
Suggested change - uses: actions/checkout@v7
+ with:
+ persist-credentials: false📝 Committable suggestion
Suggested change
🧰 Tools🪛 zizmor (1.26.1)[warning] 19-19: credential persistence through GitHub Actions artifacts (artipacked): does not set persist-credentials: false (artipacked) 🤖 Prompt for AI AgentsSource: Linters/SAST tools |
||||||||||
| - uses: github/codeql-action/init@v4 | ||||||||||
| with: | ||||||||||
| languages: python | ||||||||||
| - uses: github/codeql-action/analyze@v3 | ||||||||||
| - uses: github/codeql-action/analyze@v4 | ||||||||||
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 | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
sed -n '1,220p' .github/workflows/ci.ymlRepository: CoreyLeath-code/LogSight-AI
Length of output: 2604
Disable persisted checkout credentials in every job.
Set
persist-credentials: falseon eachactions/checkoutstep so later repository-controlled commands don’t inherit the token:.github/workflows/ci.yml#L20.github/workflows/ci.yml#L39.github/workflows/ci.yml#L51-L53.github/workflows/ci.yml#L79🧰 Tools
🪛 zizmor (1.26.1)
[warning] 20-20: credential persistence through GitHub Actions artifacts (artipacked): does not set persist-credentials: false
(artipacked)
📍 Affects 1 file
.github/workflows/ci.yml#L20-L20(this comment).github/workflows/ci.yml#L39-L39.github/workflows/ci.yml#L51-L53.github/workflows/ci.yml#L79-L79🤖 Prompt for AI Agents
Source: Linters/SAST tools