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 : 24f3985
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : js
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"
@@ -19,7 +21,8 @@ updates:
1921 directory : " /js"
2022 schedule :
2123 interval : " monthly"
24+ cooldown :
25+ default-days : 7
2226 labels :
2327 - " lang: javascript"
2428 - " part: dependencies"
25-
Original file line number Diff line number Diff line change 3434 node-version : [20.x]
3535
3636 steps :
37- - uses : actions/checkout@v6
37+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3838
3939 - uses : actions-ext/python/setup@main
4040 with :
@@ -63,20 +63,20 @@ jobs:
6363 if : matrix.os == 'ubuntu-latest'
6464
6565 - name : Upload test results
66- uses : actions/upload-artifact@v7
66+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
6767 with :
6868 name : test-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.node-version }}
6969 path : ' **/junit.xml'
7070 if : ${{ always() }}
7171
7272 - name : Publish Unit Test Results
73- uses : EnricoMi/publish-unit-test-result-action@v2
73+ uses : EnricoMi/publish-unit-test-result-action@c950f6fb443cb5af20a377fd0dfaa78838901040 # v2
7474 with :
7575 files : ' **/junit.xml'
7676 if : matrix.os == 'ubuntu-latest'
7777
7878 - name : Upload coverage
79- uses : codecov/codecov-action@v6
79+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
8080 with :
8181 token : ${{ secrets.CODECOV_TOKEN }}
8282
9494 module : python_template_js
9595 if : matrix.os == 'ubuntu-latest'
9696
97- - uses : actions/upload-artifact@v7
97+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
9898 with :
9999 name : dist-${{matrix.os}}
100100 path : dist
Original file line number Diff line number Diff 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
4444
4545 - run : yardang build
4646
47- - uses : peaceiris/actions-gh-pages@v4
47+ - uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
4848 with :
4949 publish_branch : gh-pages
5050 github_token : ${{ secrets.GITHUB_TOKEN }}
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