From b8ae0ded90b6b29387a53238d5b82ad5c663d69e Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 23:20:17 +0000 Subject: [PATCH] Update from copier (2026-05-20T23:20:17) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .github/dependabot.yaml | 7 +++++-- .github/workflows/build.yaml | 10 +++++----- .github/workflows/docs.yaml | 6 +++--- .github/workflows/wiki.yaml | 4 ++-- 5 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index c6edba9..86af181 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 71014c6 +_commit: 24f3985 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: js diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 92a5e0d..f35988d 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" labels: - "part: github_actions" @@ -11,6 +11,8 @@ updates: directory: "/" schedule: interval: "monthly" + cooldown: + default-days: 7 labels: - "lang: python" - "part: dependencies" @@ -19,7 +21,8 @@ updates: directory: "/js" schedule: interval: "monthly" + cooldown: + default-days: 7 labels: - "lang: javascript" - "part: dependencies" - \ No newline at end of file diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d4ac3b5..5b1da05 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -34,7 +34,7 @@ jobs: node-version: [20.x] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: actions-ext/python/setup@main with: @@ -63,20 +63,20 @@ jobs: if: matrix.os == 'ubuntu-latest' - name: Upload test results - uses: actions/upload-artifact@v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: test-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.node-version }} path: '**/junit.xml' if: ${{ always() }} - name: Publish Unit Test Results - uses: EnricoMi/publish-unit-test-result-action@v2 + uses: EnricoMi/publish-unit-test-result-action@c950f6fb443cb5af20a377fd0dfaa78838901040 # v2 with: files: '**/junit.xml' if: matrix.os == 'ubuntu-latest' - name: Upload coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6 with: token: ${{ secrets.CODECOV_TOKEN }} @@ -94,7 +94,7 @@ jobs: module: python_template_js if: matrix.os == 'ubuntu-latest' - - uses: actions/upload-artifact@v7 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: dist-${{matrix.os}} path: dist diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 7835908..2e07e33 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -16,11 +16,11 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: actions-ext/python/setup@main - name: Download dist from build - uses: actions/download-artifact@v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: pattern: dist-ubuntu-latest* merge-multiple: true @@ -44,7 +44,7 @@ jobs: - run: yardang build - - uses: peaceiris/actions-gh-pages@v4 + - uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4 with: publish_branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/wiki.yaml b/.github/workflows/wiki.yaml index bf675c2..d0cfce0 100644 --- a/.github/workflows/wiki.yaml +++ b/.github/workflows/wiki.yaml @@ -20,8 +20,8 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - run: cp README.md docs/wiki/Home.md - - uses: Andrew-Chen-Wang/github-wiki-action@v5 + - uses: Andrew-Chen-Wang/github-wiki-action@64efa0a9436db17670a2259e0ac249d6f08bb352 # v5 with: path: docs/wiki