Skip to content

Add paho project policy docs #31

Add paho project policy docs

Add paho project policy docs #31

name: "CodeQL"
on:
push:
branches: [ master ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: 'go'
- name: CodeQL Analysis
uses: github/codeql-action/analyze@v1