-
Notifications
You must be signed in to change notification settings - Fork 0
Bump actions/checkout from 7.0.0 to 7.0.1 #77
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,7 +16,7 @@ jobs: | |
| name: Qodana Analysis (non-blocking AGP 9.3 risk) | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # Lukittu versioon v6.0.3. | ||
| - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # Lukittu versioon v6.0.3. | ||
|
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. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win 🧩 Analysis chain🏁 Script executed: set -euo pipefail
printf '\n## qodana.yml\n'
cat -n .github/workflows/qodana.yml | sed -n '1,80p'
printf '\n## security.yml\n'
cat -n .github/workflows/security.yml | sed -n '1,100p'
printf '\n## occurrences of checkout pin/comment\n'
rg -n "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1|v7\.0\.1|v6\.0\.3" .github/workflowsRepository: Insaner1980/dBcheck Length of output: 4396 🌐 Web query:
💡 Result: The identifier Citations:
Update the checkout version comments to
🧰 Tools🪛 zizmor (1.26.1)[warning] 19-22: credential persistence through GitHub Actions artifacts (artipacked): does not set persist-credentials: false (artipacked) 📍 Affects 2 files
🤖 Prompt for AI Agents |
||
| with: | ||
| ref: ${{ github.event.pull_request.head.sha || github.sha }} | ||
| fetch-depth: 0 | ||
|
Comment on lines
+19
to
22
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 | ⚡ Quick win Sensitive Data Exposure (CWE-522): Insufficiently Protected Credentials Reachability: External Disable checkout credential persistence in both workflows.
🧰 Tools🪛 zizmor (1.26.1)[warning] 19-22: credential persistence through GitHub Actions artifacts (artipacked): does not set persist-credentials: false (artipacked) 📍 Affects 2 files
🤖 Prompt for AI AgentsSource: Linters/SAST tools |
||
|
|
||
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.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Synchronize all checkout version annotations.
The pinned SHA is actions/checkout v7.0.1, but all six comments still say v6.0.3. Update each annotation to v7.0.1 so dependency audits remain accurate. (gitea.dev.zamar.aero)
.github/workflows/codeql.yml#L24-L24: change the annotation to v7.0.1..github/workflows/lint.yml#L20-L20: change the annotation to v7.0.1..github/workflows/qodana.yml#L19-L19: change the annotation to v7.0.1..github/workflows/release-build.yml#L20-L20: change the annotation to v7.0.1..github/workflows/security.yml#L24-L24: change the annotation to v7.0.1..github/workflows/sonar.yml#L19-L19: change the annotation to v7.0.1.🧰 Tools
🪛 zizmor (1.26.1)
[warning] 23-24: credential persistence through GitHub Actions artifacts (artipacked): does not set persist-credentials: false
(artipacked)
📍 Affects 6 files
.github/workflows/codeql.yml#L24-L24(this comment).github/workflows/lint.yml#L20-L20.github/workflows/qodana.yml#L19-L19.github/workflows/release-build.yml#L20-L20.github/workflows/security.yml#L24-L24.github/workflows/sonar.yml#L19-L19🤖 Prompt for AI Agents