Skip to content

Commit 5e26236

Browse files
authored
Merge pull request #20 from python-project-templates/copier-update-2026-05-21T19-43-48
Update from copier (2026-05-21T19:43:48)
2 parents 51b6870 + d2c72ac commit 5e26236

4 files changed

Lines changed: 12 additions & 10 deletions

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 71014c6
2+
_commit: b5fb449
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: python

.github/dependabot.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
labels:
88
- "part: github_actions"
99

1010
- package-ecosystem: "pip"
1111
directory: "/"
1212
schedule:
1313
interval: "monthly"
14+
cooldown:
15+
default-days: 7
1416
labels:
1517
- "lang: python"
1618
- "part: dependencies"

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: ["3.11"]
3434

3535
steps:
36-
- uses: actions/checkout@v6
36+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3737

3838
- uses: actions-ext/python/setup@main
3939
with:
@@ -55,19 +55,19 @@ jobs:
5555
run: make coverage
5656

5757
- name: Upload test results (Python)
58-
uses: actions/upload-artifact@v7
58+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
5959
with:
6060
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
6161
path: junit.xml
6262
if: ${{ always() }}
6363

6464
- name: Publish Unit Test Results
65-
uses: EnricoMi/publish-unit-test-result-action@v2
65+
uses: EnricoMi/publish-unit-test-result-action@c950f6fb443cb5af20a377fd0dfaa78838901040 # v2
6666
with:
6767
files: '**/junit.xml'
6868

6969
- name: Upload coverage
70-
uses: codecov/codecov-action@v6
70+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
7171
with:
7272
token: ${{ secrets.CODECOV_TOKEN }}
7373

@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
module: check_dist
8484

85-
- uses: actions/upload-artifact@v7
85+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
8686
with:
8787
name: dist-${{matrix.os}}
8888
path: dist

.github/workflows/docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
runs-on: ubuntu-latest
1717
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020
- uses: actions-ext/python/setup@main
2121

2222
- name: Download dist from build
23-
uses: actions/download-artifact@v8
23+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
2424
with:
2525
pattern: dist-ubuntu-latest*
2626
merge-multiple: true
@@ -44,7 +44,7 @@ jobs:
4444

4545
- run: yardang build
4646

47-
- uses: peaceiris/actions-gh-pages@v4
47+
- uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0
4848
with:
4949
publish_branch: gh-pages
5050
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)