Skip to content

Commit b4d6db7

Browse files
committed
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent da4d506 commit b4d6db7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/reusable_build_packages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Install zig
7474
if: inputs.sanitizers == false
75-
uses: falcosecurity/libs/.github/actions/install-zig@master
75+
uses: falcosecurity/libs/.github/actions/install-zig@eafdfe51618653f2639eff96e133c7a597bf5c43
7676

7777
- name: Prepare project
7878
run: |

cmake/modules/falcosecurity-libs.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ else()
4242
# version (or branch, or commit) just pass the variable - ie., `cmake
4343
# -DFALCOSECURITY_LIBS_VERSION=dev ..`
4444
if(NOT FALCOSECURITY_LIBS_VERSION)
45-
set(FALCOSECURITY_LIBS_VERSION "b2428895910e5f8f74ef6c2b31cc787c8c21bb37")
45+
set(FALCOSECURITY_LIBS_VERSION "eafdfe51618653f2639eff96e133c7a597bf5c43")
4646
set(FALCOSECURITY_LIBS_CHECKSUM
47-
"SHA256=f3dc9b7a353f3f79b15ff19ba8f093ae980ef2735a18cf1ccea555ff8f3536a3"
47+
# "SHA256=f3dc9b7a353f3f79b15ff19ba8f093ae980ef2735a18cf1ccea555ff8f3536a3"
4848
)
4949
endif()
5050

0 commit comments

Comments
 (0)