From 349b7b384d46a33e702d94f678961dbbe1a8fec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 13:28:11 +0000 Subject: [PATCH] Bump MiraGeoscience/CI-tools from 3 to 3.4.2 Bumps [MiraGeoscience/CI-tools](https://github.com/mirageoscience/ci-tools) from 3 to 3.4.2. - [Commits](https://github.com/mirageoscience/ci-tools/compare/v3...v3.4.2) --- updated-dependencies: - dependency-name: MiraGeoscience/CI-tools dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../workflows/reusable-python-publish_pypi_package.yml | 4 ++-- .../reusable-python-publish_rattler_package.yml | 4 ++-- .github/workflows/reusable-python-pytest.yml | 10 +++++----- .../workflows/reusable-python-release_conda_assets.yml | 4 ++-- .../workflows/reusable-python-release_pypi_assets.yml | 4 ++-- .github/workflows/reusable-python-static_analysis.yml | 10 +++++----- .../workflows/reusable-zizmor-advanced-security.yml | 2 +- .github/workflows/reusable-zizmor-annotate.yml | 2 +- .github/workflows/reusable-zizmor-security.yml | 2 +- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/reusable-python-publish_pypi_package.yml b/.github/workflows/reusable-python-publish_pypi_package.yml index b631a44..6515813 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@v3 + uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-publish_to_artifactory@v3.4.2 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@v3 + uses: MiraGeoscience/CI-tools/.github/actions/reusable-get_draft_release@v3.4.2 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 5aa5e34..9f1b707 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@v3 + uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-publish_to_artifactory@v3.4.2 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@v3 + uses: MiraGeoscience/CI-tools/.github/actions/reusable-get_draft_release@v3.4.2 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 7b03f41..e2f7883 100644 --- a/.github/workflows/reusable-python-pytest.yml +++ b/.github/workflows/reusable-python-pytest.yml @@ -1,4 +1,4 @@ -name: Pytest on any OS +name: Pytest on any OS on: workflow_call: @@ -115,7 +115,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_conda@v3.4.0 + - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_conda@v3.4.2 name: Setup conda env if: ${{ inputs.package-manager == 'conda' }} env: @@ -127,7 +127,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@v3.4.0 + - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_poetry@v3.4.2 name: Setup poetry env if: ${{ inputs.package-manager == 'poetry' }} with: @@ -137,14 +137,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@v3.4.0 + - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_hatch@v3.4.2 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@v3.4.0 + - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_pixi@v3.4.2 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 1dde141..356e71b 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@v3 + uses: MiraGeoscience/CI-tools/.github/actions/reusable-get_draft_release@v3.4.2 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@v3 + uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-publish_to_artifactory@v3.4.2 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 7c50584..c62eb26 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@v3 + uses: MiraGeoscience/CI-tools/.github/actions/reusable-get_draft_release@v3.4.2 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@v3 + uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-publish_to_artifactory@v3.4.2 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 7424c76..01bacdb 100644 --- a/.github/workflows/reusable-python-static_analysis.yml +++ b/.github/workflows/reusable-python-static_analysis.yml @@ -1,4 +1,4 @@ -name: Static analysis +name: Static analysis on: workflow_call: @@ -116,7 +116,7 @@ jobs: with: python-version: ${{inputs.python-version}} - - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_conda@v3.4.0 + - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_conda@v3.4.2 name: Setup conda env env: GIT_LFS_SKIP_SMUDGE: "1" @@ -128,7 +128,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@v3.4.0 + - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_poetry@v3.4.2 name: Setup poetry env if: ${{ inputs.package-manager == 'poetry' }} with: @@ -138,14 +138,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@v3.4.0 + - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_hatch@v3.4.2 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@v3.4.0 + - uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_pixi@v3.4.2 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 4be8094..1734a94 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@v3 + uses: MiraGeoscience/CI-tools/.github/actions/setup-zizmor-config@v3.4.2 - 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 dce83fb..a9c5173 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@v3 + uses: MiraGeoscience/CI-tools/.github/actions/setup-zizmor-config@v3.4.2 - 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 bc47af7..a62d04c 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@v3 + uses: MiraGeoscience/CI-tools/.github/actions/setup-zizmor-config@v3.4.2 - name: Run Zizmor Security Scan uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d