diff options
| author | siddharth <s@ricketyspace.net> | 2022-05-04 21:52:05 -0400 | 
|---|---|---|
| committer | siddharth <s@ricketyspace.net> | 2022-05-04 21:52:05 -0400 | 
| commit | 0b92f24dd880db86e9d8e73669de0cf46e40e6fa (patch) | |
| tree | 0b1ade9f0af20888122acd53f36ebb1f88ac24ef /.github/workflows | |
| parent | 790fa2800e8b1ee792cd0051f39189d98f5a9e4d (diff) | |
.github: remove workflows/codeql.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/codeql.yml | 29 | 
1 files changed, 0 insertions, 29 deletions
| diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml deleted file mode 100644 index e89f8f5..0000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: "codeql" -on: -  push: -    branches: [ master ] -  pull_request: -    branches: [ master ] -  schedule: -    - cron: '28 13 * * 5' -jobs: -  analyze: -    name: analyze -    runs-on: ubuntu-latest -    permissions: -      actions: read -      contents: read -      security-events: write -    strategy: -      fail-fast: false -      matrix: -        language: [ 'python' ] -    steps: -    - name: checkout repository -      uses: actions/checkout@v2 -    - name: initialize codeql -      uses: github/codeql-action/init@v1 -      with: -        languages: ${{ matrix.language }} -    - name: perform codeql analysis -      uses: github/codeql-action/analyze@v1 | 
