diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 35f2a28..a47771e 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -44,14 +44,14 @@ jobs: - name: "Check documentation dependencies" id: docs-requirements # yamllint disable-line rule:line-length - uses: os-climate/osc-github-devops/.github/actions/path-check-action@99bda8267c7e1a71fe02f79698ca1061a48e4c8e # 2024-12-31 + uses: os-climate/osc-github-devops/.github/actions/path-check-action@96045e9cffb27b0957c2fc9eaaae059b3e53cd6e # 2024-12-31 with: path: "docs/requirements.txt" - name: "Check for TOX configuration" id: tox-ini # yamllint disable-line rule:line-length - uses: os-climate/osc-github-devops/.github/actions/path-check-action@99bda8267c7e1a71fe02f79698ca1061a48e4c8e # 2024-12-31 + uses: os-climate/osc-github-devops/.github/actions/path-check-action@96045e9cffb27b0957c2fc9eaaae059b3e53cd6e # 2024-12-31 with: path: "tox.ini" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7b2df7a..0b5f6b8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,7 +42,7 @@ jobs: - name: "Build Python project" id: python-build # yamllint disable-line rule:line-length - uses: os-climate/osc-github-devops/.github/actions/python-build-action@99bda8267c7e1a71fe02f79698ca1061a48e4c8e # 2025-02-25 + uses: os-climate/osc-github-devops/.github/actions/python-build-action@96045e9cffb27b0957c2fc9eaaae059b3e53cd6e # 2025-02-25 with: tag: ${{ needs.repository.outputs.build_tag }} attestations: "true" @@ -137,7 +137,7 @@ jobs: - name: "Checking package index for build/release" id: check-remote # yamllint disable-line rule:line-length - uses: os-climate/osc-github-devops/.github/actions/pypi-version-check-action@99bda8267c7e1a71fe02f79698ca1061a48e4c8e # 2025-03-03 + uses: os-climate/osc-github-devops/.github/actions/pypi-version-check-action@96045e9cffb27b0957c2fc9eaaae059b3e53cd6e # 2025-03-03 with: index_url: https://test.pypi.org/simple package_name: ${{ steps.naming.outputs.python_project_name }} @@ -197,7 +197,7 @@ jobs: - name: "Checking package index for build/release" id: check-remote # yamllint disable-line rule:line-length - uses: os-climate/osc-github-devops/.github/actions/pypi-version-check-action@99bda8267c7e1a71fe02f79698ca1061a48e4c8e # 2025-03-03 + uses: os-climate/osc-github-devops/.github/actions/pypi-version-check-action@96045e9cffb27b0957c2fc9eaaae059b3e53cd6e # 2025-03-03 with: package_name: ${{ steps.naming.outputs.python_project_name }} package_version: ${{ needs.repository.outputs.build_tag }} @@ -229,7 +229,7 @@ jobs: steps: - name: "GitHub Release" # yamllint disable-line rule:line-length - uses: os-climate/osc-github-devops/.github/actions/github-release-action@99bda8267c7e1a71fe02f79698ca1061a48e4c8e # 2025-02-25 + uses: os-climate/osc-github-devops/.github/actions/github-release-action@96045e9cffb27b0957c2fc9eaaae059b3e53cd6e # 2025-02-25 with: project_name: ${{ env.python_project_name }} artefact_path: "dist" diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index 884d8c4..a33906b 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -45,7 +45,7 @@ jobs: - name: "Build Python project" id: python-build # yamllint disable-line rule:line-length - uses: os-climate/osc-github-devops/.github/actions/python-build-action@99bda8267c7e1a71fe02f79698ca1061a48e4c8e # 2025-02-25 + uses: os-climate/osc-github-devops/.github/actions/python-build-action@96045e9cffb27b0957c2fc9eaaae059b3e53cd6e # 2025-02-25 with: tag: ${{ needs.repository.outputs.build_tag }}