Skip to content

Commit d1ca633

Browse files
authored
Merge pull request #78 from zjswhhh/codeql
[CodeQL] fix unmet dependency for `build-swss-common`
2 parents ac56473 + da43603 commit d1ca633

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- 'master'
99
- '202[0-9][0-9][0-9]'
10-
pull_request_target:
10+
pull_request:
1111
branches:
1212
- 'master'
1313
- '202[0-9][0-9][0-9]'
@@ -69,7 +69,8 @@ jobs:
6969
autoconf-archive \
7070
uuid-dev \
7171
libjansson-dev \
72-
python
72+
python \
73+
nlohmann-json3-dev
7374
7475
- if: matrix.language == 'cpp'
7576
name: build-swss-common

0 commit comments

Comments
 (0)