File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ jobs:
17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
20
- sanitizer : [address, undefined]
20
+ sanitizer : [address, undefined, memory ]
21
21
steps :
22
22
- name : Build Fuzzers (${{ matrix.sanitizer }})
23
23
id : build
24
- uses : google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@c9485cb75e3e39a122264a45ce667d3b57188675 # master
24
+ uses : google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@b07cc908abf97529a95a4dd9b3d152bf4f101e71 # master
25
25
with :
26
26
oss-fuzz-project-name : ' ada-url'
27
27
language : c++
28
28
sanitizer : ${{ matrix.sanitizer }}
29
29
- name : Run Fuzzers (${{ matrix.sanitizer }})
30
- uses : google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@c9485cb75e3e39a122264a45ce667d3b57188675 # master
30
+ uses : google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@b07cc908abf97529a95a4dd9b3d152bf4f101e71 # master
31
31
with :
32
32
oss-fuzz-project-name : ' ada-url'
33
33
language : c++
You can’t perform that action at this time.
0 commit comments