From 57a4102736f521f12483a3a2d9cd162837636862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 14:01:56 +0000 Subject: [PATCH] Bump MiraGeoscience/CI-tools from 2 to 3 Bumps [MiraGeoscience/CI-tools](https://github.com/mirageoscience/ci-tools) from 2 to 3. - [Commits](https://github.com/mirageoscience/ci-tools/compare/v2...v3) --- updated-dependencies: - dependency-name: MiraGeoscience/CI-tools dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../workflows/reusable-python-publish_pypi_package.yml | 4 ++-- .../workflows/reusable-python-publish_rattler_package.yml | 4 ++-- .github/workflows/reusable-python-pytest.yml | 8 ++++---- .../workflows/reusable-python-release_conda_assets.yml | 4 ++-- .github/workflows/reusable-python-release_pypi_assets.yml | 4 ++-- .github/workflows/reusable-python-static_analysis.yml | 8 ++++---- .github/workflows/reusable-zizmor-advanced-security.yml | 2 +- .github/workflows/reusable-zizmor-annotate.yml | 2 +- .github/workflows/reusable-zizmor-security.yml | 2 +- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/reusable-python-publish_pypi_package.yml b/.github/workflows/reusable-python-publish_pypi_package.yml index 2d691eb..04f7964 100644 --- a/.github/workflows/reusable-python-publish_pypi_package.yml +++ b/.github/workflows/reusable-python-publish_pypi_package.yml @@ -132,7 +132,7 @@ jobs: name: ${{ inputs.package-name }}-pip-package-build path: ${{ env.build-dir-path }} - name: Publish package to Artifactory - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-publish_to_artifactory@v2 + uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-publish_to_artifactory@v3 if: ${{ matrix.virtual-repo-name != 'pypi' && matrix.virtual-repo-name != 'test-pypi' }} with: build-dir-path: ${{ env.build-dir-path }} @@ -158,7 +158,7 @@ jobs: timeout-minutes: 5 steps: - name: Get draft release - uses: MiraGeoscience/CI-tools/.github/actions/reusable-get_draft_release@v2 + uses: MiraGeoscience/CI-tools/.github/actions/reusable-get_draft_release@v3 id: get-draft-release with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/reusable-python-publish_rattler_package.yml b/.github/workflows/reusable-python-publish_rattler_package.yml index 466fc0c..57e3737 100644 --- a/.github/workflows/reusable-python-publish_rattler_package.yml +++ b/.github/workflows/reusable-python-publish_rattler_package.yml @@ -178,7 +178,7 @@ jobs: name: ${{ inputs.package-name }}-conda-package-build path: build-dir - name: Publish package to Artifactory - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-publish_to_artifactory@v2 + uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-publish_to_artifactory@v3 with: build-dir-path: build-dir/noarch artifactory-dir-path: ${{ matrix.publish-repo-name}}/noarch @@ -194,7 +194,7 @@ jobs: timeout-minutes: 5 steps: - name: Get draft release - uses: MiraGeoscience/CI-tools/.github/actions/reusable-get_draft_release@v2 + uses: MiraGeoscience/CI-tools/.github/actions/reusable-get_draft_release@v3 id: get-draft-release with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/reusable-python-pytest.yml b/.github/workflows/reusable-python-pytest.yml index 11123b8..289a6c6 100644 --- a/.github/workflows/reusable-python-pytest.yml +++ b/.github/workflows/reusable-python-pytest.yml @@ -95,7 +95,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_conda@v2 + - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_conda@v3 name: Setup conda env if: ${{ inputs.package-manager == 'conda' }} env: @@ -107,7 +107,7 @@ jobs: JFROG_ARTIFACTORY_URL: ${{ secrets.JFROG_ARTIFACTORY_URL }} JFROG_ARTIFACTORY_TOKEN: ${{ secrets.JFROG_ARTIFACTORY_TOKEN }} - - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_poetry@v2 + - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_poetry@v3 name: Setup poetry env if: ${{ inputs.package-manager == 'poetry' }} with: @@ -117,14 +117,14 @@ jobs: virtual-repo-names: ${{ inputs.virtual-repo-names }} JFROG_ARTIFACTORY_TOKEN: ${{ secrets.JFROG_ARTIFACTORY_TOKEN }} - - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_hatch@v2 + - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_hatch@v3 name: Setup hatch env if: ${{ inputs.package-manager == 'hatch' }} with: cache-number: ${{ inputs.cache-number }} runner-os: ${{ runner.os }} - - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_pixi@v2 + - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_pixi@v3 name: Setup pixi env if: ${{ inputs.package-manager == 'pixi' }} with: diff --git a/.github/workflows/reusable-python-release_conda_assets.yml b/.github/workflows/reusable-python-release_conda_assets.yml index 883644e..1dde141 100644 --- a/.github/workflows/reusable-python-release_conda_assets.yml +++ b/.github/workflows/reusable-python-release_conda_assets.yml @@ -39,7 +39,7 @@ jobs: virtual-repo-name: ${{ fromJson(inputs.virtual-repo-names) }} steps: - name: Find release from tag - uses: MiraGeoscience/CI-tools/.github/actions/reusable-get_draft_release@v2 + uses: MiraGeoscience/CI-tools/.github/actions/reusable-get_draft_release@v3 id: find-release with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -54,7 +54,7 @@ jobs: cd download-assets gh release download ${INPUTS_RELEASE_TAG} -p '*.conda' - name: Publish package to Artifactory - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-publish_to_artifactory@v2 + uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-publish_to_artifactory@v3 with: build-dir-path: download-assets artifactory-dir-path: ${{ matrix.virtual-repo-name}}/noarch diff --git a/.github/workflows/reusable-python-release_pypi_assets.yml b/.github/workflows/reusable-python-release_pypi_assets.yml index 7d69f41..7c50584 100644 --- a/.github/workflows/reusable-python-release_pypi_assets.yml +++ b/.github/workflows/reusable-python-release_pypi_assets.yml @@ -47,7 +47,7 @@ jobs: virtual-repo-name: ${{ fromJson(inputs.virtual-repo-names) }} steps: - name: Find release from tag - uses: MiraGeoscience/CI-tools/.github/actions/reusable-get_draft_release@v2 + uses: MiraGeoscience/CI-tools/.github/actions/reusable-get_draft_release@v3 id: find-release with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -62,7 +62,7 @@ jobs: cd download-assets gh release download ${INPUTS_RELEASE_TAG} -p '*.tar.gz' -p '*.whl' - name: Publish package to Artifactory - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-publish_to_artifactory@v2 + uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-publish_to_artifactory@v3 if: ${{ matrix.virtual-repo-name != 'pypi' && matrix.virtual-repo-name != 'test-pypi' }} with: build-dir-path: download-assets diff --git a/.github/workflows/reusable-python-static_analysis.yml b/.github/workflows/reusable-python-static_analysis.yml index eb1e4dc..aee94eb 100644 --- a/.github/workflows/reusable-python-static_analysis.yml +++ b/.github/workflows/reusable-python-static_analysis.yml @@ -89,7 +89,7 @@ jobs: with: python-version: ${{inputs.python-version}} - - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_conda@v2 + - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_conda@v3 name: Setup conda env env: GIT_LFS_SKIP_SMUDGE: "1" @@ -101,7 +101,7 @@ jobs: JFROG_ARTIFACTORY_URL: ${{ secrets.JFROG_ARTIFACTORY_URL }} JFROG_ARTIFACTORY_TOKEN: ${{ secrets.JFROG_ARTIFACTORY_TOKEN }} - - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_poetry@v2 + - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_poetry@v3 name: Setup poetry env if: ${{ inputs.package-manager == 'poetry' }} with: @@ -111,14 +111,14 @@ jobs: virtual-repo-names: ${{ inputs.virtual-repo-names }} JFROG_ARTIFACTORY_TOKEN: ${{ secrets.JFROG_ARTIFACTORY_TOKEN }} - - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_hatch@v2 + - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_hatch@v3 name: Setup hatch env if: ${{ inputs.package-manager == 'hatch' }} with: cache-number: ${{ inputs.cache-number }} runner-os: ${{ runner.os }} - - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_pixi@v2 + - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_pixi@v3 name: Setup pixi env if: ${{ inputs.package-manager == 'pixi' }} with: diff --git a/.github/workflows/reusable-zizmor-advanced-security.yml b/.github/workflows/reusable-zizmor-advanced-security.yml index db24175..e993395 100644 --- a/.github/workflows/reusable-zizmor-advanced-security.yml +++ b/.github/workflows/reusable-zizmor-advanced-security.yml @@ -36,7 +36,7 @@ jobs: persist-credentials: false - name: Setup Zizmor Config - uses: MiraGeoscience/CI-tools/.github/actions/setup-zizmor-config@v2 + uses: MiraGeoscience/CI-tools/.github/actions/setup-zizmor-config@v3 - name: Run Zizmor Security Scan uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d diff --git a/.github/workflows/reusable-zizmor-annotate.yml b/.github/workflows/reusable-zizmor-annotate.yml index 101f43c..eb4edeb 100644 --- a/.github/workflows/reusable-zizmor-annotate.yml +++ b/.github/workflows/reusable-zizmor-annotate.yml @@ -36,7 +36,7 @@ jobs: persist-credentials: false - name: Setup Zizmor Config - uses: MiraGeoscience/CI-tools/.github/actions/setup-zizmor-config@v2 + uses: MiraGeoscience/CI-tools/.github/actions/setup-zizmor-config@v3 - name: Run Zizmor Security Scan uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d diff --git a/.github/workflows/reusable-zizmor-security.yml b/.github/workflows/reusable-zizmor-security.yml index 17def0c..3fdc55a 100644 --- a/.github/workflows/reusable-zizmor-security.yml +++ b/.github/workflows/reusable-zizmor-security.yml @@ -35,7 +35,7 @@ jobs: persist-credentials: false - name: Setup Zizmor Config - uses: MiraGeoscience/CI-tools/.github/actions/setup-zizmor-config@v2 + uses: MiraGeoscience/CI-tools/.github/actions/setup-zizmor-config@v3 - name: Run Zizmor Security Scan uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d