From 917414b8d5544e71b3090a722d9ca181d63b2a4d Mon Sep 17 00:00:00 2001 From: "msclock-bot[bot]" <163820484+msclock-bot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 02:46:43 +0000 Subject: [PATCH] chore(deps): update dependency https://github.com/serious-scaffold/ss-pybind11 to v0.8.33 --- .copier-answers.yml | 2 +- .github/workflows/ci.yml | 4 ++++ .github/workflows/codeql.yml | 8 ++++++++ .github/workflows/renovate.yml | 4 ++++ .pre-commit-config.yaml | 8 ++++++++ vcpkg.json | 4 ++++ 6 files changed, 29 insertions(+), 1 deletion(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 1fafa00..b07ef39 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: v0.8.31 +_commit: v0.8.33 _src_path: https://github.com/serious-scaffold/ss-pybind11 author_email: msclock@126.com author_name: l.feng diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a9343e..30aaf44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,11 @@ jobs: --durations=20 - name: Upload coverage report +<<<<<<< before updating uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0 +======= + uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1 +>>>>>>> after updating with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 44e0192..8edc684 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -49,7 +49,11 @@ jobs: fetch-depth: 0 - name: Initialize CodeQL +<<<<<<< before updating uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8 +======= + uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10 +>>>>>>> after updating with: languages: ${{ matrix.language }} config-file: ./.github/codeql-config.yml @@ -71,4 +75,8 @@ jobs: run: python -m pip install .[test] - name: Perform CodeQL Analysis +<<<<<<< before updating uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8 +======= + uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10 +>>>>>>> after updating diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 08869e1..22eb2eb 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -19,7 +19,11 @@ jobs: RENOVATE_PLATFORM: github RENOVATE_REPOSITORIES: '["${{ github.repository }}"]' RENOVATE_REPOSITORY_CACHE: enabled +<<<<<<< before updating image: ghcr.io/renovatebot/renovate:39.185.7@sha256:b8539ceb56a431eb34d76b2cf097555e11515ed7f1880fa201a8b2102d44df48 +======= + image: ghcr.io/renovatebot/renovate:39.158.1@sha256:6e67b965456bfa064287d23e1f2009082940e78eb928bafa0820d4f85b14a63d +>>>>>>> after updating options: --user root runs-on: ubuntu-24.04 steps: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b9ed971..74a25c4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -107,7 +107,11 @@ repos: # Check jsonschema - repo: https://github.com/python-jsonschema/check-jsonschema +<<<<<<< before updating rev: 0.31.2 +======= + rev: 0.31.1 +>>>>>>> after updating hooks: - id: check-dependabot - id: check-github-workflows @@ -144,7 +148,11 @@ repos: # Check for renovate config - repo: https://github.com/renovatebot/pre-commit-hooks +<<<<<<< before updating rev: 39.185.6 +======= + rev: 39.158.1 +>>>>>>> after updating hooks: - id: renovate-config-validator stages: [manual] diff --git a/vcpkg.json b/vcpkg.json index 451d5e1..395c635 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -53,7 +53,11 @@ "registries": [ { "kind": "git", +<<<<<<< before updating "baseline": "82147f387552e0f31d5ca2c9370d9726789fa568", +======= + "baseline": "c3cfb0b40f90841672b7f9a6ca4415839a6f2703", +>>>>>>> after updating "repository": "https://github.com/msclock/cmake-registry", "packages": [ "cmake-modules",