mirror of
https://github.com/pion/mediadevices.git
synced 2025-09-27 04:46:10 +08:00
Compare commits
1 Commits
427feefb33
...
fix_codeql
Author | SHA1 | Date | |
---|---|---|---|
![]() |
94216294f8 |
28
.github/workflows/codeql-analysis.yml
vendored
Normal file
28
.github/workflows/codeql-analysis.yml
vendored
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
#
|
||||||
|
# DO NOT EDIT THIS FILE
|
||||||
|
#
|
||||||
|
# It is automatically copied from https://github.com/pion/.goassets repository.
|
||||||
|
# If this repository should have package specific CI config,
|
||||||
|
# remove the repository name from .goassets/.github/workflows/assets-sync.yml.
|
||||||
|
#
|
||||||
|
# If you want to update the shared CI config, send a PR to
|
||||||
|
# https://github.com/pion/.goassets instead of this repository.
|
||||||
|
#
|
||||||
|
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
name: CodeQL
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: '23 5 * * 0'
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
paths:
|
||||||
|
- '**.go'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
analyze:
|
||||||
|
uses: pion/.goassets/.github/workflows/codeql-analysis.reusable.yml@master
|
Reference in New Issue
Block a user