From 46637a2e3b9c6cb322bcca237d8996aea3af2bff Mon Sep 17 00:00:00 2001 From: "msclock-bot[bot]" <163820484+msclock-bot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 01:40:20 +0000 Subject: [PATCH 1/4] chore(deps): update actions/upload-artifact digest to 65c4c4a (#48) Co-authored-by: msclock-bot[bot] <163820484+msclock-bot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 948ebd7..a010b64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -447,7 +447,7 @@ jobs: - name: Upload test results if: failure() - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4 with: name: valgrind-results path: out/valgrind-results.tar.gz From 91ecb870bd1c367d4eb0a1aea9391f68671c6d17 Mon Sep 17 00:00:00 2001 From: "msclock-bot[bot]" <163820484+msclock-bot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 03:08:01 +0000 Subject: [PATCH 2/4] chore(deps): update https://github.com/microsoft/vcpkg digest to f970129 (#37) Co-authored-by: msclock-bot[bot] <163820484+msclock-bot[bot]@users.noreply.github.com> --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index f1bc784..d64f24f 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "cppfront-practice", "description": "Practice based on cppfront", - "builtin-baseline": "55dec59d05cd1731a06a832302e80f6105a3d482", + "builtin-baseline": "f9701294aebc79cfe1c409c34a1fe4f37fee3473", "homepage": "https://github.com/msclock/cppfront-practice", "dependencies": [ "cppfront", From bdc9a223d3fe217c799158a04d2cfd0b5abb16c0 Mon Sep 17 00:00:00 2001 From: "msclock-bot[bot]" <163820484+msclock-bot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 01:28:12 +0000 Subject: [PATCH 3/4] chore(deps): update actions/create-github-app-token digest to 0d56448 (#50) Co-authored-by: msclock-bot[bot] <163820484+msclock-bot[bot]@users.noreply.github.com> --- .github/workflows/renovate.yml | 2 +- .github/workflows/semantic-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 7aa95ff..6a9c694 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -28,7 +28,7 @@ jobs: - name: Generate a token with GitHub App if App ID exists id: generate-token if: vars.BOT_APP_ID - uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 + uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1 with: app-id: ${{ vars.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index f6aabca..d5c9e29 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -24,7 +24,7 @@ jobs: - name: Generate a bot token with BOT_APP_ID id: bot_token if: vars.BOT_APP_ID && env.BOT_PRIVATE_KEY != null - uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 + uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1 env: BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }} with: From f0acd8ac3e89a702663273281ad586e01d5bff84 Mon Sep 17 00:00:00 2001 From: "msclock-bot[bot]" <163820484+msclock-bot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 01:29:10 +0000 Subject: [PATCH 4/4] chore(deps): update pre-commit hook pre-commit/mirrors-clang-format to v19.1.7 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 02bd456..98d10c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -82,7 +82,7 @@ repos: # Clang format the codebase automatically - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.4 + rev: v19.1.7 hooks: - id: clang-format types_or: [c++, c, cuda]