From 469752a11c6c9d43e223ac297762a56920ffa0bc Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 06:01:52 +0000 Subject: [PATCH 1/2] Update from copier (2026-07-26T06:01:52) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .github/workflows/build.yaml | 14 ++++++++------ .github/workflows/copier.yaml | 2 +- .github/workflows/wiki.yaml | 11 +++++++++++ 4 files changed, 21 insertions(+), 8 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index a64be38..55566da 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: c184e53 +_commit: c2ea129 _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 50601ee..46d9335 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,9 +33,11 @@ jobs: python-version: ["3.11"] steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 + with: + persist-credentials: false - - uses: actions-ext/python/setup@main + - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 with: version: ${{ matrix.python-version }} @@ -55,7 +57,7 @@ jobs: run: make coverage - name: Upload test results (Python) - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: test-results-${{ matrix.os }}-${{ matrix.python-version }} path: junit.xml @@ -74,15 +76,15 @@ jobs: - name: Make dist run: make dist - - uses: actions-ext/python/test-wheel@main + - uses: actions-ext/python/test-wheel@6e1b91a408ea89f49bc8aff8724f83826f7b5446 with: module: csp_bot - - uses: actions-ext/python/test-sdist@main + - uses: actions-ext/python/test-sdist@6e1b91a408ea89f49bc8aff8724f83826f7b5446 with: module: csp_bot - - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: dist-${{matrix.os}} path: dist diff --git a/.github/workflows/copier.yaml b/.github/workflows/copier.yaml index 871b414..a936d5f 100644 --- a/.github/workflows/copier.yaml +++ b/.github/workflows/copier.yaml @@ -12,6 +12,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions-ext/copier-update@main + - uses: actions-ext/copier-update@378500315a83b5985e175139a55f1fa5ea6dde09 with: token: ${{ secrets.WORKFLOW_TOKEN }} diff --git a/.github/workflows/wiki.yaml b/.github/workflows/wiki.yaml index 94125cb..980f109 100644 --- a/.github/workflows/wiki.yaml +++ b/.github/workflows/wiki.yaml @@ -20,8 +20,19 @@ jobs: deploy: runs-on: ubuntu-latest steps: +<<<<<<< before updating - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - run: cp README.md docs/wiki/Home.md - uses: Andrew-Chen-Wang/github-wiki-action@1bbb4280446f9630e8e21a18012cbacf3b0f992e # v5.0.6 with: path: docs/wiki +======= + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 + with: + persist-credentials: false + + - run: cp README.md docs/wiki/Home.md + - uses: Andrew-Chen-Wang/github-wiki-action@1bbb4280446f9630e8e21a18012cbacf3b0f992e # v5.0.6 + with: + path: docs/wiki +>>>>>>> after updating From f732b147ba409b2b10159799e71fa1766e586e11 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Fri, 31 Jul 2026 18:01:01 -0400 Subject: [PATCH 2/2] Update checkout action version in wiki workflow --- .github/workflows/wiki.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/wiki.yaml b/.github/workflows/wiki.yaml index 980f109..4f80bb0 100644 --- a/.github/workflows/wiki.yaml +++ b/.github/workflows/wiki.yaml @@ -20,13 +20,6 @@ jobs: deploy: runs-on: ubuntu-latest steps: -<<<<<<< before updating - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - run: cp README.md docs/wiki/Home.md - - uses: Andrew-Chen-Wang/github-wiki-action@1bbb4280446f9630e8e21a18012cbacf3b0f992e # v5.0.6 - with: - path: docs/wiki -======= - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false @@ -35,4 +28,3 @@ jobs: - uses: Andrew-Chen-Wang/github-wiki-action@1bbb4280446f9630e8e21a18012cbacf3b0f992e # v5.0.6 with: path: docs/wiki ->>>>>>> after updating