Skip to content

Commit

Permalink
chore(deps): update dependency https://github.com/serious-scaffold/ss…
Browse files Browse the repository at this point in the history
…-pybind11 to v0.8.33
  • Loading branch information
msclock-bot[bot] authored Mar 5, 2025
1 parent c1556e6 commit 917414b
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
author_name: l.feng
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 4 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down
4 changes: 4 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 917414b

Please sign in to comment.