Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-dependencies:
name: "Update Dependencies"
# yamllint disable-line rule:line-length
uses: os-climate/osc-github-devops/.github/workflows/reuse-dependencies.yaml@99bda8267c7e1a71fe02f79698ca1061a48e4c8e # 2025-02-25
uses: os-climate/osc-github-devops/.github/workflows/reuse-dependencies.yaml@9df18e486433114ee04735fd25e39d7e97479530 # 2025-02-25
permissions:
# IMPORTANT: mandatory to raise the PR
id-token: write
Expand Down
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@99bda8267c7e1a71fe02f79698ca1061a48e4c8e # 2024-12-31
uses: os-climate/osc-github-devops/.github/actions/path-check-action@9df18e486433114ee04735fd25e39d7e97479530 # 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@9df18e486433114ee04735fd25e39d7e97479530 # 2024-12-31
with:
path: "tox.ini"

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
repository:
name: "Repository"
# yamllint disable-line rule:line-length
uses: os-climate/osc-github-devops/.github/workflows/reuse-inspect-repository.yaml@99bda8267c7e1a71fe02f79698ca1061a48e4c8e # 2025-02-25
uses: os-climate/osc-github-devops/.github/workflows/reuse-inspect-repository.yaml@9df18e486433114ee04735fd25e39d7e97479530 # 2025-02-25
permissions:
contents: read

Expand All @@ -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@9df18e486433114ee04735fd25e39d7e97479530 # 2025-02-25
with:
tag: ${{ needs.repository.outputs.build_tag }}
attestations: "true"
Expand All @@ -51,7 +51,7 @@ jobs:
python-test:
name: "Test"
# yamllint disable-line rule:line-length
uses: os-climate/osc-github-devops/.github/workflows/reuse-python-tests.yaml@99bda8267c7e1a71fe02f79698ca1061a48e4c8e # 2025-02-25
uses: os-climate/osc-github-devops/.github/workflows/reuse-python-tests.yaml@9df18e486433114ee04735fd25e39d7e97479530 # 2025-02-25
needs:
- repository
- python-build
Expand All @@ -67,7 +67,7 @@ jobs:
python-audit:
name: "Audit"
# yamllint disable-line rule:line-length
uses: os-climate/osc-github-devops/.github/workflows/reuse-python-audit.yaml@99bda8267c7e1a71fe02f79698ca1061a48e4c8e # 2025-02-25
uses: os-climate/osc-github-devops/.github/workflows/reuse-python-audit.yaml@9df18e486433114ee04735fd25e39d7e97479530 # 2025-02-25
needs:
- repository
- python-build
Expand All @@ -84,7 +84,7 @@ jobs:
name: "Notebooks"
if: needs.repository.outputs.jupyter_notebooks == 'true'
# yamllint disable-line rule:line-length
uses: os-climate/osc-github-devops/.github/workflows/reuse-notebook-tests.yaml@99bda8267c7e1a71fe02f79698ca1061a48e4c8e # 2025-02-25
uses: os-climate/osc-github-devops/.github/workflows/reuse-notebook-tests.yaml@9df18e486433114ee04735fd25e39d7e97479530 # 2025-02-25
needs:
- repository
- python-build
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@99bda8267c7e1a71fe02f79698ca1061a48e4c8e # 2025-03-03
uses: os-climate/osc-github-devops/.github/actions/pypi-version-check-action@9df18e486433114ee04735fd25e39d7e97479530 # 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@99bda8267c7e1a71fe02f79698ca1061a48e4c8e # 2025-03-03
uses: os-climate/osc-github-devops/.github/actions/pypi-version-check-action@9df18e486433114ee04735fd25e39d7e97479530 # 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@99bda8267c7e1a71fe02f79698ca1061a48e4c8e # 2025-02-25
uses: os-climate/osc-github-devops/.github/actions/github-release-action@9df18e486433114ee04735fd25e39d7e97479530 # 2025-02-25
with:
project_name: ${{ env.python_project_name }}
artefact_path: "dist"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
repository:
name: "Repository"
# yamllint disable-line rule:line-length
uses: os-climate/osc-github-devops/.github/workflows/reuse-inspect-repository.yaml@99bda8267c7e1a71fe02f79698ca1061a48e4c8e # 2024-02-25
uses: os-climate/osc-github-devops/.github/workflows/reuse-inspect-repository.yaml@9df18e486433114ee04735fd25e39d7e97479530 # 2024-02-25
permissions:
contents: read

Expand All @@ -45,14 +45,14 @@ 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@9df18e486433114ee04735fd25e39d7e97479530 # 2025-02-25
with:
tag: ${{ needs.repository.outputs.build_tag }}

python-test:
name: "Test"
# yamllint disable-line rule:line-length
uses: os-climate/osc-github-devops/.github/workflows/reuse-python-tests.yaml@99bda8267c7e1a71fe02f79698ca1061a48e4c8e # 2025-02-25
uses: os-climate/osc-github-devops/.github/workflows/reuse-python-tests.yaml@9df18e486433114ee04735fd25e39d7e97479530 # 2025-02-25
needs:
- python-build
# Matrix job
Expand All @@ -67,7 +67,7 @@ jobs:
python-audit:
name: "Audit"
# yamllint disable-line rule:line-length
uses: os-climate/osc-github-devops/.github/workflows/reuse-python-audit.yaml@99bda8267c7e1a71fe02f79698ca1061a48e4c8e # 2025-02-25
uses: os-climate/osc-github-devops/.github/workflows/reuse-python-audit.yaml@9df18e486433114ee04735fd25e39d7e97479530 # 2025-02-25
needs:
- python-build
# Matrix job
Expand All @@ -83,7 +83,7 @@ jobs:
name: "Jupyter notebooks"
if: needs.repository.outputs.jupyter_notebooks == 'true'
# yamllint disable-line rule:line-length
uses: os-climate/osc-github-devops/.github/workflows/reuse-notebook-tests.yaml@99bda8267c7e1a71fe02f79698ca1061a48e4c8e # 2025-02-25
uses: os-climate/osc-github-devops/.github/workflows/reuse-notebook-tests.yaml@9df18e486433114ee04735fd25e39d7e97479530 # 2025-02-25
needs:
- repository
- python-build
Expand Down