Skip to content

Commit 03ec8d2

Browse files
[dependabot] Chore: Update os-climate/osc-github-devops requirement to 24097e8d73176a7eeb512dd1654726edbb3fc5f6 (#237)
Updates the requirements on [os-climate/osc-github-devops](https://github.com/os-climate/osc-github-devops) to permit the latest version. - [Release notes](https://github.com/os-climate/osc-github-devops/releases) - [Commits](https://github.com/os-climate/osc-github-devops/commits/24097e8d73176a7eeb512dd1654726edbb3fc5f6) --- updated-dependencies: - dependency-name: os-climate/osc-github-devops dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Modeseven Industrial Solutions <mwatkins@linuxfoundation.org>
1 parent 8bf72df commit 03ec8d2

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

.github/workflows/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-dependencies:
2626
name: "Update Dependencies"
2727
# yamllint disable-line rule:line-length
28-
uses: os-climate/osc-github-devops/.github/workflows/reuse-dependencies.yaml@d6800faa4faf9bd756073a122ac300098efc18ce # 2025-01-21
28+
uses: os-climate/osc-github-devops/.github/workflows/reuse-dependencies.yaml@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2025-01-21
2929
permissions:
3030
# IMPORTANT: mandatory to raise the PR
3131
id-token: write

.github/workflows/documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
- name: "Check documentation dependencies"
4545
id: docs-requirements
4646
# yamllint disable-line rule:line-length
47-
uses: os-climate/osc-github-devops/.github/actions/path-check-action@7dd0d1b53f92fc5eab62c8799562557f765692a8 # 2024-12-31
47+
uses: os-climate/osc-github-devops/.github/actions/path-check-action@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2024-12-31
4848
with:
4949
path: "docs/requirements.txt"
5050

5151
- name: "Check for TOX configuration"
5252
id: tox-ini
5353
# yamllint disable-line rule:line-length
54-
uses: os-climate/osc-github-devops/.github/actions/path-check-action@7dd0d1b53f92fc5eab62c8799562557f765692a8 # 2024-12-31
54+
uses: os-climate/osc-github-devops/.github/actions/path-check-action@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2024-12-31
5555
with:
5656
path: "tox.ini"
5757

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
permissions:
2424
contents: read
2525
# yamllint disable-line rule:line-length
26-
uses: os-climate/osc-github-devops/.github/workflows/reuse-linting.yaml@6ec49941000685790f083eb83f97efd26c4b37a6 # 2025-01-14
26+
uses: os-climate/osc-github-devops/.github/workflows/reuse-linting.yaml@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2025-01-14

.github/workflows/tag-push.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

@@ -42,7 +42,7 @@ jobs:
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/') }}
@@ -51,7 +51,7 @@ jobs:
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
@@ -66,7 +66,7 @@ jobs:
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
@@ -82,7 +82,7 @@ jobs:
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

.github/workflows/verify.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
repository:
2626
name: "Repository"
2727
# yamllint disable-line rule:line-length
28-
uses: os-climate/osc-github-devops/.github/workflows/reuse-inspect-repository.yaml@b9ee0c17efe57a1bca21fffbf557315cc20ba8c8 # 2024-01-20
28+
uses: os-climate/osc-github-devops/.github/workflows/reuse-inspect-repository.yaml@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2024-01-20
2929
permissions:
3030
contents: read
3131

@@ -45,14 +45,14 @@ jobs:
4545
- name: "Build Python project"
4646
id: python-project-build
4747
# yamllint disable-line rule:line-length
48-
uses: os-climate/osc-github-devops/.github/actions/python-project-build-action@230be430058344150ae1ed563d8f24ebd7e05c56 # 2024-01-20
48+
uses: os-climate/osc-github-devops/.github/actions/python-project-build-action@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2024-01-20
4949
with:
5050
build_tag: ${{ needs.repository.outputs.build_tag }}
5151

5252
python-test:
5353
name: "Test"
5454
# yamllint disable-line rule:line-length
55-
uses: os-climate/osc-github-devops/.github/workflows/reuse-python-tests.yaml@b9ee0c17efe57a1bca21fffbf557315cc20ba8c8 # 2024-01-20
55+
uses: os-climate/osc-github-devops/.github/workflows/reuse-python-tests.yaml@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2024-01-20
5656
needs:
5757
- python-build
5858
# Matrix job
@@ -67,7 +67,7 @@ jobs:
6767
python-audit:
6868
name: "Audit"
6969
# yamllint disable-line rule:line-length
70-
uses: os-climate/osc-github-devops/.github/workflows/reuse-python-audit.yaml@b9ee0c17efe57a1bca21fffbf557315cc20ba8c8 # 2024-01-20
70+
uses: os-climate/osc-github-devops/.github/workflows/reuse-python-audit.yaml@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2024-01-20
7171
needs:
7272
- python-build
7373
# Matrix job
@@ -83,7 +83,7 @@ jobs:
8383
name: "Jupyter notebooks"
8484
if: needs.repository.outputs.jupyter_notebooks == 'true'
8585
# yamllint disable-line rule:line-length
86-
uses: os-climate/osc-github-devops/.github/workflows/reuse-notebook-tests.yaml@b9ee0c17efe57a1bca21fffbf557315cc20ba8c8 # 2024-01-20
86+
uses: os-climate/osc-github-devops/.github/workflows/reuse-notebook-tests.yaml@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2024-01-20
8787
needs:
8888
- repository
8989
- python-build

0 commit comments

Comments
 (0)