mirror of
https://github.com/pion/webrtc.git
synced 2025-12-24 11:51:03 +08:00
Update CI configs to v0.7.5
Update lint scripts and CI configs.
This commit is contained in:
8
.github/workflows/codeql-analysis.yml
vendored
8
.github/workflows/codeql-analysis.yml
vendored
@@ -18,6 +18,14 @@ jobs:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# The code in examples/ might intentionally do things like log credentials
|
||||
# in order to show how the library is used, aid in debugging etc. We
|
||||
# should ignore those for CodeQL scanning, and only focus on the package
|
||||
# itself.
|
||||
- name: Remove example code
|
||||
run: |
|
||||
rm -rf examples/
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user