github.com/moov-io/imagecashletter@v0.10.1/.github/workflows/codeql.yaml (about)

     1  name: CodeQL Analysis
     2  
     3  on:
     4    push:
     5    pull_request:
     6    schedule:
     7      - cron: '0 0 * * 0'
     8  
     9  jobs:
    10    CodeQL-Build:
    11      strategy:
    12        fail-fast: false
    13      runs-on: ubuntu-latest
    14      steps:
    15        - name: Checkout repository
    16          uses: actions/checkout@v2
    17  
    18        - name: Initialize CodeQL
    19          uses: github/codeql-action/init@v2
    20          with:
    21            languages: go
    22  
    23        - name: Perform CodeQL Analysis
    24          uses: github/codeql-action/analyze@v2
    25          env:
    26            GOOS: js
    27            GOARCH: wasm