File tree Expand file tree Collapse file tree 8 files changed +13
-14
lines changed Expand file tree Collapse file tree 8 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 20
20
- {name: Static, flags: -DBUILD_SHARED_LIBS=FALSE}
21
21
steps :
22
22
- name : Harden Runner
23
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
23
+ uses : step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
24
24
with :
25
25
egress-policy : audit
26
26
disable-telemetry : true
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Harden Runner
18
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
18
+ uses : step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
19
19
with :
20
20
egress-policy : audit
21
21
disable-telemetry : true
22
22
- name : ' Checkout Repository'
23
23
uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
24
24
- name : ' Dependency Review'
25
- uses : actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5
25
+ uses : actions/dependency-review-action@e58c696e52cac8e62d61cc21fda89565d71505d7 # v4.3.1
Original file line number Diff line number Diff line change 11
11
runs-on : macos-latest
12
12
steps :
13
13
- name : Harden Runner
14
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
14
+ uses : step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
15
15
with :
16
16
egress-policy : audit
17
17
disable-telemetry : true
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Harden Runner
14
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
14
+ uses : step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
15
15
with :
16
16
egress-policy : audit
17
17
disable-telemetry : true
Original file line number Diff line number Diff line change 29
29
# actions: read
30
30
steps :
31
31
- name : Harden Runner
32
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
32
+ uses : step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
33
33
with :
34
34
egress-policy : audit
35
35
disable-telemetry : true
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Harden Runner
14
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
14
+ uses : step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
15
15
with :
16
16
egress-policy : audit
17
17
disable-telemetry : true
Original file line number Diff line number Diff line change 11
11
runs-on : windows-2022
12
12
steps :
13
13
- name : Harden Runner
14
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
14
+ uses : step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
15
15
with :
16
16
egress-policy : audit
17
17
disable-telemetry : true
Original file line number Diff line number Diff line change 1
- find_package (Catch2 3 )
2
- if (NOT Catch2_FOUND )
3
- cpmaddpackage ("gh:catchorg/Catch2#8ac8190e494a381072c89f5e161b92a08d98b37b"
4
- )# v3.5.3
5
- endif ()
1
+ message (STATUS "Include Catch2" )
2
+ cpmaddpackage ("gh:catchorg/Catch2#b5373dadca40b7edc8570cf9470b9b1cb1934d40"
3
+ )# v3.5.4
6
4
7
5
list (APPEND CMAKE_MODULE_PATH ${Catch2_SOURCE_DIR} /extras )
8
6
9
7
add_executable (Catch_tests_run test .cpp )
10
8
11
- target_link_libraries (Catch_tests_run PRIVATE jolt_raylib_hello_world_compiler_flags )
9
+ target_link_libraries (Catch_tests_run
10
+ PRIVATE jolt_raylib_hello_world_compiler_flags )
12
11
target_link_libraries (Catch_tests_run PRIVATE Catch2::Catch2WithMain )
13
12
target_include_directories (Catch_tests_run PUBLIC "${PROJECT_SOURCE_DIR} /src" )
14
13
You can’t perform that action at this time.
0 commit comments