From 1083452d2c7ea9238b74fd62bc1bbd5f6f2cdd71 Mon Sep 17 00:00:00 2001 From: "eclipse-otterdog[bot]" <158182605+eclipse-otterdog[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 10:15:08 +0000 Subject: [PATCH 1/4] Pinning workflow .github/workflows/ci.yml --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e59f073..a1bba3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,12 +25,12 @@ jobs: conan profile show - name: Fetch up-zenoh-example-cpp conan recipe - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: path: up-zenoh-example-cpp - name: Fetch up-cpp conan recipe - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: path: up-conan-recipes repository: eclipse-uprotocol/up-conan-recipes @@ -70,7 +70,7 @@ jobs: cmake --build . -- -j - name: Upload compile commands - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: compile-commands path: up-zenoh-example-cpp/build/Release/compile_commands.json @@ -82,7 +82,7 @@ jobs: conan cache save --file ./conan-cache.tgz '*' - name: Upload conan cache for linting - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: conan-cache path: ./conan-cache.tgz @@ -96,12 +96,12 @@ jobs: pull-requests: read steps: - name: Fetch up-zenoh-example-cpp - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: path: up-zenoh-example-cpp - name: Get build commands - uses: actions/download-artifact@v4 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: name: compile-commands @@ -119,7 +119,7 @@ jobs: conan profile show - name: Get conan cache - uses: actions/download-artifact@v4 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: name: conan-cache @@ -130,7 +130,7 @@ jobs: - name: Run linters on source id: source-linter - uses: cpp-linter/cpp-linter-action@v2 + uses: cpp-linter/cpp-linter-action@77c390c5ba9c947ebc185a3e49cc754f1558abb5 # v2.18.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: From 527074d0db450aacbc53db16a5751068ea20fdf3 Mon Sep 17 00:00:00 2001 From: "eclipse-otterdog[bot]" <158182605+eclipse-otterdog[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 15:20:05 +0000 Subject: [PATCH 2/4] Pinning workflow .github/workflows/ci.yml --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1bba3d..5a8c6fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,12 +25,12 @@ jobs: conan profile show - name: Fetch up-zenoh-example-cpp conan recipe - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 with: path: up-zenoh-example-cpp - name: Fetch up-cpp conan recipe - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 with: path: up-conan-recipes repository: eclipse-uprotocol/up-conan-recipes @@ -96,7 +96,7 @@ jobs: pull-requests: read steps: - name: Fetch up-zenoh-example-cpp - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 with: path: up-zenoh-example-cpp @@ -130,7 +130,7 @@ jobs: - name: Run linters on source id: source-linter - uses: cpp-linter/cpp-linter-action@77c390c5ba9c947ebc185a3e49cc754f1558abb5 # v2.18.0 + uses: cpp-linter/cpp-linter-action@8e85cd02c8c3fe3ae527c94b5683fe2366b144ed # v2.20.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: From fbf6bbad98180642ed0632062ca4b49e43274db0 Mon Sep 17 00:00:00 2001 From: "eclipse-otterdog[bot]" <158182605+eclipse-otterdog[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:35:04 +0000 Subject: [PATCH 3/4] Pinning workflow .github/workflows/ci.yml --- .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 5a8c6fb..f95fe35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: - name: Run linters on source id: source-linter - uses: cpp-linter/cpp-linter-action@8e85cd02c8c3fe3ae527c94b5683fe2366b144ed # v2.20.0 + uses: cpp-linter/cpp-linter-action@cab1143a2c149bc41e85b070a9de81716974c18f # v2.21.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: From 6f5d927f4d3965a7c19ca1d703421d3a569b43bd Mon Sep 17 00:00:00 2001 From: "eclipse-otterdog[bot]" <158182605+eclipse-otterdog[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 22:30:04 +0000 Subject: [PATCH 4/4] Pinning workflow .github/workflows/ci.yml --- .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 f95fe35..5f085e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: - name: Run linters on source id: source-linter - uses: cpp-linter/cpp-linter-action@cab1143a2c149bc41e85b070a9de81716974c18f # v2.21.0 + uses: cpp-linter/cpp-linter-action@dacf512996b9cfe9d9bcc7b326d1f3a64ab7b91f # v2.22.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: