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] 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: