Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@dc6d5fd1afe1b28253abaaf0496175c36ca261af # 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@dc6d5fd1afe1b28253abaaf0496175c36ca261af # 2024-12-31
uses: os-climate/osc-github-devops/.github/actions/path-check-action@96045e9cffb27b0957c2fc9eaaae059b3e53cd6e # 2024-12-31
with:
path: "tox.ini"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@dc6d5fd1afe1b28253abaaf0496175c36ca261af # 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"
Expand Down Expand Up @@ -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@dc6d5fd1afe1b28253abaaf0496175c36ca261af # 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 }}
Expand Down Expand Up @@ -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@dc6d5fd1afe1b28253abaaf0496175c36ca261af # 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 }}
Expand Down Expand Up @@ -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@dc6d5fd1afe1b28253abaaf0496175c36ca261af # 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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@dc6d5fd1afe1b28253abaaf0496175c36ca261af # 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 }}

Expand Down
Loading