File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
44add_docs : false
55add_extension : python
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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 :
@@ -61,19 +61,19 @@ jobs:
6161 python -m asv run --config ${{ github.workspace }}/csp_benchmarks/asv.conf.json --machine github-actions --python=same --quick
6262
6363 - name : Upload test results (Python)
64- uses : actions/upload-artifact@v7
64+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
6565 with :
6666 name : test-results-${{ matrix.os }}-${{ matrix.python-version }}
6767 path : junit.xml
6868 if : ${{ always() }}
6969
7070 - name : Publish Unit Test Results
71- uses : EnricoMi/publish-unit-test-result-action@v2
71+ uses : EnricoMi/publish-unit-test-result-action@c950f6fb443cb5af20a377fd0dfaa78838901040 # v2
7272 with :
7373 files : ' **/junit.xml'
7474
7575 - name : Upload coverage
76- uses : codecov/codecov-action@v6
76+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
7777 with :
7878 token : ${{ secrets.CODECOV_TOKEN }}
7979
8888 with :
8989 module : csp_benchmarks
9090
91- - uses : actions/upload-artifact@v7
91+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
9292 with :
9393 name : dist-${{matrix.os}}
9494 path : dist
Original file line number Diff line number Diff line change 2020 deploy :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424 - run : cp README.md docs/wiki/Home.md
25- - uses : Andrew-Chen-Wang/github-wiki-action@v5
25+ - uses : Andrew-Chen-Wang/github-wiki-action@64efa0a9436db17670a2259e0ac249d6f08bb352 # v5
2626 with :
2727 path : docs/wiki
You can’t perform that action at this time.
0 commit comments