Skip to content

Commit 26e18e8

Browse files
authored
Merge pull request #56 from python-project-templates/copier-update-2026-05-20T23-20-38
Update from copier (2026-05-20T23:20:38)
2 parents 4dea781 + 7f46c54 commit 26e18e8

3 files changed

Lines changed: 9 additions & 7 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: 24f3985
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
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:
@@ -57,20 +57,20 @@ jobs:
5757
run: make coverage
5858

5959
- name: Upload test results (Python)
60-
uses: actions/upload-artifact@v7
60+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
6161
with:
6262
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
6363
path: junit.xml
6464
if: ${{ matrix.os == 'ubuntu-latest' }}
6565

6666
- name: Publish Unit Test Results
67-
uses: EnricoMi/publish-unit-test-result-action@v2
67+
uses: EnricoMi/publish-unit-test-result-action@c950f6fb443cb5af20a377fd0dfaa78838901040 # v2
6868
with:
6969
files: '**/junit.xml'
7070
if: ${{ matrix.os == 'ubuntu-latest' }}
7171

7272
- name: Upload coverage
73-
uses: codecov/codecov-action@v6
73+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
7474
with:
7575
token: ${{ secrets.CODECOV_TOKEN }}
7676
if: ${{ matrix.os == 'ubuntu-latest' }}
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
module: hatch_rs
8888

89-
- uses: actions/upload-artifact@v7
89+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
9090
with:
9191
name: dist-${{matrix.os}}
9292
path: dist

0 commit comments

Comments
 (0)