Skip to content

🛡️ Sentinel: Pin GitHub Actions in workflows to full commit SHAs - #143

Closed
google-labs-jules[bot] wants to merge 2 commits into
mainfrom
sentinel/pin-github-actions-shas-2626896042844991783
Closed

🛡️ Sentinel: Pin GitHub Actions in workflows to full commit SHAs#143
google-labs-jules[bot] wants to merge 2 commits into
mainfrom
sentinel/pin-github-actions-shas-2626896042844991783

Conversation

@google-labs-jules

Copy link
Copy Markdown
Contributor

Summary of Security Enhancements

  1. GitHub Actions Supply Chain Hardening:
    • Pinned actions/checkout in .github/workflows/check.yml and .github/workflows/docs.yml to immutable commit SHA 11bd71901bbe5b1630ceea73d27597364c9af683 (v4.2.2).
    • Pinned jdx/mise-action in .github/workflows/check.yml and .github/workflows/docs.yml to immutable commit SHA 500809d363d3fb4f307ee44f24ef3381a1792a7e (v2).
  2. Impact:
    • Prevents potential supply chain attacks or malicious tag modification/spoofing on third-party GitHub Actions.
    • Ensures deterministic execution in CI/CD pipelines.
  3. Verification:
    • Passed linter checks (ruff check .) and test suite (pytest).

PR created automatically by Jules for task 2626896042844991783 started by @amrabed

Pins third-party GitHub Actions (`actions/checkout` and `jdx/mise-action`)
to full immutable commit SHAs in CI workflows (`check.yml` and `docs.yml`).
This mitigates supply chain risks and tag-spoofing vulnerabilities.
@google-labs-jules

Copy link
Copy Markdown
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Pins third-party GitHub Actions (`actions/checkout` and `jdx/mise-action`)
to full immutable commit SHAs (`actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683`
and `jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c`) in CI workflows.
This resolves CI workflow failures and protects against supply chain attacks.
@sonarqubecloud

sonarqubecloud Bot commented Sep 4, 2026

Copy link
Copy Markdown

@amrabed amrabed closed this Sep 4, 2026
@amrabed
amrabed deleted the sentinel/pin-github-actions-shas-2626896042844991783 branch September 4, 2026 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant