diff --git a/.github/workflows/arm_cross_compile.yml b/.github/workflows/arm_cross_compile.yml index ea5bc3c6c6..646a742985 100644 --- a/.github/workflows/arm_cross_compile.yml +++ b/.github/workflows/arm_cross_compile.yml @@ -19,7 +19,7 @@ jobs: APT_ARM_TOOLCHAIN: "gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf binutils-arm-linux-gnueabihf libspdlog-dev" APT_LIBRARIES: "libspdlog-dev:armhf libpcap-dev:armhf libevdev2:armhf libev-dev:armhf protobuf-compiler libprotobuf-dev:armhf" steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Add armhf as architecture run: sudo dpkg --add-architecture armhf diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 03a6f693b1..8146349e7f 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -32,7 +32,7 @@ jobs: run: working-directory: cpp steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install dependencies run: sudo apt-get install ${{ env.APT_PACKAGES }} @@ -58,7 +58,7 @@ jobs: env: BUILD_WRAPPER_OUT_DIR: "$HOME/.build_wrapper_out" steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 69ee5edef7..2d6f2695d1 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -29,7 +29,7 @@ jobs: run: working-directory: python steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: @@ -50,7 +50,7 @@ jobs: run: working-directory: docker steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set backend container image name run: | @@ -125,7 +125,7 @@ jobs: run: working-directory: python/web steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: