Skip to content

Standardize dependabot.yml and pin MiraGeoscience/CI-tools refs to @v3 - #51

Merged
RomFloreani merged 7 commits into
developfrom
DEVOPS-1128-update-ci-tools-config
Jul 10, 2026
Merged

Standardize dependabot.yml and pin MiraGeoscience/CI-tools refs to @v3#51
RomFloreani merged 7 commits into
developfrom
DEVOPS-1128-update-ci-tools-config

Conversation

@RomFloreani

@RomFloreani RomFloreani commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

DEVOPS-1128: CI-tools config updates, applied wherever relevant to this repo:

  • Standardize dependabot.yml's github-actions entry (weekly schedule, cooldown, mirageo-ci-tools group) to match the rest of the org.
  • Pin any MiraGeoscience/CI-tools action/workflow ref that floated on @main/@v2/@v1.0.0 to @V3.

(Earlier revisions of this PR also added a dependabot ignore rule for CI-tools minor/patch updates - that's been dropped, we decided not to proceed with it.)

This PR was run by a PowerShell script with the help of Copilot.

Authored using a powershell script with the help of Copilot.
Authored using a powershell script with the help of Copilot.
Authored using a powershell script with the help of Copilot.
Authored using a powershell script with the help of Copilot.
Copilot AI review requested due to automatic review settings July 6, 2026 20:22
@github-actions github-actions Bot changed the title Update MiraGeoscience/CI-tools dependabot config and pin refs to @v3 DEVOPS-1128: Update MiraGeoscience/CI-tools dependabot config and pin refs to @v3 Jul 6, 2026

Copilot AI 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 PR updates the repository’s GitHub Actions setup to align with the MiraGeoscience/CI-tools v3 release by pinning reusable workflow references to @v3 (instead of floating refs like @main).

Changes:

  • Pin CI-tools reusable workflow calls from @main to @v3 for Python analysis and publish/release workflows.
  • Pin CI-tools reusable workflow call from @main to @v3 for the issue-to-Jira automation.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/python_deploy_prod.yml Pins production release reusable workflows to MiraGeoscience/CI-tools@v3.
.github/workflows/python_deploy_dev.yml Pins development publish reusable workflows to MiraGeoscience/CI-tools@v3.
.github/workflows/python_analysis.yml Pins static analysis + pytest reusable workflows to MiraGeoscience/CI-tools@v3.
.github/workflows/issue_to_jira.yml Pins the issue-to-Jira reusable workflow to MiraGeoscience/CI-tools@v3.

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

Comment on lines 25 to +27
call-workflow-static-analysis:
name: Static analysis
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-static_analysis.yml@main
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-static_analysis.yml@v3
…updates, groups, weekly schedule)

Authored using a powershell script with the help of Copilot.
…es (decided not to proceed with it)

Authored using a powershell script with the help of Copilot.
@RomFloreani RomFloreani changed the title DEVOPS-1128: Update MiraGeoscience/CI-tools dependabot config and pin refs to @v3 Standardize dependabot.yml and pin MiraGeoscience/CI-tools refs to @v3 Jul 10, 2026
@RomFloreani
RomFloreani merged commit b9cae48 into develop Jul 10, 2026
13 checks passed
@RomFloreani
RomFloreani deleted the DEVOPS-1128-update-ci-tools-config branch July 10, 2026 15:47
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.

2 participants