google.golang.org/grpc@v1.62.1/.github/workflows/codeql-analysis.yml (about) 1 name: "CodeQL" 2 3 on: 4 push: 5 branches: [ master ] 6 schedule: 7 - cron: '24 20 * * 3' 8 9 permissions: 10 contents: read 11 12 jobs: 13 analyze: 14 name: Analyze 15 runs-on: ubuntu-latest 16 timeout-minutes: 30 17 18 permissions: 19 security-events: write 20 pull-requests: read 21 actions: read 22 23 strategy: 24 fail-fast: false 25 26 steps: 27 - name: Checkout repository 28 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 29 30 # Initializes the CodeQL tools for scanning. 31 - name: Initialize CodeQL 32 uses: github/codeql-action/init@2f93e4319b2f04a2efc38fa7f78bd681bc3f7b2f # v2.23.2 33 with: 34 languages: go 35 36 - name: Perform CodeQL Analysis 37 uses: github/codeql-action/analyze@2f93e4319b2f04a2efc38fa7f78bd681bc3f7b2f # v2.23.2