1818 repository :
1919 name : " Repository"
2020 # yamllint disable-line rule:line-length
21- uses : os-climate/osc-github-devops/.github/workflows/reuse-inspect-repository.yaml@b9ee0c17efe57a1bca21fffbf557315cc20ba8c8 # 2024-01-20
21+ uses : os-climate/osc-github-devops/.github/workflows/reuse-inspect-repository.yaml@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2024-01-20
2222 permissions :
2323 contents : read
2424
4242 - name : " Build Python project"
4343 id : python-project-build
4444 # yamllint disable-line rule:line-length
45- uses : os-climate/osc-github-devops/.github/actions/python-project-build-action@230be430058344150ae1ed563d8f24ebd7e05c56 # 2024-01-20
45+ uses : os-climate/osc-github-devops/.github/actions/python-project-build-action@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2024-01-20
4646 with :
4747 github_attest : ${{ startsWith(github.ref, 'refs/tags/') }}
4848 sigstore_sign : ${{ startsWith(github.ref, 'refs/tags/') }}
5151 python-test :
5252 name : " Test"
5353 # yamllint disable-line rule:line-length
54- uses : os-climate/osc-github-devops/.github/workflows/reuse-python-tests.yaml@b9ee0c17efe57a1bca21fffbf557315cc20ba8c8 # 2024-01-20
54+ uses : os-climate/osc-github-devops/.github/workflows/reuse-python-tests.yaml@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2024-01-20
5555 needs :
5656 - python-build
5757 # Matrix job
6666 python-security :
6767 name : " Security"
6868 # yamllint disable-line rule:line-length
69- uses : os-climate/osc-github-devops/.github/workflows/reuse-python-audit.yaml@b9ee0c17efe57a1bca21fffbf557315cc20ba8c8 # 2024-01-20
69+ uses : os-climate/osc-github-devops/.github/workflows/reuse-python-audit.yaml@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2024-01-20
7070 needs :
7171 - python-build
7272 # Matrix job
8282 name : " Jupyter notebooks"
8383 if : needs.repository.outputs.jupyter_notebooks == 'true'
8484 # yamllint disable-line rule:line-length
85- uses : os-climate/osc-github-devops/.github/workflows/reuse-notebook-tests.yaml@b9ee0c17efe57a1bca21fffbf557315cc20ba8c8 # 2024-01-20
85+ uses : os-climate/osc-github-devops/.github/workflows/reuse-notebook-tests.yaml@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2024-01-20
8686 needs :
8787 - repository
8888 - python-build
@@ -114,7 +114,7 @@ jobs:
114114 - name : " Extract project/repository naming"
115115 id : naming
116116 # yamllint disable-line rule:line-length
117- uses : os-climate/osc-github-devops/.github/actions/python-get-project-name-action@b9ee0c17efe57a1bca21fffbf557315cc20ba8c8 # 2024-01-20
117+ uses : os-climate/osc-github-devops/.github/actions/python-get-project-name-action@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2024-01-20
118118
119119 - name : " ⬇ Download build artefacts"
120120 uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
@@ -125,11 +125,11 @@ jobs:
125125 - name : " Check project version matches pushed tags"
126126 if : startsWith(github.ref, 'refs/tags/')
127127 # yamllint disable-line rule:line-length
128- uses : os-climate/osc-github-devops/.github/actions/python-project-version-vs-tag-action@b9ee0c17efe57a1bca21fffbf557315cc20ba8c8 # 2024-01-20
128+ uses : os-climate/osc-github-devops/.github/actions/python-project-version-vs-tag-action@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2024-01-20
129129
130130 - name : " GitHub Release"
131131 # yamllint disable-line rule:line-length
132- uses : os-climate/osc-github-devops/.github/actions/github-release-action@b9ee0c17efe57a1bca21fffbf557315cc20ba8c8 # 2024-01-20
132+ uses : os-climate/osc-github-devops/.github/actions/github-release-action@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2024-01-20
133133 with :
134134 project_name : ${{ env.python_project_name }}
135135 artefact_location : " dist"
@@ -139,7 +139,7 @@ jobs:
139139 pypi-test :
140140 name : " Test"
141141 # yamllint disable-line rule:line-length
142- uses : os-climate/osc-github-devops/.github/workflows/reuse-publish-pypi.yaml@b9ee0c17efe57a1bca21fffbf557315cc20ba8c8 # 2024-01-20
142+ uses : os-climate/osc-github-devops/.github/workflows/reuse-publish-pypi.yaml@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2024-01-20
143143 needs :
144144 - repository
145145 - python-build
@@ -162,7 +162,7 @@ jobs:
162162 # yamllint disable-line rule:line-length
163163 if : startsWith(github.ref, 'refs/tags/') || contains(github.event.head_commit.message, '[release]')
164164 # yamllint disable-line rule:line-length
165- uses : os-climate/osc-github-devops/.github/workflows/reuse-publish-pypi.yaml@b9ee0c17efe57a1bca21fffbf557315cc20ba8c8 # 2024-01-20
165+ uses : os-climate/osc-github-devops/.github/workflows/reuse-publish-pypi.yaml@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2024-01-20
166166 needs :
167167 - repository
168168 - python-build
0 commit comments