From 9df6b179a92b78b46d0c22206b9a60af4ae84ca4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:44:21 +0000 Subject: [PATCH] Update actions/checkout digest to 34e1148 --- .github/workflows/build.yml | 20 ++++++++++---------- .github/workflows/csmith.yml | 2 +- .github/workflows/statistics.yml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 194d6ecf..710f061f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,19 +9,19 @@ jobs: xcop: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - uses: g4s8/xcop-action@master pdd: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # - uses: g4s8/pdd-action@master cpplint: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Install cpplint run: sudo pip install cpplint @@ -32,7 +32,7 @@ jobs: clang-format: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Clang-format uses: jidicula/clang-format-action@v4.13.0 @@ -45,7 +45,7 @@ jobs: needs: [cpplint, clang-format] runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - uses: MarkusJx/googletest-installer@v1.1 - name: Cache LLVM @@ -70,7 +70,7 @@ jobs: needs: [cpplint, clang-format] runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - uses: MarkusJx/googletest-installer@v1.1 - name: Cache LLVM @@ -103,7 +103,7 @@ jobs: needs: [cpplint, clang-format] runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - uses: MarkusJx/googletest-installer@v1.1 - name: Cache LLVM @@ -147,7 +147,7 @@ jobs: needs: [cpplint, clang-format] runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - uses: MarkusJx/googletest-installer@v1.1 - name: Cache LLVM @@ -181,7 +181,7 @@ jobs: needs: [cpplint, clang-format] runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - uses: MarkusJx/googletest-installer@v1.1 - name: Cache LLVM @@ -204,7 +204,7 @@ jobs: needs: [clang-tidy, gcc-c-torture, c-testcuite, test_main, unit-tests] runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - run: mkdir project/bin/ diff --git a/.github/workflows/csmith.yml b/.github/workflows/csmith.yml index 1a68a84f..f19d3428 100644 --- a/.github/workflows/csmith.yml +++ b/.github/workflows/csmith.yml @@ -8,7 +8,7 @@ jobs: csmith: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - uses: MarkusJx/googletest-installer@v1.1 - name: Cache LLVM diff --git a/.github/workflows/statistics.yml b/.github/workflows/statistics.yml index 6c1b9474..030fb407 100644 --- a/.github/workflows/statistics.yml +++ b/.github/workflows/statistics.yml @@ -8,7 +8,7 @@ jobs: gcc-c-torture: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - uses: MarkusJx/googletest-installer@v1.1 - name: Cache LLVM