Skip to content

Commit b235b1e

Browse files
authored
Merge pull request #2238 from oneapi-src/revert-2208-update-l0-loader
Revert "update to L0 loader version v1.18.3 and don't scan _deps with Trivy or CodeQL"
2 parents b116603 + 3f18bff commit b235b1e

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

.github/codeql/codeql-config.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/codeql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
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

.github/workflows/trivy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
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

cmake/FetchLevelZero.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)