File tree Expand file tree Collapse file tree 4 files changed +1
-5
lines changed Expand file tree Collapse file tree 4 files changed +1
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2727 uses : github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
2828 with :
2929 languages : cpp, python
30- config-file : ./.github/codeql/codeql-config.yml
3130
3231 - name : Install pip packages
3332 run : pip install -r third_party/requirements.txt
Original file line number Diff line number Diff line change 3535 format : ' sarif'
3636 output : ' trivy-results.sarif'
3737 exit-code : 1 # Fail if issue found
38- skip-dirs : ' **/_deps/**'
3938 # file with suppressions: .trivyignore (in root dir)
4039
4140 - 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)
4040 set (UR_LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git" )
4141 endif ()
4242 if (UR_LEVEL_ZERO_LOADER_TAG STREQUAL "" )
43- set (UR_LEVEL_ZERO_LOADER_TAG v1.18.3 )
43+ set (UR_LEVEL_ZERO_LOADER_TAG v1.17.39 )
4444 endif ()
4545
4646 # 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