Skip to content

chore: SHA-pin GitHub Actions in action.yml#30

Open
google-labs-jules[bot] wants to merge 1 commit into
mainfrom
jules-1793149068051297845-183bc279
Open

chore: SHA-pin GitHub Actions in action.yml#30
google-labs-jules[bot] wants to merge 1 commit into
mainfrom
jules-1793149068051297845-183bc279

Conversation

@google-labs-jules

Copy link
Copy Markdown

What

Updated action.yml to strict SHA-pinning for all uses: directives.

Why

To adhere to the repo rule: "every uses: in .github/workflows/*.yml and action.yml is SHA-pinned with a version comment".

Risk

Low risk. This only affects the GitHub action definition used by external workflows. The tests passed, ensuring no syntax issues.

Audit Report

  1. SHA-pinned uses: directives: Fixed action.yml to conform. Workflows in .github/workflows/ were already pinned.
  2. Workflow permissions: Followed least privilege correctly (using contents: read and explicitly required tokens for PyPI publishing).
  3. No non-stdlib imports: Confirmed that pyproject.toml declares dependencies = [] and src/ only imports stdlib and local modules. (Some test templates under probes/ import httpx, but they are standalone templates and not runtime code).
  4. Dockerfile upstream checks:
    • OWASP Noir: v1.1.0 is available (bundled is 1.0.0).
    • Trivy: v0.72.0 is available (bundled is 0.58.1).
    • Gitleaks: Bundled v8.30.1 is the latest.

PR created automatically by Jules for task 1793149068051297845 started by @raccioly

- Updated `actions/setup-python@v6` to use the pinned SHA `ece7cb06caefa5fff74198d8649806c4678c61a1`
- Updated `github/codeql-action/upload-sarif@v4` to use the pinned SHA `99df26d4f13ea111d4ec1a7dddef6063f76b97e9`
- Completed the audit of workflows and imports. Workflows are correctly pinned and use `contents: read`. `src/` modules strictly use standard libraries.
- Dockerfile upstream check (Report Only): Noir v1.1.0 and Trivy v0.72.0 are available upstream.
@google-labs-jules

Copy link
Copy Markdown
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.

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.

0 participants