File tree 5 files changed +108
-319
lines changed
actions/pypi-publish-action
5 files changed +108
-319
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 25
25
python-dependencies :
26
26
name : " Update Dependencies"
27
27
# yamllint disable-line rule:line-length
28
- uses : os-climate/osc-github-devops/.github/workflows/reuse-dependencies.yaml@5f911525b6bac26e4bc57c1a27349bf98d40c35c # 2025-02-25
28
+ uses : os-climate/osc-github-devops/.github/workflows/reuse-dependencies.yaml@45cee44c1a0bfdc8e64f94cf32c833ef61f95a50 # 2025-02-25
29
29
permissions :
30
30
# IMPORTANT: mandatory to raise the PR
31
31
id-token : write
Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ jobs:
44
44
- name : " Check documentation dependencies"
45
45
id : docs-requirements
46
46
# yamllint disable-line rule:line-length
47
- uses : os-climate/osc-github-devops/.github/actions/path-check-action@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2024-12-31
47
+ uses : os-climate/osc-github-devops/.github/actions/path-check-action@45cee44c1a0bfdc8e64f94cf32c833ef61f95a50 # 2024-12-31
48
48
with :
49
49
path : " docs/requirements.txt"
50
50
51
51
- name : " Check for TOX configuration"
52
52
id : tox-ini
53
53
# yamllint disable-line rule:line-length
54
- uses : os-climate/osc-github-devops/.github/actions/path-check-action@24097e8d73176a7eeb512dd1654726edbb3fc5f6 # 2024-12-31
54
+ uses : os-climate/osc-github-devops/.github/actions/path-check-action@45cee44c1a0bfdc8e64f94cf32c833ef61f95a50 # 2024-12-31
55
55
with :
56
56
path : " tox.ini"
57
57
You can’t perform that action at this time.
0 commit comments