github.com/pion/dtls/v2@v2.2.12/.github/workflows/codeql-analysis.yml (about)

     1  #
     2  # DO NOT EDIT THIS FILE
     3  #
     4  # It is automatically copied from https://github.com/pion/.goassets repository.
     5  # If this repository should have package specific CI config,
     6  # remove the repository name from .goassets/.github/workflows/assets-sync.yml.
     7  #
     8  # If you want to update the shared CI config, send a PR to
     9  # https://github.com/pion/.goassets instead of this repository.
    10  #
    11  # SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
    12  # SPDX-License-Identifier: MIT
    13  
    14  name: CodeQL
    15  
    16  on:
    17    workflow_dispatch:
    18    schedule:
    19      - cron: '23 5 * * 0'
    20    pull_request:
    21      branches:
    22        - master
    23      paths:
    24        - '**.go'
    25  
    26  jobs:
    27    analyze:
    28      uses: pion/.goassets/.github/workflows/codeql-analysis.reusable.yml@master