Skip to content

DEVOPS-1133: Pin version to hash - #163

Open
RomFloreani wants to merge 1 commit into
developfrom
DEVOPS-1133
Open

DEVOPS-1133: Pin version to hash#163
RomFloreani wants to merge 1 commit into
developfrom
DEVOPS-1133

Conversation

@RomFloreani

@RomFloreaniRomFloreani commented Jul 30, 2026

Copy link
Copy Markdown

DEVOPS-1133 - pin all GitHub actions and reusable workflows to hash

Summary

PR Checklist

  • If this is a work in progress PR, set as a Draft PR
  • Linted my code according to the style guides.
  • Added tests to verify changes to the code.
  • Added necessary documentation to any new functions/classes following the
    expect style.
  • Marked as ready for review (if this is was a draft PR), and converted
    to a Pull Request
  • Tagged @simpeg/simpeg-developers when ready for review.

Reference issue

What does this implement/fix?

Additional information

CopilotAI review requested due to automatic review settings July 30, 2026 15:39
@github-actionsgithub-actionsBot changed the title Pin version to hashDEVOPS-1133: Pin version to hashJul 30, 2026

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This pull request updates SimPEG’s GitHub Actions workflows to pin the referenced MiraGeoscience/CI-tools reusable workflows to an immutable commit SHA (instead of @v3), improving supply-chain security and reproducibility.

Changes:

  • Pinned CI-tools reusable workflow references from @v3 to a specific commit SHA (89672b...) across multiple workflows.
  • Added inline version comments (# v3.9.1) alongside the pinned hashes for traceability.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
FileDescription
.github/workflows/security_scan.ymlPins zizmor reusable workflows to a commit SHA.
.github/workflows/python_deploy_prod.ymlPins production publish reusable workflows (Conda/PyPI) to a commit SHA.
.github/workflows/python_deploy_dev.ymlPins development publish reusable workflows (Conda/PyPI) to a commit SHA.
.github/workflows/pr_jira_actions.ymlPins JIRA PR actions reusable workflow to a commit SHA.
.github/workflows/issue_to_jira.ymlPins JIRA issue creation reusable workflow to a commit SHA.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

contents: read
actions: read
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-advanced-security.yml@v3
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-advanced-security.yml@89672b26b20a657bed31f84496961abc07166a95 # v3.9.1
name: Publish production Conda package on JFrog Artifactory
if: ${{ github.event_name == 'release' || github.event.inputs.publish-conda == 'true' }}
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-release_conda_assets.yml@v3
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-release_conda_assets.yml@89672b26b20a657bed31f84496961abc07166a95 # v3.9.1
Sign up for freeto 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.

2 participants

@RomFloreani