Skip to content

Commit 758a2e2

Browse files
chore(deps): update dependency https://github.com/serious-scaffold/ss-cpp to v1.6.15
1 parent 485f360 commit 758a2e2

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_commit: v1.6.14
1+
_commit: v1.6.15
22
_src_path: https://github.com/serious-scaffold/ss-cpp
33
author_email: [email protected]
44
author_name: l.feng

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307

308308
- name: Prepare for gcovr
309309
run: |
310-
pip install gcovr==7.2
310+
pip install gcovr==8.2
311311
312312
- name: Configure CMake
313313
run: >
@@ -646,12 +646,16 @@ jobs:
646646
run: cmake --build --preset=default --target ccov-all
647647

648648
- name: Upload coverage report
649+
<<<<<<< before updating
649650
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
651+
=======
652+
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
653+
>>>>>>> after updating
650654
with:
651655
token: ${{ secrets.CODECOV_TOKEN }}
652656
fail_ci_if_error: true
653657
disable_search: true
654-
file: ./out/build/default/code_coverage/coverage.info
658+
files: ./out/build/default/code_coverage/coverage.info
655659
verbose: true
656660

657661

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
RENOVATE_PLATFORM: github
2020
RENOVATE_REPOSITORIES: '["${{ github.repository }}"]'
2121
RENOVATE_REPOSITORY_CACHE: enabled
22-
image: ghcr.io/renovatebot/renovate:39.42.4@sha256:c5d718e312cdacc0746e37f13c215ff498be28c51e50efd24c070ae29f5b636a
22+
image: ghcr.io/renovatebot/renovate:39.57.4@sha256:a1f28f4eba3589d4cf7228f82ba1bdcec42947407f9379d719c0f8a581c564f9
2323
options: --user root
2424
runs-on: ubuntu-24.04
2525
steps:

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,11 @@ repos:
9595

9696
# Check for renovate config
9797
- repo: https://github.com/renovatebot/pre-commit-hooks
98+
<<<<<<< before updating
9899
rev: 39.57.4
100+
=======
101+
rev: 39.59.0
102+
>>>>>>> after updating
99103
hooks:
100104
- id: renovate-config-validator
101105
stages: [manual]

vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "cppfront-practice",
44
"description": "Practice based on cppfront",
5-
"builtin-baseline": "55dec59d05cd1731a06a832302e80f6105a3d482",
5+
"builtin-baseline": "20a72ce99b12dd0ebfea5d39f32681bd68b19d03",
66
"homepage": "https://github.com/msclock/cppfront-practice",
77
"dependencies": [
88
"cppfront",
@@ -45,7 +45,7 @@
4545
"registries": [
4646
{
4747
"kind": "git",
48-
"baseline": "9d739d71af31a73a6000fb1e64b7cca54a962439",
48+
"baseline": "a1d862fc6df3883df4516ccdd0c204d14cf4dc64",
4949
"repository": "https://github.com/msclock/cmake-registry",
5050
"packages": [
5151
"cmake-modules",

0 commit comments

Comments
 (0)