Skip to content

Commit 4aac24d

Browse files
committed
fix(ci): disable CodeQL trap caching to fix directory error
1 parent 8e1eea6 commit 4aac24d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ jobs:
189189
languages: ${{ matrix.language }}
190190
build-mode: ${{ matrix.build-mode }}
191191
queries: security-and-quality
192+
# Disable trap caching to avoid "No such file or directory" error
193+
trap-caching: false
192194

193195
- name: Build (manual)
194196
if: matrix.language == 'c-cpp'

0 commit comments

Comments
 (0)