File tree 4 files changed +5
-1
lines changed
4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ paths-ignore :
2
+ - ' **/_deps/**'
Original file line number Diff line number Diff line change 27
27
uses : github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
28
28
with :
29
29
languages : cpp, python
30
+ config-file : ./.github/codeql/codeql-config.yml
30
31
31
32
- name : Install pip packages
32
33
run : pip install -r third_party/requirements.txt
Original file line number Diff line number Diff line change 35
35
format : ' sarif'
36
36
output : ' trivy-results.sarif'
37
37
exit-code : 1 # Fail if issue found
38
+ skip-dirs : ' **/_deps/**'
38
39
# file with suppressions: .trivyignore (in root dir)
39
40
40
41
- name : Print report and trivyignore file
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
40
40
set (UR_LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git" )
41
41
endif ()
42
42
if (UR_LEVEL_ZERO_LOADER_TAG STREQUAL "" )
43
- set (UR_LEVEL_ZERO_LOADER_TAG v1.17.39 )
43
+ set (UR_LEVEL_ZERO_LOADER_TAG v1.18.3 )
44
44
endif ()
45
45
46
46
# Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104
You can’t perform that action at this time.
0 commit comments