From 028a3614a8663071f6478c89c4fddd1cab3853b9 Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Fri, 16 Feb 2024 11:40:55 +0100 Subject: [PATCH] Pin python-toolbox version used in ci-cd workflow (#96) --- .github/workflows/ci-cd.yml | 4 ++-- doc/changes/unreleased.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 42e54f10..27bd2133 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -14,7 +14,7 @@ jobs: ci-job: name: Checks needs: [ check-tag-version-job ] - uses: exasol/python-toolbox/.github/workflows/checks.yml@main + uses: exasol/python-toolbox/.github/workflows/checks.yml@0.3.0 tests-job: name: Tests (Python-${{ matrix.python-version }}) @@ -50,6 +50,6 @@ jobs: cd-job: name: Continues Delivery needs: [ ci-job, tests-job ] - uses: exasol/python-toolbox/.github/workflows/build-and-publish.yml@main + uses: exasol/python-toolbox/.github/workflows/build-and-publish.yml@0.3.0 secrets: PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} diff --git a/doc/changes/unreleased.md b/doc/changes/unreleased.md index ec6f3f29..f458b6ac 100644 --- a/doc/changes/unreleased.md +++ b/doc/changes/unreleased.md @@ -12,3 +12,4 @@ ## Internal - Updated lockfile +- Pin python-toolbox version in GitHub workflows